From: czichy Date: Mon, 15 Aug 2022 09:27:09 +0000 (+0300) Subject: RIC-936 Replacing gcr.io with ghcr.io references X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=a23fea09221038be114f106664f77b4f41f73f5a;p=ric-plt%2Fric-dep.git RIC-936 Replacing gcr.io with ghcr.io references helm tiller is not in gcr.io anymore Issue-ID: RIC-936 Signed-off-by: czichy Change-Id: I3e2d827445b17ffae6536a3e7d1a80b9d4362127 --- diff --git a/helm/appmgr/values.yaml b/helm/appmgr/values.yaml index 30b9950..c01dde2 100644 --- a/helm/appmgr/values.yaml +++ b/helm/appmgr/values.yaml @@ -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 diff --git a/helm/infrastructure/values.yaml b/helm/infrastructure/values.yaml index d1ba5c5..0ca0c84 100644 --- a/helm/infrastructure/values.yaml +++ b/helm/infrastructure/values.yaml @@ -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