diff --git a/app-files/apps.yaml b/app-files/apps.yaml index 13f6035..bf878f8 100644 --- a/app-files/apps.yaml +++ b/app-files/apps.yaml @@ -29,7 +29,7 @@ spec: sources: - chart: woodpecker repoURL: ghcr.io/woodpecker-ci/helm - targetRevision: 3.0.6 + targetRevision: 3.0.5 helm: releaseName: woodpecker valueFiles: diff --git a/app-files/core-deployments.yaml b/app-files/core-deployments.yaml index f6a4a95..3b9af56 100644 --- a/app-files/core-deployments.yaml +++ b/app-files/core-deployments.yaml @@ -39,7 +39,7 @@ spec: sources: - repoURL: https://argoproj.github.io/argo-helm chart: argo-cd - targetRevision: 7.8.14 + targetRevision: 7.8.13 helm: releaseName: argo valueFiles: diff --git a/apt-version-exporter/daemonset.yaml b/apt-version-exporter/daemonset.yaml index 22bb3ee..448ae24 100644 --- a/apt-version-exporter/daemonset.yaml +++ b/apt-version-exporter/daemonset.yaml @@ -60,7 +60,7 @@ spec: readOnly: true initContainers: - name: get-architecture - image: debian:12.10 + image: debian:12.9 imagePullPolicy: IfNotPresent command: [ "sh", "-c", diff --git a/authentik/manifest.yaml b/authentik/manifest.yaml index ccc8bcd..ca2615f 100644 --- a/authentik/manifest.yaml +++ b/authentik/manifest.yaml @@ -92,7 +92,7 @@ spec: secretKeyRef: key: authentik_host_insecure name: authentik-outpost-api - image: ghcr.io/goauthentik/proxy:2025.2.2 + image: ghcr.io/goauthentik/proxy:2025.2.1 name: proxy ports: - containerPort: 9000 diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index 564befb..626c809 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: "421" + newTag: "411" namespace: dashboard diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index 28bddbc..8d0f402 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-422 + newTag: staging-410 namespace: dashboard-staging patches: - patch: |- diff --git a/grafana-backuper/kustomization.yaml b/grafana-backuper/kustomization.yaml index d493ce3..77fe2aa 100644 --- a/grafana-backuper/kustomization.yaml +++ b/grafana-backuper/kustomization.yaml @@ -8,5 +8,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/grafana-backuper newName: git.ar21.de/yolokube/grafana-backuper - newTag: "127" + newTag: "125" namespace: grafana-backuper