From 1beae250f864af3b44111cf899c57d5ebaed8ffb Mon Sep 17 00:00:00 2001 From: Kevin Schumacher Date: Sat, 23 Sep 2017 16:46:00 -0400 Subject: [PATCH 1/2] [stable/gcloud-endpoints] fix broken image url Google deprecated the `b.gcr.io/` registry. The image moved to `gcr.io` --- stable/gcloud-endpoints/Chart.yaml | 2 +- stable/gcloud-endpoints/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/gcloud-endpoints/Chart.yaml b/stable/gcloud-endpoints/Chart.yaml index a87e510866c5..d9176d88c3fd 100644 --- a/stable/gcloud-endpoints/Chart.yaml +++ b/stable/gcloud-endpoints/Chart.yaml @@ -1,5 +1,5 @@ name: gcloud-endpoints -version: 0.1.0 +version: 0.1.1 description: Develop, deploy, protect and monitor your APIs with Google Cloud Endpoints. keywords: - google diff --git a/stable/gcloud-endpoints/values.yaml b/stable/gcloud-endpoints/values.yaml index 3cf6bfbce4d2..aa59871c2955 100644 --- a/stable/gcloud-endpoints/values.yaml +++ b/stable/gcloud-endpoints/values.yaml @@ -1,6 +1,6 @@ ## Google Cloud Endpoints Runtime image ## ref: https://cloud.google.com/endpoints/docs/quickstart-container-engine#deploying_the_sample_api_to_the_cluster -image: b.gcr.io/endpoints/endpoints-runtime:1 +image: gcr.io/endpoints/endpoints-runtime:1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' From cdd7e23e3fa583662dd8315d2dd58f129e276ae9 Mon Sep 17 00:00:00 2001 From: Kevin Schumacher Date: Sun, 24 Sep 2017 13:32:06 -0400 Subject: [PATCH 2/2] [stable/gcloud-endpoints] fix broken image url --- stable/gcloud-endpoints/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/gcloud-endpoints/values.yaml b/stable/gcloud-endpoints/values.yaml index aa59871c2955..a9b91cfc2e18 100644 --- a/stable/gcloud-endpoints/values.yaml +++ b/stable/gcloud-endpoints/values.yaml @@ -1,6 +1,6 @@ ## Google Cloud Endpoints Runtime image ## ref: https://cloud.google.com/endpoints/docs/quickstart-container-engine#deploying_the_sample_api_to_the_cluster -image: gcr.io/endpoints/endpoints-runtime:1 +image: gcr.io/endpoints-release/endpoints-runtime:1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'