From 67a234fe0030290e7129e1cbbd3dd51180c9b38b Mon Sep 17 00:00:00 2001 From: Vaishnav Gaikwad Date: Thu, 7 Apr 2022 22:29:14 +0530 Subject: [PATCH] add istio:1.12.6 --- .../rancher-istio/rancher-istio/charts/Chart.yaml | 6 +++--- .../rancher-istio/rancher-istio/charts/values.yaml | 12 ++++++------ packages/rancher-istio/rancher-istio/package.yaml | 2 +- release.yaml | 4 +++- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/packages/rancher-istio/rancher-istio/charts/Chart.yaml b/packages/rancher-istio/rancher-istio/charts/Chart.yaml index ac5c6e616..ee5a0b4dc 100644 --- a/packages/rancher-istio/rancher-istio/charts/Chart.yaml +++ b/packages/rancher-istio/rancher-istio/charts/Chart.yaml @@ -11,9 +11,9 @@ annotations: catalog.cattle.io/requests-memory: 2314Mi catalog.cattle.io/type: cluster-tool catalog.cattle.io/ui-component: istio - catalog.cattle.io/upstream-version: 1.11.7 + catalog.cattle.io/upstream-version: 1.12.6 apiVersion: v1 -appVersion: 1.11.7 +appVersion: 1.12.6 description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ for details. icon: https://charts.rancher.io/assets/logos/istio.svg @@ -21,4 +21,4 @@ keywords: - networking - infrastructure name: rancher-istio -version: 1.11.7 +version: 1.12.6 diff --git a/packages/rancher-istio/rancher-istio/charts/values.yaml b/packages/rancher-istio/rancher-istio/charts/values.yaml index e1eb46c66..a002f87ac 100644 --- a/packages/rancher-istio/rancher-istio/charts/values.yaml +++ b/packages/rancher-istio/rancher-istio/charts/values.yaml @@ -1,11 +1,11 @@ overlayFile: "" -tag: 1.11.7 +tag: 1.12.6 ##Setting forceInstall: true will remove the check for istio version < 1.6.x and will not analyze your install cluster prior to install forceInstall: false installer: repository: rancher/istio-installer - tag: 1.11.7-rancher1 + tag: 1.12.6-rancher1 ##releaseMirror are configurations for istio upgrades. ##Setting releaseMirror.enabled: true will cause istio to use bundled in images from rancher/istio-installer to perfom an upgrade - this is ideal ##for airgap setups. Setting releaseMirror.enabled to false means istio will call externally to github to fetch the required assets. @@ -26,7 +26,7 @@ base: cni: enabled: false repository: rancher/mirrored-istio-install-cni - tag: 1.11.7 + tag: 1.12.6 logLevel: info excludeNamespaces: - istio-system @@ -46,7 +46,7 @@ istiodRemote: pilot: enabled: true repository: rancher/mirrored-istio-pilot - tag: 1.11.7 + tag: 1.12.6 telemetry: enabled: true @@ -58,10 +58,10 @@ global: systemDefaultRegistry: "" proxy: repository: rancher/mirrored-istio-proxyv2 - tag: 1.11.7 + tag: 1.12.6 proxy_init: repository: rancher/mirrored-istio-proxyv2 - tag: 1.11.7 + tag: 1.12.6 defaultPodDisruptionBudget: enabled: true rbac: diff --git a/packages/rancher-istio/rancher-istio/package.yaml b/packages/rancher-istio/rancher-istio/package.yaml index ac9d0ed5b..6d7f04644 100644 --- a/packages/rancher-istio/rancher-istio/package.yaml +++ b/packages/rancher-istio/rancher-istio/package.yaml @@ -1,2 +1,2 @@ url: local -version: 100.1.2+up1.11.7 +version: 100.2.0+up1.12.6 diff --git a/release.yaml b/release.yaml index 2b6d37d4a..1b66be1fb 100644 --- a/release.yaml +++ b/release.yaml @@ -24,4 +24,6 @@ sriov-crd: rancher-aks-operator: - 100.0.4+up1.0.5-rc1 rancher-aks-operator-crd: -- 100.0.4+up1.0.5-rc1 \ No newline at end of file +- 100.0.4+up1.0.5-rc1 +rancher-istio: +- 100.2.0+up1.12.6