Skip to content

Commit 6ebc772

Browse files
committed
chore(chars): change org to image_tag
1 parent 6851cfd commit 6ebc772

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/database/templates/database-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
serviceAccount: drycc-database
2323
containers:
2424
- name: drycc-database
25-
image: {{.Values.image_registry}}/{{.Values.org}}/postgres:{{.Values.image_tag}}
25+
image: {{.Values.image_registry}}/{{.Values.image_org}}/postgres:{{.Values.image_tag}}
2626
imagePullPolicy: {{.Values.image_pull_policy}}
2727
ports:
2828
- containerPort: 5432

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