forked from istio-ecosystem/sail-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversions.yaml
54 lines (53 loc) · 3.18 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
# 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. The `versions` field is a map, where the
# key is the name of the version, and the value is an object containing the
# Git repository and commit hash (these are used to get the profiles), and
# the list of URLs for the Helm charts.
versions:
v1.20.1:
repo: https://github.com/istio/istio
commit: 1.20.1
charts:
- https://istio-release.storage.googleapis.com/charts/base-1.20.1.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-1.20.1.tgz
- https://istio-release.storage.googleapis.com/charts/gateway-1.20.1.tgz
- https://istio-release.storage.googleapis.com/charts/cni-1.20.1.tgz
- https://istio-release.storage.googleapis.com/charts/ztunnel-1.20.1.tgz
v1.20.0:
repo: https://github.com/istio/istio
commit: 1.20.0
charts:
- https://istio-release.storage.googleapis.com/charts/base-1.20.0.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-1.20.0.tgz
- https://istio-release.storage.googleapis.com/charts/gateway-1.20.0.tgz
- https://istio-release.storage.googleapis.com/charts/cni-1.20.0.tgz
- https://istio-release.storage.googleapis.com/charts/ztunnel-1.20.0.tgz
v1.19.5:
repo: https://github.com/istio/istio
commit: 1.19.5
charts:
- https://istio-release.storage.googleapis.com/charts/base-1.19.5.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-1.19.5.tgz
- https://istio-release.storage.googleapis.com/charts/gateway-1.19.5.tgz
- https://istio-release.storage.googleapis.com/charts/cni-1.19.5.tgz
- https://istio-release.storage.googleapis.com/charts/ztunnel-1.19.5.tgz
latest:
repo: https://github.com/istio/istio
branch: master
commit: e4c35b5dbb1f608a88adda8cbc1f60a8feda4311
charts:
- https://storage.googleapis.com/istio-build/dev/1.21-alpha.e4c35b5dbb1f608a88adda8cbc1f60a8feda4311/helm/base-1.21-alpha.e4c35b5dbb1f608a88adda8cbc1f60a8feda4311.tgz
- https://storage.googleapis.com/istio-build/dev/1.21-alpha.e4c35b5dbb1f608a88adda8cbc1f60a8feda4311/helm/cni-1.21-alpha.e4c35b5dbb1f608a88adda8cbc1f60a8feda4311.tgz
- https://storage.googleapis.com/istio-build/dev/1.21-alpha.e4c35b5dbb1f608a88adda8cbc1f60a8feda4311/helm/gateway-1.21-alpha.e4c35b5dbb1f608a88adda8cbc1f60a8feda4311.tgz
- https://storage.googleapis.com/istio-build/dev/1.21-alpha.e4c35b5dbb1f608a88adda8cbc1f60a8feda4311/helm/istiod-1.21-alpha.e4c35b5dbb1f608a88adda8cbc1f60a8feda4311.tgz
- https://storage.googleapis.com/istio-build/dev/1.21-alpha.e4c35b5dbb1f608a88adda8cbc1f60a8feda4311/helm/ztunnel-1.21-alpha.e4c35b5dbb1f608a88adda8cbc1f60a8feda4311.tgz
# Temporary PoC that uses a branch in our fork of istio/istio
gwAPIControllerMode:
repo: https://github.com/maistra/istio
branch: gw-controller-mode-env1
commit: 6108f9b442f35996f0153ecbdf6e98895a79ae46