RIC-936 Replacing gcr.io with ghcr.io references 91/8891/1 f-release
authorczichy <thoralf.czichy@nokia.com>
Mon, 15 Aug 2022 09:27:09 +0000 (12:27 +0300)
committerczichy <thoralf.czichy@nokia.com>
Mon, 15 Aug 2022 09:27:09 +0000 (12:27 +0300)
helm tiller is not in gcr.io anymore

Issue-ID: RIC-936

Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: I3e2d827445b17ffae6536a3e7d1a80b9d4362127

helm/appmgr/values.yaml
helm/infrastructure/values.yaml

index 30b9950..c01dde2 100644 (file)
@@ -29,9 +29,9 @@ common:
           name: it-dep-secret
           tag:  0.0.2
         tiller:
-          registry: gcr.io
-          name: kubernetes-helm/tiller
-          tag: v2.12.3
+          registry: ghcr.io
+          name: helm/tiller
+          tag: v2.16.12
       secret:
         create: true
         tillerSecretName: ricxapp-tiller-secret
index d1ba5c5..0ca0c84 100644 (file)
@@ -29,9 +29,9 @@ common:
           name: it-dep-secret
           tag:  0.0.2
         tiller:
-          registry: gcr.io
-          name: kubernetes-helm/tiller
-          tag: v2.12.3
+          registry: ghcr.io
+          name: helm/tiller
+          tag: v2.16.12
       secret:
         create: true
         tillerSecretName: ricxapp-tiller-secret