Skip to content

Commit efd584a

Browse files
committed
chore(chars): change org to image_tag
1 parent 5a5f68f commit efd584a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/imagebuilder/templates/imagebuilder-configmap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ data:
99
[
1010
{
1111
"name": "container",
12-
"image": "{{.Values.image_registry}}/{{.Values.org}}/imagebuilder:{{.Values.image_tag}}"
12+
"image": "{{.Values.image_registry}}/{{.Values.image_org}}/imagebuilder:{{.Values.image_tag}}"
1313
},
1414
{
1515
"name": "buildpack",
16-
"image": "{{.Values.image_registry}}/{{.Values.org}}/imagebuilder:{{.Values.image_tag}}"
16+
"image": "{{.Values.image_registry}}/{{.Values.image_org}}/imagebuilder:{{.Values.image_tag}}"
1717
}
1818
]
1919
registries.conf: |

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