This repository was archived by the owner on Nov 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +17
-7
lines changed Expand file tree Collapse file tree 5 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : tembo
3- version : 25.3.0
3+ version : 25.3.1
44appVersion : 1.0.0
55description : Helm chart to deploy the Tembo Platform
66keywords :
@@ -11,10 +11,10 @@ dependencies:
1111 condition : global.certManagerEnabled
1212 - name : tembo
1313 condition : global.temboEnabled
14- version : 25.3.0
14+ version : 25.3.1
1515 - name : monitoring
1616 condition : global.monitoringEnabled
17- version : 25.3.0
17+ version : 25.3.1
1818 - name : traefik
1919 condition : global.traefikEnabled
20- version : 25.3.0
20+ version : 25.3.1
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : monitoring
33description : A Helm chart for the Tembo monitoring stack
4- version : 25.3.0
4+ version : 25.3.1
55dependencies :
66 - name : kube-prometheus-stack
77 version : " 44.4.1"
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : tembo
3- version : 25.3.0
3+ version : 25.3.1
44description : A Helm chart to deploy the Tembo platform
55keywords :
66 - tembo
Original file line number Diff line number Diff line change 1+ apiVersion : networking.k8s.io/v1
2+ kind : NetworkPolicy
3+ metadata :
4+ name : allow-all-ingress
5+ spec :
6+ ingress :
7+ - {}
8+ podSelector : {}
9+ policyTypes :
10+ - Ingress
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : traefik
33description : A Helm chart for the traefik ingress controller
4- version : 25.3.0
4+ version : 25.3.1
55dependencies :
66 - name : traefik
77 version : 29.0.1
You can’t perform that action at this time.
0 commit comments