Skip to content

Commit b940231

Browse files
committed
chore(chars): change org to image_tag
1 parent 814a6c3 commit b940231

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/passport/templates/passport-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
serviceAccount: drycc-passport
2626
containers:
2727
- name: drycc-passport
28-
image: {{.Values.image_registry}}/{{.Values.org}}/passport:{{.Values.image_tag}}
28+
image: {{.Values.image_registry}}/{{.Values.image_org}}/passport:{{.Values.image_tag}}
2929
imagePullPolicy: {{.Values.image_pull_policy}}
3030
livenessProbe:
3131
httpGet:

charts/passport/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
org: "drycc"
1+
image_org: "drycc"
22
image_pull_policy: "Always"
33
image_tag: "canary"
44
image_registry: "docker.io"

0 commit comments

Comments
 (0)