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..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: b.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'