Kubernetes: move to 1.8.2

This PS moves the OpenStack-Infra gates to use Kubernetes v1.8.2

Change-Id: I8d1494df959ffbb94e0f76fa79d5180b53f87680
This commit is contained in:
intlabs 2017-11-02 23:44:55 -05:00
parent fe62a25081
commit 98e2c5bde0
2 changed files with 2 additions and 2 deletions
tools

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
KUBE_VERSION=v1.8.1
KUBE_VERSION=v1.8.2
KUBE_IMAGES="gcr.io/google_containers/hyperkube-amd64:${KUBE_VERSION}
gcr.io/google_containers/kube-apiserver-amd64:${KUBE_VERSION}
gcr.io/google_containers/kube-controller-manager-amd64:${KUBE_VERSION}

@ -16,7 +16,7 @@
FROM gcr.io/google_containers/ubuntu-slim:0.14
MAINTAINER pete.birley@att.com
ENV KUBE_VERSION="v1.8.1" \
ENV KUBE_VERSION="v1.8.2" \
CNI_VERSION="v0.6.0" \
HELM_VERSION="v2.7.0" \
container="docker" \