forked from istio-ecosystem/sail-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
versions.yaml
55 lines (54 loc) · 3.32 KB
/
versions.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# This file defines all the Istio versions supported by this operator.
# Since you can't install multiple versions of the same CRD, only one of the
# versions specified below can be the source of the CRDs. Because CRDs are
# typically backwards-compatible, the following field should point to the
# most recent version.
crdSourceVersion: latest
# The list of versions to support. Each item specifies the name of the version,
# the Git repository and commit hash for retrieving the profiles, and
# a list of URLs for retrieving the charts.
# The first item in the list is the default version.
versions:
- name: v1.23.0
version: 1.23.0
repo: https://github.com/istio/istio
commit: 1.23.0
charts:
- https://istio-release.storage.googleapis.com/charts/base-1.23.0.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-1.23.0.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-remote-1.23.0.tgz
- https://istio-release.storage.googleapis.com/charts/gateway-1.23.0.tgz
- https://istio-release.storage.googleapis.com/charts/cni-1.23.0.tgz
- https://istio-release.storage.googleapis.com/charts/ztunnel-1.23.0.tgz
- name: v1.22.3
version: 1.22.3
repo: https://github.com/istio/istio
commit: 1.22.3
charts:
- https://istio-release.storage.googleapis.com/charts/base-1.22.3.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-1.22.3.tgz
- https://istio-release.storage.googleapis.com/charts/gateway-1.22.3.tgz
- https://istio-release.storage.googleapis.com/charts/cni-1.22.3.tgz
- https://istio-release.storage.googleapis.com/charts/ztunnel-1.22.3.tgz
- name: v1.21.5
version: 1.21.5
repo: https://github.com/istio/istio
commit: 1.21.5
charts:
- https://istio-release.storage.googleapis.com/charts/base-1.21.5.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-1.21.5.tgz
- https://istio-release.storage.googleapis.com/charts/gateway-1.21.5.tgz
- https://istio-release.storage.googleapis.com/charts/cni-1.21.5.tgz
- https://istio-release.storage.googleapis.com/charts/ztunnel-1.21.5.tgz
- name: latest
version: 1.24-alpha
repo: https://github.com/istio/istio
branch: master
commit: b28bdd77da4c7f0f4f3631db514f1c4f79a90289
charts:
- https://storage.googleapis.com/istio-build/dev/1.24-alpha.b28bdd77da4c7f0f4f3631db514f1c4f79a90289/helm/base-1.24-alpha.b28bdd77da4c7f0f4f3631db514f1c4f79a90289.tgz
- https://storage.googleapis.com/istio-build/dev/1.24-alpha.b28bdd77da4c7f0f4f3631db514f1c4f79a90289/helm/cni-1.24-alpha.b28bdd77da4c7f0f4f3631db514f1c4f79a90289.tgz
- https://storage.googleapis.com/istio-build/dev/1.24-alpha.b28bdd77da4c7f0f4f3631db514f1c4f79a90289/helm/gateway-1.24-alpha.b28bdd77da4c7f0f4f3631db514f1c4f79a90289.tgz
- https://storage.googleapis.com/istio-build/dev/1.24-alpha.b28bdd77da4c7f0f4f3631db514f1c4f79a90289/helm/istiod-1.24-alpha.b28bdd77da4c7f0f4f3631db514f1c4f79a90289.tgz
- https://storage.googleapis.com/istio-build/dev/1.24-alpha.b28bdd77da4c7f0f4f3631db514f1c4f79a90289/helm/istiod-remote-1.24-alpha.b28bdd77da4c7f0f4f3631db514f1c4f79a90289.tgz
- https://storage.googleapis.com/istio-build/dev/1.24-alpha.b28bdd77da4c7f0f4f3631db514f1c4f79a90289/helm/ztunnel-1.24-alpha.b28bdd77da4c7f0f4f3631db514f1c4f79a90289.tgz