Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions charts/istio-operator/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ dependencies:
version: 0.1.1
- name: base
repository: https://istio-release.storage.googleapis.com/charts
version: 1.26.2
version: 1.26.3
- name: istiod
repository: https://istio-release.storage.googleapis.com/charts
version: 1.26.2
version: 1.26.3
- name: cni
repository: https://istio-release.storage.googleapis.com/charts
version: 1.26.2
version: 1.26.3
- name: ztunnel
repository: https://istio-release.storage.googleapis.com/charts
version: 1.26.2
digest: sha256:ac56b3fddaed0c66a7d3795a4e3ad0fc7d422432bb8e274517cf0a935814bbcd
generated: "2025-06-23T23:59:31.091248589Z"
version: 1.26.3
digest: sha256:7e884a719d190c890ca981fffd4265db204b3ce688c4d4be0fad43b8971b5555
generated: "2025-08-11T23:59:26.396601989Z"
16 changes: 8 additions & 8 deletions charts/istio-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@ annotations:
catalog.cattle.io/display-name: Istio (1/1) - Operator
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux
# catalog.cattle.io/kube-version: '>=1.26.0-0 < 1.31.0-0'
# catalog.cattle.io/rancher-version: '>= 2.8.0-0 < 2.10.0-0'
# catalog.cattle.io/kube-version: '>=1.26.0-0 < 1.31.0-0'
# catalog.cattle.io/rancher-version: '>= 2.8.0-0 < 2.10.0-0'
catalog.cattle.io/release-name: istio-operator
catalog.cattle.io/namespace: istio-system
apiVersion: v2
appVersion: 1.26.2
appVersion: 1.26.3
dependencies:
- name: common
repository: https://charts.sourcemation.com/
version: 0.1.x
- condition: global.istioOperatorCrd.enabled
name: base
version: 1.26.2
version: 1.26.3
repository: https://istio-release.storage.googleapis.com/charts
- condition: global.istioOperatorCrd.enabled
name: istiod
version: 1.26.2
version: 1.26.3
repository: https://istio-release.storage.googleapis.com/charts
- condition: global.istioOperatorCrd.enabled
name: cni
version: 1.26.2
version: 1.26.3
repository: https://istio-release.storage.googleapis.com/charts
- condition: global.istioOperatorCrd.enabled
name: ztunnel
version: 1.26.2
version: 1.26.3
repository: https://istio-release.storage.googleapis.com/charts
description: Istio is an open source service mesh that layers transparently onto existing distributed applications. Install only once on kubernetes. Security & Monitoring.
home: https://linuxpolska.com
Expand All @@ -43,4 +43,4 @@ name: istio-operator
sources:
- https://github.com/SourceMation/charts.git
type: application
version: 0.2.2
version: 0.2.3
2 changes: 1 addition & 1 deletion charts/istio-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ kubectl get crd -o name | grep -i istio | xargs kubectl delete
export RELEASE_NAME=istio
export CHART_NAME=istio-operator
export RELEASE_NAMESPACE=istio-system
export CHART_VERSION=0.2.2
export CHART_VERSION=0.2.3

kubectl create ns ${RELEASE_NAMESPACE}
kubectl config set-context --current --namespace ${RELEASE_NAMESPACE}
Expand Down
Binary file removed charts/istio-operator/charts/base-1.26.2.tgz
Binary file not shown.
Binary file added charts/istio-operator/charts/base-1.26.3.tgz
Binary file not shown.
Binary file removed charts/istio-operator/charts/cni-1.26.2.tgz
Binary file not shown.
Binary file added charts/istio-operator/charts/cni-1.26.3.tgz
Binary file not shown.
Binary file removed charts/istio-operator/charts/istiod-1.26.2.tgz
Binary file not shown.
Binary file added charts/istio-operator/charts/istiod-1.26.3.tgz
Binary file not shown.
Binary file removed charts/istio-operator/charts/ztunnel-1.26.2.tgz
Binary file not shown.
Binary file added charts/istio-operator/charts/ztunnel-1.26.3.tgz
Binary file not shown.