diff --git a/argo/apps/values.yaml b/argo/apps/values.yaml index 5205431..1e8e4fb 100644 --- a/argo/apps/values.yaml +++ b/argo/apps/values.yaml @@ -9,7 +9,7 @@ helmApps: namespace: external-secrets repoURL: https://charts.external-secrets.io chart: external-secrets - revision: 0.9.20 + revision: 0.10.5 - app: pihole namespace: external-dns repoURL: https://mojo2600.github.io/pihole-kubernetes/ @@ -19,7 +19,7 @@ helmApps: namespace: external-dns repoURL: https://kubernetes-sigs.github.io/external-dns/ chart: external-dns - revision: 1.14.5 + revision: 1.15.0 - 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: 61.6.0 + revision: 65.6.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.8.3 + revision: 0.9.0 - 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: 4.6.4 + revision: 5.5.6 - 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.7.1 + revision: 0.8.4 - app: ntfy namespace: ntfy repoURL: codeberg.org/wrenix/helm-charts chart: ntfy - revision: 0.3.0 + revision: 0.4.4 diff --git a/argo/wallabag/values.yaml b/argo/wallabag/values.yaml index 984ea24..99b2c5b 100644 --- a/argo/wallabag/values.yaml +++ b/argo/wallabag/values.yaml @@ -20,7 +20,7 @@ istio: backendHost: wallabag image: - tag: 2.6.9 + tag: 2.6.10 env: - name: POSTGRES_USER diff --git a/helm/longhorn/install.sh b/helm/longhorn/install.sh index 5c13a86..2308ed8 100755 --- a/helm/longhorn/install.sh +++ b/helm/longhorn/install.sh @@ -1,8 +1,8 @@ #!/bin/bash -CHART_VERSION=1.6.2 +CHART_VERSION=1.7.2 #helm repo add longhorn https://charts.longhorn.io -#helm repo update +helm repo update helm upgrade --install \ longhorn \ longhorn/longhorn \