forked from istio-ecosystem/sail-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversions.yaml
53 lines (52 loc) · 3.06 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
# 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.22.0
version: 1.22.0
repo: https://github.com/istio/istio
commit: 1.22.0
charts:
- https://istio-release.storage.googleapis.com/charts/base-1.22.0.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-1.22.0.tgz
- https://istio-release.storage.googleapis.com/charts/gateway-1.22.0.tgz
- https://istio-release.storage.googleapis.com/charts/cni-1.22.0.tgz
- https://istio-release.storage.googleapis.com/charts/ztunnel-1.22.0.tgz
- name: v1.21.2
version: 1.21.2
repo: https://github.com/istio/istio
commit: 1.21.2
charts:
- https://istio-release.storage.googleapis.com/charts/base-1.21.2.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-1.21.2.tgz
- https://istio-release.storage.googleapis.com/charts/gateway-1.21.2.tgz
- https://istio-release.storage.googleapis.com/charts/cni-1.21.2.tgz
- https://istio-release.storage.googleapis.com/charts/ztunnel-1.21.2.tgz
- name: v1.21.0
version: 1.21.0
repo: https://github.com/istio/istio
commit: 1.21.0
charts:
- https://istio-release.storage.googleapis.com/charts/base-1.21.0.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-1.21.0.tgz
- https://istio-release.storage.googleapis.com/charts/gateway-1.21.0.tgz
- https://istio-release.storage.googleapis.com/charts/cni-1.21.0.tgz
- https://istio-release.storage.googleapis.com/charts/ztunnel-1.21.0.tgz
- name: latest
version: 1.23-alpha
repo: https://github.com/istio/istio
branch: master
commit: 99c8da361a0f4037fc09db5947e53f42a140858e
charts:
- https://storage.googleapis.com/istio-build/dev/1.23-alpha.99c8da361a0f4037fc09db5947e53f42a140858e/helm/base-1.23-alpha.99c8da361a0f4037fc09db5947e53f42a140858e.tgz
- https://storage.googleapis.com/istio-build/dev/1.23-alpha.99c8da361a0f4037fc09db5947e53f42a140858e/helm/cni-1.23-alpha.99c8da361a0f4037fc09db5947e53f42a140858e.tgz
- https://storage.googleapis.com/istio-build/dev/1.23-alpha.99c8da361a0f4037fc09db5947e53f42a140858e/helm/gateway-1.23-alpha.99c8da361a0f4037fc09db5947e53f42a140858e.tgz
- https://storage.googleapis.com/istio-build/dev/1.23-alpha.99c8da361a0f4037fc09db5947e53f42a140858e/helm/istiod-1.23-alpha.99c8da361a0f4037fc09db5947e53f42a140858e.tgz
- https://storage.googleapis.com/istio-build/dev/1.23-alpha.99c8da361a0f4037fc09db5947e53f42a140858e/helm/ztunnel-1.23-alpha.99c8da361a0f4037fc09db5947e53f42a140858e.tgz