Work in progress
This commit is contained in:
@ -1,12 +1,6 @@
|
||||
repositories:
|
||||
- name: istio
|
||||
url: https://istio-release.storage.googleapis.com/charts
|
||||
- name: metallb
|
||||
url: https://metallb.github.io/metallb
|
||||
- name: cdf
|
||||
url: https://cdfoundation.github.io/tekton-helm-chart/
|
||||
- name: zot
|
||||
url: registry.badhouseplants.net/helmule
|
||||
url: git.badhouseplants.net/softplayer/helm
|
||||
oci: true
|
||||
|
||||
releases:
|
||||
@ -27,7 +21,7 @@ releases:
|
||||
- name: cilium
|
||||
chart: zot/cilium
|
||||
installed: true
|
||||
version: 1.15.2
|
||||
version: 1.15.4
|
||||
namespace: kube-system
|
||||
needs:
|
||||
- kube-system/coredns
|
||||
@ -36,7 +30,7 @@ releases:
|
||||
|
||||
- name: metrics-server
|
||||
chart: zot/metrics-server
|
||||
version: 3.12.0
|
||||
version: 3.12.1
|
||||
namespace: kube-system
|
||||
needs:
|
||||
- kube-system/coredns
|
||||
@ -45,7 +39,7 @@ releases:
|
||||
- ./values/metrics-server.yaml
|
||||
|
||||
- name: tekton
|
||||
chart: cdf/tekton-pipeline
|
||||
chart: zot/tekton-pipeline
|
||||
namespace: tekton-system
|
||||
version: 1.0.2
|
||||
createNamespace: false
|
||||
@ -95,7 +89,8 @@ releases:
|
||||
- kube-system/cilium
|
||||
|
||||
- name: istio-base
|
||||
chart: istio/base
|
||||
chart: zot/base
|
||||
version: 1.21.2
|
||||
namespace: istio-system
|
||||
createNamespace: false
|
||||
needs:
|
||||
@ -104,7 +99,8 @@ releases:
|
||||
- kube-system/cilium
|
||||
|
||||
- name: istio-ingressgateway
|
||||
chart: istio/gateway
|
||||
version: 1.21.2
|
||||
chart: zot/gateway
|
||||
namespace: istio-system
|
||||
needs:
|
||||
- kube-system/namespaces
|
||||
@ -115,7 +111,8 @@ releases:
|
||||
- ./values/values.istio-ingressgateway.yaml
|
||||
|
||||
- name: istiod
|
||||
chart: istio/istiod
|
||||
chart: zot/istiod
|
||||
version: 1.21.2
|
||||
namespace: istio-system
|
||||
needs:
|
||||
- kube-system/namespaces
|
||||
|
Reference in New Issue
Block a user