Switch addons images from k8s.gcr.io to registry.k8s.io

* Switch addon manifests to use the new Kubernetes image registry

Rel:

* https://github.com/poseidon/typhoon/pull/1206
* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.25.md#moved-container-registry-service-from-k8sgcrio-to-registryk8sio
This commit is contained in:
Dalton Hubble
2022-10-09 16:14:28 -07:00
parent e82241169a
commit b4c8b1729c
8 changed files with 9 additions and 7 deletions

View File

@ -24,7 +24,7 @@ spec:
type: RuntimeDefault
containers:
- name: grafana
image: docker.io/grafana/grafana:9.1.6
image: docker.io/grafana/grafana:9.1.7
env:
- name: GF_PATHS_CONFIG
value: "/etc/grafana/custom.ini"