Skip to content

Commit

Permalink
update helm version
Browse files Browse the repository at this point in the history
  • Loading branch information
ironoa committed Sep 3, 2022
1 parent 1d3e989 commit 93ce743
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion helmfile.d/01-kube-prometheus-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ releases:
- name: kube-prometheus-stack
namespace: monitoring
chart: prometheus-community/kube-prometheus-stack
version: 39.9.0
version: 39.10.0
values:
- ./config/kube-prometheus-stack-values.yaml.gotmpl
2 changes: 1 addition & 1 deletion helmfile.d/11-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ releases:
- name: nginx-ingress
chart: ingress-nginx/ingress-nginx
namespace: default
version: 4.1.4
version: 4.2.0
values:
- ./config/nginx-ingress-values.yaml.gotmpl
2 changes: 1 addition & 1 deletion helmfile.d/25-loki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories:
releases:
- name: loki
chart: grafana/loki
version: 2.12.1
version: 2.12.2
namespace: monitoring
values:
- ./config/loki-values.yaml.gotmpl
Expand Down
2 changes: 1 addition & 1 deletion helmfile.d/30-external-dns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ releases:
- name: external-dns
chart: bitnami/external-dns
namespace: default
version: 6.3.1
version: 6.4.0
values:
- ./config/external-dns-values.yaml.gotmpl
2 changes: 1 addition & 1 deletion helmfile.pre.d/00-cert-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ releases:
- name: cert-manager
namespace: cert-manager
chart: jetstack/cert-manager # https://cert-manager.io/docs/installation/kubernetes/#installing-with-helm
version: v1.8.1
version: v1.8.2
values:
- ./config/cert-manager-values.yaml.gotmpl

0 comments on commit 93ce743

Please sign in to comment.