Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm update #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/10-base-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ releases:
- name: base-services
chart: w3f/base-services
namespace: default
version: v1.7.0
version: v1.8.0
values:
- ./config/base-services.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
4 changes: 2 additions & 2 deletions helmfile.d/25-loki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ repositories:
releases:
- name: loki
chart: grafana/loki
version: 2.12.1
version: 2.12.2
namespace: monitoring
values:
- ./config/loki-values.yaml.gotmpl
- name: promtail
chart: grafana/promtail
version: 6.3.0
version: 2.12.2
namespace: monitoring
values:
- ./config/promtail-values.yaml.gotmpl
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
4 changes: 2 additions & 2 deletions helmfile.d/60-polkadot-watcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ releases:
- name: kusama-validator-watcher
namespace: kusama
chart: w3f/polkadot-watcher
version: v4.1.2
version: v4.1.3
values:
- ./config/watcher.yaml.gotmpl
- ./config/kusama/validator-watcher-values.yaml.gotmpl
- name: polkadot-validator-watcher
namespace: polkadot
chart: w3f/polkadot-watcher
version: v4.1.2
version: v4.1.3
values:
- ./config/watcher.yaml.gotmpl
- ./config/polkadot/validator-watcher-values.yaml.gotmpl
4 changes: 2 additions & 2 deletions helmfile.d/70-polkadot-claimer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ releases:
- name: kusama-payouts-claimer
chart: w3f/polkadot-k8s-payouts
namespace: kusama
version: v0.1.18
version: v0.1.19
values:
- ./config/claimer.yaml.gotmpl
- ./config/kusama/claimer.yaml.gotmpl
- name: polkadot-payouts-claimer
chart: w3f/polkadot-k8s-payouts
namespace: polkadot
version: v0.1.18
version: v0.1.19
values:
- ./config/claimer.yaml.gotmpl
- ./config/polkadot/claimer.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