From 42004a3235dba4577243d6d486dfd844fc74aeb1 Mon Sep 17 00:00:00 2001
From: Amarpreet Minhas <amarpreet@minhas.io>
Date: Mon, 4 Nov 2024 22:01:06 +0000
Subject: [PATCH] updates

---
 argo/apps/values.yaml     | 14 +++++++-------
 argo/immich/values.yaml   |  5 -----
 argo/wallabag/values.yaml |  2 +-
 helm/longhorn/install.sh  |  4 ++--
 4 files changed, 10 insertions(+), 15 deletions(-)

diff --git a/argo/apps/values.yaml b/argo/apps/values.yaml
index 5205431..4c96135 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.1
   - app: ntfy
     namespace: ntfy
     repoURL: codeberg.org/wrenix/helm-charts
     chart: ntfy
-    revision: 0.3.0
+    revision: 0.4.4
diff --git a/argo/immich/values.yaml b/argo/immich/values.yaml
index 9ec0852..4b9de04 100644
--- a/argo/immich/values.yaml
+++ b/argo/immich/values.yaml
@@ -52,11 +52,6 @@ redis:
 machine-learning:
   enabled: false
 
-microservices:
-  persistence:
-    cache:
-      enabled: false
-
 server:
   enabled: true
   probes:
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 \