pin all helm chart versions to currently deployed revisions
This commit is contained in:
@@ -12,7 +12,7 @@ spec:
|
|||||||
source:
|
source:
|
||||||
repoURL: https://grafana.github.io/helm-charts
|
repoURL: https://grafana.github.io/helm-charts
|
||||||
chart: alloy
|
chart: alloy
|
||||||
targetRevision: ">=1.5.0"
|
targetRevision: "1.10.0"
|
||||||
helm:
|
helm:
|
||||||
values: |
|
values: |
|
||||||
alloy:
|
alloy:
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ spec:
|
|||||||
source:
|
source:
|
||||||
repoURL: https://charts.jetstack.io
|
repoURL: https://charts.jetstack.io
|
||||||
chart: cert-manager
|
chart: cert-manager
|
||||||
targetRevision: ">=1.18.0"
|
targetRevision: "1.20.3"
|
||||||
helm:
|
helm:
|
||||||
values: |
|
values: |
|
||||||
installCRDs: true
|
installCRDs: true
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ spec:
|
|||||||
source:
|
source:
|
||||||
repoURL: https://cloudnative-pg.github.io/charts
|
repoURL: https://cloudnative-pg.github.io/charts
|
||||||
chart: cloudnative-pg
|
chart: cloudnative-pg
|
||||||
targetRevision: ">=0.23.0"
|
targetRevision: "0.28.3"
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: cnpg-system
|
namespace: cnpg-system
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ spec:
|
|||||||
source:
|
source:
|
||||||
repoURL: https://grafana.github.io/helm-charts
|
repoURL: https://grafana.github.io/helm-charts
|
||||||
chart: loki
|
chart: loki
|
||||||
targetRevision: ">=6.0.0"
|
targetRevision: "7.0.0"
|
||||||
helm:
|
helm:
|
||||||
values: |
|
values: |
|
||||||
deploymentMode: SingleBinary
|
deploymentMode: SingleBinary
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ spec:
|
|||||||
|
|
||||||
- repoURL: https://victoriametrics.github.io/helm-charts/
|
- repoURL: https://victoriametrics.github.io/helm-charts/
|
||||||
chart: victoria-metrics-k8s-stack
|
chart: victoria-metrics-k8s-stack
|
||||||
targetRevision: ">=0.30.0"
|
targetRevision: "0.83.0"
|
||||||
helm:
|
helm:
|
||||||
values: |
|
values: |
|
||||||
fullnameOverride: vm-k8s-stack
|
fullnameOverride: vm-k8s-stack
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ spec:
|
|||||||
source:
|
source:
|
||||||
repoURL: https://traefik.github.io/charts
|
repoURL: https://traefik.github.io/charts
|
||||||
chart: traefik
|
chart: traefik
|
||||||
targetRevision: ">=37.0.0"
|
targetRevision: "41.0.0"
|
||||||
helm:
|
helm:
|
||||||
values: |
|
values: |
|
||||||
deployment:
|
deployment:
|
||||||
|
|||||||
Reference in New Issue
Block a user