This commit is contained in:
Amarpreet Minhas 2024-11-04 22:01:06 +00:00
parent 60029b7d9e
commit 3eea009cb5
3 changed files with 10 additions and 10 deletions

View file

@ -9,7 +9,7 @@ helmApps:
namespace: external-secrets namespace: external-secrets
repoURL: https://charts.external-secrets.io repoURL: https://charts.external-secrets.io
chart: external-secrets chart: external-secrets
revision: 0.9.20 revision: 0.10.5
- app: pihole - app: pihole
namespace: external-dns namespace: external-dns
repoURL: https://mojo2600.github.io/pihole-kubernetes/ repoURL: https://mojo2600.github.io/pihole-kubernetes/
@ -19,7 +19,7 @@ helmApps:
namespace: external-dns namespace: external-dns
repoURL: https://kubernetes-sigs.github.io/external-dns/ repoURL: https://kubernetes-sigs.github.io/external-dns/
chart: external-dns chart: external-dns
revision: 1.14.5 revision: 1.15.0
- app: vault-config-operator - app: vault-config-operator
namespace: vco namespace: vco
repoURL: https://redhat-cop.github.io/vault-config-operator repoURL: https://redhat-cop.github.io/vault-config-operator
@ -29,7 +29,7 @@ helmApps:
namespace: prometheus namespace: prometheus
repoURL: https://prometheus-community.github.io/helm-charts repoURL: https://prometheus-community.github.io/helm-charts
chart: kube-prometheus-stack chart: kube-prometheus-stack
revision: 61.6.0 revision: 65.6.0
- app: goldpinger - app: goldpinger
namespace: goldpinger namespace: goldpinger
repoURL: https://okgolove.github.io/helm-charts repoURL: https://okgolove.github.io/helm-charts
@ -39,7 +39,7 @@ helmApps:
namespace: miniflux namespace: miniflux
repoURL: https://charts.gabe565.com repoURL: https://charts.gabe565.com
chart: miniflux chart: miniflux
revision: 0.8.3 revision: 0.9.0
- app: chartmuseum - app: chartmuseum
namespace: chartmuseum namespace: chartmuseum
repoURL: https://chartmuseum.github.io/charts repoURL: https://chartmuseum.github.io/charts
@ -49,7 +49,7 @@ helmApps:
namespace: nextcloud namespace: nextcloud
repoURL: https://nextcloud.github.io/helm/ repoURL: https://nextcloud.github.io/helm/
chart: nextcloud chart: nextcloud
revision: 4.6.4 revision: 5.5.6
- app: wallabag - app: wallabag
namespace: wallabag namespace: wallabag
repoURL: https://k8s-at-home.com/charts/ repoURL: https://k8s-at-home.com/charts/
@ -59,9 +59,9 @@ helmApps:
namespace: immich namespace: immich
repoURL: https://immich-app.github.io/immich-charts repoURL: https://immich-app.github.io/immich-charts
chart: immich chart: immich
revision: 0.7.1 revision: 0.8.4
- app: ntfy - app: ntfy
namespace: ntfy namespace: ntfy
repoURL: codeberg.org/wrenix/helm-charts repoURL: codeberg.org/wrenix/helm-charts
chart: ntfy chart: ntfy
revision: 0.3.0 revision: 0.4.4

View file

@ -20,7 +20,7 @@ istio:
backendHost: wallabag backendHost: wallabag
image: image:
tag: 2.6.9 tag: 2.6.10
env: env:
- name: POSTGRES_USER - name: POSTGRES_USER

View file

@ -1,8 +1,8 @@
#!/bin/bash #!/bin/bash
CHART_VERSION=1.6.2 CHART_VERSION=1.7.2
#helm repo add longhorn https://charts.longhorn.io #helm repo add longhorn https://charts.longhorn.io
#helm repo update helm repo update
helm upgrade --install \ helm upgrade --install \
longhorn \ longhorn \
longhorn/longhorn \ longhorn/longhorn \