Skip to content

Commit b35e396

Browse files
committed
fix(chart): default repositories in values is quay.io
1 parent 148bd19 commit b35e396

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

helm/kube-image-keeper/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ manager:
66
# -- Number of manager pods
77
replicas: 2
88
image:
9-
# -- Manager image repository. Also available: `quay.io/enix/kube-image-keeper`
10-
repository: ghcr.io/enix/kube-image-keeper
9+
# -- Manager image repository
10+
repository: quay.io/enix/kube-image-keeper
1111
# -- Manager image pull policy
1212
pullPolicy: IfNotPresent
1313
# -- Manager image tag. Default chart appVersion

0 commit comments

Comments
 (0)