File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 labels :
66 heritage : drycc
77 annotations :
8- component.drycc.cc/version : {{ .Values.docker_tag }}
8+ component.drycc.cc/version : {{ .Values.image_tag }}
99spec :
1010 replicas : 1
1111 strategy :
2424 serviceAccount : drycc-builder
2525 containers :
2626 - name : drycc-builder
27- image : {{.Values.docker_registry }}{{.Values.org}}/builder:{{.Values.docker_tag }}
28- imagePullPolicy : {{.Values.pull_policy }}
27+ image : {{.Values.image_registry }}{{.Values.org}}/builder:{{.Values.image_tag }}
28+ imagePullPolicy : {{.Values.image_pull_policy }}
2929 ports :
3030 - containerPort : 2223
3131 name : ssh
@@ -62,12 +62,12 @@ spec:
6262 valueFrom :
6363 configMapKeyRef :
6464 name : slugbuilder-config
65- key : pull_policy
65+ key : image_pull_policy
6666 - name : DOCKERBUILDER_IMAGE_PULL_POLICY
6767 valueFrom :
6868 configMapKeyRef :
6969 name : dockerbuilder-config
70- key : pull_policy
70+ key : image_pull_policy
7171 # This var needs to be passed so that the minio client (https://github.com/minio/mc) will work in Alpine linux
7272 - name : " DOCKERIMAGE"
7373 value : " 1"
Original file line number Diff line number Diff line change 11org : " drycc"
2- pull_policy : " Always"
3- docker_tag : " canary"
4- docker_registry : " "
2+ image_pull_policy : " Always"
3+ image_tag : " canary"
4+ image_registry : " "
55service :
66 # Service type default to LoadBalancer
77 type : ClusterIP
You can’t perform that action at this time.
0 commit comments