From 6d2aeeec9f7d34dfff8f2074b1058bbbeceedc91 Mon Sep 17 00:00:00 2001 From: Denis Iskandarov Date: Wed, 2 Jan 2019 15:30:27 +0400 Subject: [PATCH] use proper k8s image registry (#10325) as by https://github.com/kubernetes/kubernetes/pull/54174 Signed-off-by: Denis Iskandarov --- charts/prometheus-operator/Chart.yaml | 2 +- charts/prometheus-operator/README.md | 2 +- charts/prometheus-operator/ci/test-values.yaml | 2 +- charts/prometheus-operator/values.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/prometheus-operator/Chart.yaml b/charts/prometheus-operator/Chart.yaml index f70388ba..8fc05ad0 100644 --- a/charts/prometheus-operator/Chart.yaml +++ b/charts/prometheus-operator/Chart.yaml @@ -9,7 +9,7 @@ name: prometheus-operator sources: - https://github.com/coreos/prometheus-operator - https://coreos.com/operators/prometheus -version: 1.1.0 +version: 1.2.0 appVersion: 0.26.0 home: https://github.com/coreos/prometheus-operator keywords: diff --git a/charts/prometheus-operator/README.md b/charts/prometheus-operator/README.md index 5079402b..3af2e9d7 100644 --- a/charts/prometheus-operator/README.md +++ b/charts/prometheus-operator/README.md @@ -92,7 +92,7 @@ The following tables lists the configurable parameters of the prometheus-operato | `prometheusOperator.configmapReloadImage.tag` | Tag for configmapReload image | `v0.0.1` | | `prometheusOperator.prometheusConfigReloaderImage.repository` | Repository for config-reloader image | `quay.io/coreos/prometheus-config-reloader` | | `prometheusOperator.prometheusConfigReloaderImage.tag` | Tag for config-reloader image | `v0.26.0` | -| `prometheusOperator.hyperkubeImage.repository` | Repository for hyperkube image used to perform maintenance tasks | `gcr.io/google-containers/hyperkube` | +| `prometheusOperator.hyperkubeImage.repository` | Repository for hyperkube image used to perform maintenance tasks | `k8s.gcr.io/hyperkube` | | `prometheusOperator.hyperkubeImage.tag` | Tag for hyperkube image used to perform maintenance tasks | `v1.12.1` | | `prometheusOperator.hyperkubeImage.repository` | Image pull policy for hyperkube image used to perform maintenance tasks | `IfNotPresent` | diff --git a/charts/prometheus-operator/ci/test-values.yaml b/charts/prometheus-operator/ci/test-values.yaml index dea9111f..534da96a 100644 --- a/charts/prometheus-operator/ci/test-values.yaml +++ b/charts/prometheus-operator/ci/test-values.yaml @@ -559,7 +559,7 @@ prometheusOperator: ## Hyperkube image to use when cleaning up ## hyperkubeImage: - repository: gcr.io/google-containers/hyperkube + repository: k8s.gcr.io/hyperkube tag: v1.12.1 pullPolicy: IfNotPresent diff --git a/charts/prometheus-operator/values.yaml b/charts/prometheus-operator/values.yaml index e1f763a5..d1900b2f 100644 --- a/charts/prometheus-operator/values.yaml +++ b/charts/prometheus-operator/values.yaml @@ -559,7 +559,7 @@ prometheusOperator: ## Hyperkube image to use when cleaning up ## hyperkubeImage: - repository: gcr.io/google-containers/hyperkube + repository: k8s.gcr.io/hyperkube tag: v1.12.1 pullPolicy: IfNotPresent