Skip to content

Commit 0a3e84e

Browse files
committed
feat(buildpack): cncf buildpack
1 parent 1e02773 commit 0a3e84e

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

charts/workflow/requirements.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,12 @@ dependencies:
22
- name: builder
33
version: <builder-tag>
44
repository: https://charts.drycc.cc/stable/builder
5-
- name: slugbuilder
6-
version: <slugbuilder-tag>
7-
repository: https://charts.drycc.cc/stable/slugbuilder
85
- name: imagebuilder
96
version: <imagebuilder-tag>
107
repository: https://charts.drycc.cc/stable/imagebuilder
118
- name: controller
129
version: <controller-tag>
1310
repository: https://charts.drycc.cc/stable/controller
14-
- name: slugrunner
15-
version: <slugrunner-tag>
16-
repository: https://charts.drycc.cc/stable/slugrunner
1711
- name: database
1812
version: <database-tag>
1913
repository: https://charts.drycc.cc/stable/database

charts/workflow/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ minio:
158158
# pulled from within the Controller.
159159
# This can be configured per Application as well in the Controller.
160160
#
161-
# This affects pull apps and git push (slugrunner images) apps
161+
# This affects pull apps and git push apps
162162
#
163163
# Values values are:
164164
# - Always

0 commit comments

Comments
 (0)