diff --git a/app-files/core-deployments.yaml b/app-files/core-deployments.yaml index 84171d4..c30a71d 100644 --- a/app-files/core-deployments.yaml +++ b/app-files/core-deployments.yaml @@ -70,7 +70,7 @@ spec: sources: - repoURL: https://charts.longhorn.io chart: longhorn - targetRevision: 1.9.1 # see Infos below, the CSI snapshotter needs to be updated too <-- version association can be found here: https://longhorn.io/docs/latest/snapshots-and-backups/csi-snapshot-support/enable-csi-snapshot-support/ + targetRevision: 1.9.0 # see Infos below, the CSI snapshotter needs to be updated too <-- version association can be found here: https://longhorn.io/docs/latest/snapshots-and-backups/csi-snapshot-support/enable-csi-snapshot-support/ helm: releaseName: longhorn valueFiles: @@ -332,7 +332,7 @@ spec: sources: - chart: metrics-server repoURL: https://kubernetes-sigs.github.io/metrics-server/ - targetRevision: 3.12.2 + targetRevision: 3.13.0 helm: releaseName: metrics-server values: | diff --git a/authentik/manifest.yaml b/authentik/manifest.yaml index 25656ef..75a87dd 100644 --- a/authentik/manifest.yaml +++ b/authentik/manifest.yaml @@ -98,7 +98,7 @@ spec: secretKeyRef: key: authentik_host_insecure name: authentik-outpost-api - image: ghcr.io/goauthentik/proxy:2025.6.4 + image: ghcr.io/goauthentik/proxy:2025.6.3 name: proxy ports: - containerPort: 9000 diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index 1bdb46c..b3393e6 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "714" + newTag: "708" namespace: dashboard diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index f40bc16..8643ba7 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-713 + newTag: staging-707 namespace: dashboard-staging patches: - patch: |-