From 07f952421da1e2b1a18549b536b19a732ddbc256 Mon Sep 17 00:00:00 2001 From: Gavin Scallon Date: Mon, 8 Jun 2020 11:40:18 -0600 Subject: [PATCH] Version update to 1.6.1 --- Dockerfile | 4 ++-- Jenkinsfile | 2 +- README.md | 6 +++--- download.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index bb07a98..ca1f9fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,14 +4,14 @@ ARG BASE_REGISTRY=nexus-docker-secure.levelup-dev.io ARG BASE_IMAGE=redhat/ubi/ubi8 ARG BASE_TAG=8.2 ############################################################### -FROM opensource/istio/operator/operator:1.6.0 AS base +FROM opensource/istio/operator/operator:1.6.1 AS base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} # Provide label information LABEL name="istio-operator" \ maintainer="cody.hutchins@darkwolf.co" \ vendor="Open Source" \ - version="1.6.0" \ + version="1.6.1" \ release="1" \ summary="Operator for Istio" \ description="The istio-operator allows you to package, deploy, and manage Istio in Kubernetes" diff --git a/Jenkinsfile b/Jenkinsfile index f376c5c..c536db0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline( version: "1.6.0") \ No newline at end of file +dccscrPipeline( version: "1.6.1") \ No newline at end of file diff --git a/README.md b/README.md index 687cfe4..f55027b 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ This ensures that the hub being used as a source for image-pulling is the privat 2. The second workaround requires a deeper dive into the code and requires you to download the Istio from the releases page: -https://github.com/istio/istio/releases/tag/1.6.0 +https://github.com/istio/istio/releases/tag/1.6.1 Un-tar the download file and move it to the location on the machine of your choice. @@ -99,8 +99,8 @@ Navigate to the `install/kubernetes/operator/charts` directory. You will see var In order to use these external charts, run the following command (this example is using the default profile): -`istioctl manifest apply --set installPackagePath=< path to istio releases >/istio-1.6.0/install/kubernetes/operator/charts \ - --set profile=< path to istio releases >/istio-1.6.0/install/kubernetes/operator/profiles/default.yaml` +`istioctl manifest apply --set installPackagePath=< path to istio releases >/istio-1.6.1/install/kubernetes/operator/charts \ + --set profile=< path to istio releases >/istio-1.6.1/install/kubernetes/operator/profiles/default.yaml` You should then see the Iron Bank container images used in the Istio deployment. diff --git a/download.yaml b/download.yaml index dae7cce..b8a4596 100644 --- a/download.yaml +++ b/download.yaml @@ -1,4 +1,4 @@ --- resources: - - url: "docker://docker.io/istio/operator@sha256:0132f1ec4a7b492424eb32c17ab68cb01ccd169d7b664f460107655e15cb9bba" - tag: "opensource/istio/operator/operator:1.6.0" + - url: "docker://docker.io/istio/operator@sha256:8fba2ac670f38ca768966c6789d044039f30cca4de372d073f7e64e7245e671c" + tag: "opensource/istio/operator/operator:1.6.1" -- GitLab