Merge "Up-version: Istio to 1.22.1 and Kiali to 1.85.0"
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
istio-helm (1.22-1) unstable; urgency=medium
|
||||
|
||||
* Update istio chart version
|
||||
|
||||
-- Sirin Shaikh <sirin.shaikh@windriver.com> Thu, 20 June 2024 09:17:09 +0000
|
||||
|
||||
istio-helm (1.19-4) unstable; urgency=medium
|
||||
|
||||
* Auto-increment chart version
|
||||
|
@@ -1,10 +1,10 @@
|
||||
---
|
||||
debname: istio-helm
|
||||
debver: 1.19-4
|
||||
debver: 1.22-1
|
||||
dl_path:
|
||||
name: helm-charts-istio-1.19.4.tar.gz
|
||||
url: https://github.com/istio/istio/archive/refs/tags/1.19.4.tar.gz
|
||||
sha256sum: 5a3a1b8c5d0092a00d1b19247cbd066307ddff1bc8f8c2551a97cc8e36035a79
|
||||
name: helm-charts-istio-1.22.1.tar.gz
|
||||
url: https://github.com/istio/istio/archive/refs/tags/1.22.1.tar.gz
|
||||
sha256sum: 053e121a56aac7a75fbbfcab3332efe1b1577385b7b2e17f94d857f6bacbee29
|
||||
src_files:
|
||||
- files/Makefile
|
||||
revision:
|
||||
|
@@ -1,3 +1,9 @@
|
||||
kiali-helm (1.85-0) unstable; urgency=medium
|
||||
|
||||
* Update kiali chart version
|
||||
|
||||
-- Sirin Shaikh <sirin.shaikh@windriver.com> Thu, 20 June 2024 09:17:09 +0000
|
||||
|
||||
kiali-helm (1.75-0) unstable; urgency=medium
|
||||
|
||||
* Auto-increment chart version
|
||||
|
@@ -1,10 +1,10 @@
|
||||
---
|
||||
debname: kiali-helm
|
||||
debver: 1.75-0
|
||||
debver: 1.85-0
|
||||
dl_path:
|
||||
name: helm-charts-kiali-1.75.0.tar.gz
|
||||
url: https://github.com/kiali/helm-charts/archive/refs/tags/v1.75.0.tar.gz
|
||||
sha256sum: 3273056128742685a869e0d8dca8fca57651407810be7b61e5b49742f3120c55
|
||||
name: helm-charts-kiali-1.85.0.tar.gz
|
||||
url: https://github.com/kiali/helm-charts/archive/refs/tags/v1.85.0.tar.gz
|
||||
sha256sum: 46ccb22c23fb74aa62c3c0fd2788e467c7c9d0fdf50cc5c9a36f07146bda7c16
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
stx_patch: -1
|
||||
|
@@ -5,14 +5,14 @@
|
||||
#
|
||||
|
||||
hub: registry.local:9001/docker.io/istio
|
||||
tag: 1.19.4
|
||||
tag: 1.22.1
|
||||
replicaCount: 1
|
||||
images:
|
||||
tags:
|
||||
istio-operator: docker.io/istio/operator:1.19.4
|
||||
cni: docker.io/istio/install-cni:1.19.4
|
||||
pilot: docker.io/istio/pilot:1.19.4
|
||||
proxyv2: docker.io/istio/proxyv2:1.19.4
|
||||
istio-operator: docker.io/istio/operator:1.22.1
|
||||
cni: docker.io/istio/install-cni:1.22.1
|
||||
pilot: docker.io/istio/pilot:1.22.1
|
||||
proxyv2: docker.io/istio/proxyv2:1.22.1
|
||||
|
||||
# ImagePullSecrets for operator ServiceAccount, list of secrets in the same namespace
|
||||
# used to pull operator image. Must be set for any cluster configured with private docker registry.
|
||||
|
@@ -21,13 +21,13 @@ spec:
|
||||
- kube-system
|
||||
- istio-operator
|
||||
- istio-system
|
||||
image: registry.local:9001/docker.io/istio/install-cni:1.19.4
|
||||
image: registry.local:9001/docker.io/istio/install-cni:1.22.1
|
||||
pilot:
|
||||
image: registry.local:9001/docker.io/istio/pilot:1.19.4
|
||||
image: registry.local:9001/docker.io/istio/pilot:1.22.1
|
||||
global:
|
||||
imagePullSecrets:
|
||||
- default-registry-key
|
||||
proxy:
|
||||
image: registry.local:9001/docker.io/istio/proxyv2:1.19.4
|
||||
image: registry.local:9001/docker.io/istio/proxyv2:1.22.1
|
||||
proxy_init:
|
||||
image: registry.local:9001/docker.io/istio/proxyv2:1.19.4
|
||||
image: registry.local:9001/docker.io/istio/proxyv2:1.22.1
|
||||
|
@@ -8,10 +8,10 @@ replicaCount: 1
|
||||
namespace: istio-system
|
||||
images:
|
||||
tags:
|
||||
kiali: quay.io/kiali/kiali:v1.75.0
|
||||
kiali: quay.io/kiali/kiali:v1.85.0
|
||||
deployment:
|
||||
image_name: registry.local:9001/quay.io/kiali/kiali
|
||||
image_pull_secrets: ["default-registry-key"]
|
||||
image_version: v1.75.0
|
||||
version_label: v1.75.0
|
||||
image_version: v1.85.0
|
||||
version_label: v1.85.0
|
||||
service_type: NodePort
|
||||
|
Reference in New Issue
Block a user