From 4e85f9d3d3b9dd41fd7dbbeb122df40a76c8b264 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Thu, 28 Dec 2017 05:22:36 -0500 Subject: [PATCH] Convert registry to k8s.gcr.io (#3158) See #3141 for more detail --- incubator/etcd/Chart.yaml | 2 +- incubator/etcd/README.md | 2 +- incubator/etcd/templates/NOTES.txt | 1 + incubator/etcd/values.yaml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 incubator/etcd/templates/NOTES.txt diff --git a/incubator/etcd/Chart.yaml b/incubator/etcd/Chart.yaml index dcf437c3e1..87318a68d9 100755 --- a/incubator/etcd/Chart.yaml +++ b/incubator/etcd/Chart.yaml @@ -1,6 +1,6 @@ name: etcd home: https://github.com/coreos/etcd -version: 0.3.5 +version: 0.3.6 description: Distributed reliable key-value store for the most critical data of a distributed system. icon: https://raw.githubusercontent.com/coreos/etcd/master/logos/etcd-horizontal-color.png diff --git a/incubator/etcd/README.md b/incubator/etcd/README.md index 6a9f497c22..fbe4a75f44 100644 --- a/incubator/etcd/README.md +++ b/incubator/etcd/README.md @@ -38,7 +38,7 @@ The following tables lists the configurable parameters of the etcd chart and the | Parameter | Description | Default | | ----------------------- | ---------------------------------- | ---------------------------------------------------------- | | `Name` | Spark master name | `etcd` | -| `Image` | Container image name | `gcr.io/google_containers/etcd-amd64` | +| `Image` | Container image name | `k8s.gcr.io/etcd-amd64` | | `ImageTag` | Container image tag | `2.2.5` | | `ImagePullPolicy` | Container pull policy | `Always` | | `Replicas` | k8s statefulset replicas | `3` | diff --git a/incubator/etcd/templates/NOTES.txt b/incubator/etcd/templates/NOTES.txt new file mode 100644 index 0000000000..7c94006098 --- /dev/null +++ b/incubator/etcd/templates/NOTES.txt @@ -0,0 +1 @@ +etcd has been installed. \ No newline at end of file diff --git a/incubator/etcd/values.yaml b/incubator/etcd/values.yaml index 27a8b1701f..5bca0a47e8 100644 --- a/incubator/etcd/values.yaml +++ b/incubator/etcd/values.yaml @@ -8,7 +8,7 @@ PeerPort: 2380 ClientPort: 2379 Component: "etcd" Replicas: 3 -Image: "gcr.io/google_containers/etcd-amd64" +Image: "k8s.gcr.io/etcd-amd64" ImageTag: "2.2.5" ImagePullPolicy: "Always" Cpu: "100m"