Updated tiller image source

The source of the tiller image changed
from gcr.io/kubernetes-helm/tiller:v2.16.9
to ghcr.io/helm/tiller:v2.16.9 .

This commit brings the required fixes
to update the image source.

Closes-bug: 1940696
Signed-off-by: Daniel Safta <daniel.safta@windriver.com>
Change-Id: Icd5f3d8895957815a50c0c13e9490cd550e000da
This commit is contained in:
Daniel Safta 2021-09-01 11:12:02 +00:00
parent b4ed5c5e42
commit 5ac4f922f1
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ images:
tags:
api: 'registry.local:9001/quay.io/airshipit/armada:7ef4b8643b5ec5216a8f6726841e156c0aa54a1a-ubuntu_bionic'
dep_check: 'registry.local:9001/quay.io/stackanetes/kubernetes-entrypoint:v0.3.1'
tiller: 'registry.local:9001/gcr.io/kubernetes-helm/tiller:v2.16.9'
tiller: 'registry.local:9001/ghcr.io/helm/tiller:v2.16.9'
labels:
# Configure sane node labels values that work with armada node selector.
# Helm v3 validation prevents null overrides.

View File

@ -1,7 +1,7 @@
---
# System images that are pre-pulled and pushed to local registry
n3000_opae_img: docker.io/starlingx/n3000-opae:stx.6.0-v1.0.1
tiller_img: gcr.io/kubernetes-helm/tiller:v2.16.9
tiller_img: ghcr.io/helm/tiller:v2.16.9
armada_img: quay.io/airshipit/armada:7ef4b8643b5ec5216a8f6726841e156c0aa54a1a-ubuntu_bionic
kubernetes_entrypoint_img: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
calico_cni_img: quay.io/calico/cni:v3.12.0

View File

@ -1,7 +1,7 @@
---
# System images that are pre-pulled and pushed to local registry
n3000_opae_img: docker.io/starlingx/n3000-opae:stx.6.0-v1.0.1
tiller_img: gcr.io/kubernetes-helm/tiller:v2.16.9
tiller_img: ghcr.io/helm/tiller:v2.16.9
armada_img: quay.io/airshipit/armada:7ef4b8643b5ec5216a8f6726841e156c0aa54a1a-ubuntu_bionic
kubernetes_entrypoint_img: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
calico_cni_img: quay.io/calico/cni:v3.19.1