Skip to content

Commit 814a6c3

Browse files
authored
chore(chart): add image_registry default value
1 parent 1d999bd commit 814a6c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/passport/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org: "drycc"
22
image_pull_policy: "Always"
33
image_tag: "canary"
4-
image_registry: ""
4+
image_registry: "docker.io"
55
# Set passport deployment replicas
66
replicas: 1
77
# limits_cpu: "100m"
@@ -71,4 +71,4 @@ global:
7171
platform_domain: ""
7272
# Whether cert_passport is enabled to automatically generate passport certificates
7373
cert_passport_enabled: "true"
74-
passport_location: "on-cluster"
74+
passport_location: "on-cluster"

0 commit comments

Comments
 (0)