upgrades
This commit is contained in:
parent
91691795ac
commit
1140fdf2cc
4 changed files with 12 additions and 12 deletions
|
@ -4,22 +4,22 @@ helmApps:
|
|||
namespace: metallb-system
|
||||
repoURL: https://metallb.github.io/metallb
|
||||
chart: metallb
|
||||
revision: 0.14.8
|
||||
revision: 0.14.9
|
||||
- app: external-secrets
|
||||
namespace: external-secrets
|
||||
repoURL: https://charts.external-secrets.io
|
||||
chart: external-secrets
|
||||
revision: 0.10.5
|
||||
revision: 0.12.1
|
||||
- app: pihole
|
||||
namespace: external-dns
|
||||
repoURL: https://mojo2600.github.io/pihole-kubernetes/
|
||||
chart: pihole
|
||||
revision: 2.26.1
|
||||
revision: 2.27.0
|
||||
- app: external-dns
|
||||
namespace: external-dns
|
||||
repoURL: https://kubernetes-sigs.github.io/external-dns/
|
||||
chart: external-dns
|
||||
revision: 1.15.0
|
||||
revision: 1.15.1
|
||||
- app: vault-config-operator
|
||||
namespace: vco
|
||||
repoURL: https://redhat-cop.github.io/vault-config-operator
|
||||
|
@ -29,7 +29,7 @@ helmApps:
|
|||
namespace: prometheus
|
||||
repoURL: https://prometheus-community.github.io/helm-charts
|
||||
chart: kube-prometheus-stack
|
||||
revision: 66.3.0
|
||||
revision: 68.1.0
|
||||
- app: goldpinger
|
||||
namespace: goldpinger
|
||||
repoURL: https://okgolove.github.io/helm-charts
|
||||
|
@ -39,7 +39,7 @@ helmApps:
|
|||
namespace: miniflux
|
||||
repoURL: https://charts.gabe565.com
|
||||
chart: miniflux
|
||||
revision: 0.9.0
|
||||
revision: 0.9.1
|
||||
- app: chartmuseum
|
||||
namespace: chartmuseum
|
||||
repoURL: https://chartmuseum.github.io/charts
|
||||
|
@ -49,7 +49,7 @@ helmApps:
|
|||
namespace: nextcloud
|
||||
repoURL: https://nextcloud.github.io/helm/
|
||||
chart: nextcloud
|
||||
revision: 6.2.1
|
||||
revision: 6.6.2
|
||||
- app: wallabag
|
||||
namespace: wallabag
|
||||
repoURL: https://k8s-at-home.com/charts/
|
||||
|
@ -59,9 +59,9 @@ helmApps:
|
|||
namespace: immich
|
||||
repoURL: https://immich-app.github.io/immich-charts
|
||||
chart: immich
|
||||
revision: 0.8.4
|
||||
revision: 0.9.0
|
||||
- app: ntfy
|
||||
namespace: ntfy
|
||||
repoURL: codeberg.org/wrenix/helm-charts
|
||||
chart: ntfy
|
||||
revision: 0.4.4
|
||||
revision: 0.4.8
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
VERSION=7.7.8
|
||||
VERSION=7.7.16
|
||||
RELEASE=argocd
|
||||
NAMESPACE=argocd
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash -xe
|
||||
CHART_VERSION="v1.15.2"
|
||||
CHART_VERSION="v1.16.2"
|
||||
NAMESPACE="cert-manager"
|
||||
EMAIL="amarpreet@minhas.io"
|
||||
VAULT_AUTH_NAMESPACE="k8s-teapot"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
CHART_VERSION=10.1.1
|
||||
CHART_VERSION=10.1.2
|
||||
NAMESPACE=gitea
|
||||
VAULT_AUTH_NAMESPACE="k8s-teapot"
|
||||
|
||||
|
|
Loading…
Reference in a new issue