We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5f68f commit efd584aCopy full SHA for efd584a
2 files changed
charts/imagebuilder/templates/imagebuilder-configmap.yaml
@@ -9,11 +9,11 @@ data:
9
[
10
{
11
"name": "container",
12
- "image": "{{.Values.image_registry}}/{{.Values.org}}/imagebuilder:{{.Values.image_tag}}"
+ "image": "{{.Values.image_registry}}/{{.Values.image_org}}/imagebuilder:{{.Values.image_tag}}"
13
},
14
15
"name": "buildpack",
16
17
}
18
]
19
registries.conf: |
charts/imagebuilder/values.yaml
@@ -1,4 +1,4 @@
1
-org: "drycc"
+image_org: "drycc"
2
image_pull_policy: "Always"
3
image_tag: "canary"
4
image_registry: "docker.io"
0 commit comments