Skip to content

Commit

Permalink
feat(provisioning): make service versions pinnable
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario-F committed Jan 2, 2022
1 parent fe90e8f commit bc8067a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions provisioning/helmfiles/services/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ releases:
<<: *system
namespace: cert-manager
chart: jetstack/cert-manager
version: v1.6.1
version: {{ .Values | get "cert-manager.version" "v1.6.1" }}
needs:
- monitoring-system/prometheus

- name: cert-manager-webhook-hetzner
<<: *system
namespace: cert-manager
chart: mariof-charts/cert-manager-webhook-hetzner
version: 1.2.1
version: {{ .Values | get "cert-manager-webhook-hetzner.version" "1.2.1" }}
needs:
- cert-manager/cert-manager
disableValidation: true
Expand All @@ -33,4 +33,4 @@ releases:
<<: *system
namespace: external-dns
chart: bitnami/external-dns
version: 6.0.2
version: {{ .Values | get "external-dns-hetzner.version" "6.0.2" }}

0 comments on commit bc8067a

Please sign in to comment.