forked from openshift-service-mesh/sail-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversions.yaml
71 lines (70 loc) · 4.08 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
# 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.
versions:
- name: v1.20.3
repo: https://github.com/istio/istio
commit: 1.20.3
charts:
- https://istio-release.storage.googleapis.com/charts/base-1.20.3.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-1.20.3.tgz
- https://istio-release.storage.googleapis.com/charts/gateway-1.20.3.tgz
- https://istio-release.storage.googleapis.com/charts/cni-1.20.3.tgz
- https://istio-release.storage.googleapis.com/charts/ztunnel-1.20.3.tgz
- name: v1.20.2
repo: https://github.com/istio/istio
commit: 1.20.2
charts:
- https://istio-release.storage.googleapis.com/charts/base-1.20.2.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-1.20.2.tgz
- https://istio-release.storage.googleapis.com/charts/gateway-1.20.2.tgz
- https://istio-release.storage.googleapis.com/charts/cni-1.20.2.tgz
- https://istio-release.storage.googleapis.com/charts/ztunnel-1.20.2.tgz
- name: 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
- name: v1.19.7
repo: https://github.com/istio/istio
commit: 1.19.7
charts:
- https://istio-release.storage.googleapis.com/charts/base-1.19.7.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-1.19.7.tgz
- https://istio-release.storage.googleapis.com/charts/gateway-1.19.7.tgz
- https://istio-release.storage.googleapis.com/charts/cni-1.19.7.tgz
- https://istio-release.storage.googleapis.com/charts/ztunnel-1.19.7.tgz
- name: v1.19.6
repo: https://github.com/istio/istio
commit: 1.19.6
charts:
- https://istio-release.storage.googleapis.com/charts/base-1.19.6.tgz
- https://istio-release.storage.googleapis.com/charts/istiod-1.19.6.tgz
- https://istio-release.storage.googleapis.com/charts/gateway-1.19.6.tgz
- https://istio-release.storage.googleapis.com/charts/cni-1.19.6.tgz
- https://istio-release.storage.googleapis.com/charts/ztunnel-1.19.6.tgz
- name: latest
repo: https://github.com/istio/istio
branch: master
commit: d27e3e16415b62994ff5ec3318197f3bcfe1c419
charts:
- https://storage.googleapis.com/istio-build/dev/1.22-alpha.d27e3e16415b62994ff5ec3318197f3bcfe1c419/helm/base-1.22-alpha.d27e3e16415b62994ff5ec3318197f3bcfe1c419.tgz
- https://storage.googleapis.com/istio-build/dev/1.22-alpha.d27e3e16415b62994ff5ec3318197f3bcfe1c419/helm/cni-1.22-alpha.d27e3e16415b62994ff5ec3318197f3bcfe1c419.tgz
- https://storage.googleapis.com/istio-build/dev/1.22-alpha.d27e3e16415b62994ff5ec3318197f3bcfe1c419/helm/gateway-1.22-alpha.d27e3e16415b62994ff5ec3318197f3bcfe1c419.tgz
- https://storage.googleapis.com/istio-build/dev/1.22-alpha.d27e3e16415b62994ff5ec3318197f3bcfe1c419/helm/istiod-1.22-alpha.d27e3e16415b62994ff5ec3318197f3bcfe1c419.tgz
- https://storage.googleapis.com/istio-build/dev/1.22-alpha.d27e3e16415b62994ff5ec3318197f3bcfe1c419/helm/ztunnel-1.22-alpha.d27e3e16415b62994ff5ec3318197f3bcfe1c419.tgz
# Temporary PoC that uses a branch in our fork of istio/istio
- name: gwAPIControllerMode
repo: https://github.com/maistra/istio
branch: gw-controller-mode-env1
commit: 6108f9b442f35996f0153ecbdf6e98895a79ae46