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

Issue-ID: RIC-936

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

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