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 49eb4a0..270e96f 100644 --- a/app-files/core-deployments.yaml +++ b/app-files/core-deployments.yaml @@ -106,7 +106,7 @@ spec: sources: - chart: kube-prometheus-stack repoURL: https://prometheus-community.github.io/helm-charts - targetRevision: 70.3.0 + targetRevision: 70.2.1 helm: releaseName: prometheus 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..106346c 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: "417" namespace: dashboard diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index 28bddbc..479b979 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-416 namespace: dashboard-staging patches: - patch: |-