-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathversions.yaml
137 lines (136 loc) · 7.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
# This file defines all the Istio versions supported by this operator.
# 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.
#
# IMPORTANT: in addition to the versions specified here, the versions of the
# istio.io/istio and istio.io/api dependencies defined in go.mod must also be
# updated to match the most recent version specified here. The versions in
# go.mod affect the generated API schema for the Sail CRDs (e.g. IstioRevision),
# as well as all the Istio CRDs (e.g. VirtualService).
versions:
- name: v1.24.2
version: 1.24.2
repo: https://github.com/istio/istio
commit: 1.24.2
charts:
- https://istio-release.storage.googleapis.com/charts/base-1.24.2.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-1.24.2.tgz
- https://istio-release.storage.googleapis.com/charts/gateway-1.24.2.tgz
- https://istio-release.storage.googleapis.com/charts/cni-1.24.2.tgz
- https://istio-release.storage.googleapis.com/charts/ztunnel-1.24.2.tgz
- name: v1.24.1
version: 1.24.1
repo: https://github.com/istio/istio
commit: 1.24.1
charts:
- https://istio-release.storage.googleapis.com/charts/base-1.24.1.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-1.24.1.tgz
- https://istio-release.storage.googleapis.com/charts/gateway-1.24.1.tgz
- https://istio-release.storage.googleapis.com/charts/cni-1.24.1.tgz
- https://istio-release.storage.googleapis.com/charts/ztunnel-1.24.1.tgz
- name: v1.24.0
version: 1.24.0
repo: https://github.com/istio/istio
commit: 1.24.0
charts:
- https://istio-release.storage.googleapis.com/charts/base-1.24.0.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-1.24.0.tgz
- https://istio-release.storage.googleapis.com/charts/gateway-1.24.0.tgz
- https://istio-release.storage.googleapis.com/charts/cni-1.24.0.tgz
- https://istio-release.storage.googleapis.com/charts/ztunnel-1.24.0.tgz
- name: v1.23.4
version: 1.23.4
repo: https://github.com/istio/istio
commit: 1.23.4
charts:
- https://istio-release.storage.googleapis.com/charts/base-1.23.4.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-1.23.4.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-remote-1.23.4.tgz
- https://istio-release.storage.googleapis.com/charts/gateway-1.23.4.tgz
- https://istio-release.storage.googleapis.com/charts/cni-1.23.4.tgz
- https://istio-release.storage.googleapis.com/charts/ztunnel-1.23.4.tgz
- name: v1.23.3
version: 1.23.3
repo: https://github.com/istio/istio
commit: 1.23.3
charts:
- https://istio-release.storage.googleapis.com/charts/base-1.23.3.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-1.23.3.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-remote-1.23.3.tgz
- https://istio-release.storage.googleapis.com/charts/gateway-1.23.3.tgz
- https://istio-release.storage.googleapis.com/charts/cni-1.23.3.tgz
- https://istio-release.storage.googleapis.com/charts/ztunnel-1.23.3.tgz
- name: v1.23.2
version: 1.23.2
repo: https://github.com/istio/istio
commit: 1.23.2
charts:
- https://istio-release.storage.googleapis.com/charts/base-1.23.2.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-1.23.2.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-remote-1.23.2.tgz
- https://istio-release.storage.googleapis.com/charts/gateway-1.23.2.tgz
- https://istio-release.storage.googleapis.com/charts/cni-1.23.2.tgz
- https://istio-release.storage.googleapis.com/charts/ztunnel-1.23.2.tgz
- name: v1.22.8
version: 1.22.8
repo: https://github.com/istio/istio
commit: 1.22.8
charts:
- https://istio-release.storage.googleapis.com/charts/base-1.22.8.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-1.22.8.tgz
- https://istio-release.storage.googleapis.com/charts/gateway-1.22.8.tgz
- https://istio-release.storage.googleapis.com/charts/cni-1.22.8.tgz
- https://istio-release.storage.googleapis.com/charts/ztunnel-1.22.8.tgz
- name: v1.22.7
version: 1.22.7
repo: https://github.com/istio/istio
commit: 1.22.7
charts:
- https://istio-release.storage.googleapis.com/charts/base-1.22.7.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-1.22.7.tgz
- https://istio-release.storage.googleapis.com/charts/gateway-1.22.7.tgz
- https://istio-release.storage.googleapis.com/charts/cni-1.22.7.tgz
- https://istio-release.storage.googleapis.com/charts/ztunnel-1.22.7.tgz
- name: v1.22.6
version: 1.22.6
repo: https://github.com/istio/istio
commit: 1.22.6
charts:
- https://istio-release.storage.googleapis.com/charts/base-1.22.6.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-1.22.6.tgz
- https://istio-release.storage.googleapis.com/charts/gateway-1.22.6.tgz
- https://istio-release.storage.googleapis.com/charts/cni-1.22.6.tgz
- https://istio-release.storage.googleapis.com/charts/ztunnel-1.22.6.tgz
- name: v1.22.5
version: 1.22.5
repo: https://github.com/istio/istio
commit: 1.22.5
charts:
- https://istio-release.storage.googleapis.com/charts/base-1.22.5.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-1.22.5.tgz
- https://istio-release.storage.googleapis.com/charts/gateway-1.22.5.tgz
- https://istio-release.storage.googleapis.com/charts/cni-1.22.5.tgz
- https://istio-release.storage.googleapis.com/charts/ztunnel-1.22.5.tgz
- name: v1.21.6
version: 1.21.6
repo: https://github.com/istio/istio
commit: 1.21.6
charts:
- https://istio-release.storage.googleapis.com/charts/base-1.21.6.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-1.21.6.tgz
- https://istio-release.storage.googleapis.com/charts/gateway-1.21.6.tgz
- https://istio-release.storage.googleapis.com/charts/cni-1.21.6.tgz
- https://istio-release.storage.googleapis.com/charts/ztunnel-1.21.6.tgz
- name: latest
version: 1.25-alpha.d3ac996fe11c1b06cf9d1ee581b17cf4d87f5190
repo: https://github.com/istio/istio
branch: master
commit: d3ac996fe11c1b06cf9d1ee581b17cf4d87f5190
charts:
- https://storage.googleapis.com/istio-build/dev/1.25-alpha.d3ac996fe11c1b06cf9d1ee581b17cf4d87f5190/helm/base-1.25-alpha.d3ac996fe11c1b06cf9d1ee581b17cf4d87f5190.tgz
- https://storage.googleapis.com/istio-build/dev/1.25-alpha.d3ac996fe11c1b06cf9d1ee581b17cf4d87f5190/helm/cni-1.25-alpha.d3ac996fe11c1b06cf9d1ee581b17cf4d87f5190.tgz
- https://storage.googleapis.com/istio-build/dev/1.25-alpha.d3ac996fe11c1b06cf9d1ee581b17cf4d87f5190/helm/gateway-1.25-alpha.d3ac996fe11c1b06cf9d1ee581b17cf4d87f5190.tgz
- https://storage.googleapis.com/istio-build/dev/1.25-alpha.d3ac996fe11c1b06cf9d1ee581b17cf4d87f5190/helm/istiod-1.25-alpha.d3ac996fe11c1b06cf9d1ee581b17cf4d87f5190.tgz
- https://storage.googleapis.com/istio-build/dev/1.25-alpha.d3ac996fe11c1b06cf9d1ee581b17cf4d87f5190/helm/ztunnel-1.25-alpha.d3ac996fe11c1b06cf9d1ee581b17cf4d87f5190.tgz