Skip to content

Commit 7524539

Browse files
committed
chore(chars): change org to image_tag
1 parent 2c207ca commit 7524539

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/registry/templates/registry-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
serviceAccount: drycc-registry
2626
containers:
2727
- name: drycc-registry
28-
image: {{.Values.image_registry}}/{{.Values.org}}/registry:{{.Values.image_tag}}
28+
image: {{.Values.image_registry}}/{{.Values.image_org}}/registry:{{.Values.image_tag}}
2929
imagePullPolicy: {{.Values.image_pull_policy}}
3030
{{- if or (.Values.limits_cpu) (.Values.limits_memory)}}
3131
resources:

charts/registry/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)