Merge pull request #805 from zalando-incubator/helm/fix-wrong-image-src

helm: fix wrong image as we moved to ghcr
This commit is contained in:
Noor Muhammad Malik
2025-05-20 13:25:11 +02:00
committed by GitHub
co-authored by GitHub
+1 -1
View File
@@ -3,7 +3,7 @@ namespace: kube-system
replicas: 1
registry:
image: registry.opensource.zalan.do/teapot/kube-metrics-adapter
image: ghcr.io/zalando-incubator/kube-metrics-adapter
imageTag: v0.2.3
imagePullPolicy: IfNotPresent