diff --git a/app-files/apps.yaml b/app-files/apps.yaml index 8260a24..626fa5d 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.2.0 + targetRevision: 3.1.1 helm: releaseName: woodpecker valueFiles: diff --git a/apt-version-exporter/kustomization.yaml b/apt-version-exporter/kustomization.yaml index aa019b4..7c52b20 100644 --- a/apt-version-exporter/kustomization.yaml +++ b/apt-version-exporter/kustomization.yaml @@ -9,5 +9,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/go-apt-version-exporter newName: git.ar21.de/yolokube/go-apt-version-exporter - newTag: "69" + newTag: "67" namespace: apt-version-exporter diff --git a/authentik/manifest.yaml b/authentik/manifest.yaml index 75a87dd..7c962fd 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.3 + image: ghcr.io/goauthentik/proxy:2025.6.1 name: proxy ports: - containerPort: 9000 diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index f87b7b7..5f98096 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: "684" + newTag: "588" namespace: dashboard diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index 6feecd1..ca0dce6 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-683 + newTag: staging-586 namespace: dashboard-staging patches: - patch: |- diff --git a/fail2ban-exporter/kustomization.yaml b/fail2ban-exporter/kustomization.yaml index 12a480c..4bdd88d 100644 --- a/fail2ban-exporter/kustomization.yaml +++ b/fail2ban-exporter/kustomization.yaml @@ -10,8 +10,8 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/country-geo-locations newName: git.ar21.de/yolokube/country-geo-locations - newTag: "188" + newTag: "171" - name: git.ar21.de/yolokube/fail2ban-prometheus-exporter newName: git.ar21.de/yolokube/fail2ban-prometheus-exporter - newTag: "307" + newTag: "292" namespace: fail2ban-prometheus diff --git a/thanos/3-querier.yaml b/thanos/3-querier.yaml index 7db2b9d..fb5dd2c 100644 --- a/thanos/3-querier.yaml +++ b/thanos/3-querier.yaml @@ -22,7 +22,7 @@ spec: fsGroup: 1001 containers: - name: querier - image: quay.io/thanos/thanos:v0.39.1 + image: quay.io/thanos/thanos:v0.39.0 args: - query - --log.level=info diff --git a/thanos/4-storegateway.yaml b/thanos/4-storegateway.yaml index f6c3d76..4919ea2 100644 --- a/thanos/4-storegateway.yaml +++ b/thanos/4-storegateway.yaml @@ -36,7 +36,7 @@ spec: mountPath: /data containers: - name: storegateway - image: quay.io/thanos/thanos:v0.39.1 + image: quay.io/thanos/thanos:v0.39.0 securityContext: runAsUser: 1001 args: diff --git a/thanos/5-compactor.yaml b/thanos/5-compactor.yaml index 8440085..6d0e33c 100644 --- a/thanos/5-compactor.yaml +++ b/thanos/5-compactor.yaml @@ -46,7 +46,7 @@ spec: mountPath: /data containers: - name: compactor - image: quay.io/thanos/thanos:v0.39.1 + image: quay.io/thanos/thanos:v0.39.0 imagePullPolicy: IfNotPresent securityContext: runAsUser: 1001 diff --git a/thanos/6-receiver.yaml b/thanos/6-receiver.yaml index 435c721..c0026b8 100644 --- a/thanos/6-receiver.yaml +++ b/thanos/6-receiver.yaml @@ -83,7 +83,7 @@ spec: mountPath: /data containers: - name: receiver - image: quay.io/thanos/thanos:v0.39.1 + image: quay.io/thanos/thanos:v0.39.0 imagePullPolicy: IfNotPresent securityContext: runAsUser: 1001 @@ -234,7 +234,7 @@ spec: mountPath: /data containers: - name: receiver - image: quay.io/thanos/thanos:v0.39.1 + image: quay.io/thanos/thanos:v0.39.0 imagePullPolicy: IfNotPresent securityContext: runAsUser: 1001 diff --git a/traefik-certmanager/overlay/kustomization.yaml b/traefik-certmanager/overlay/kustomization.yaml index 8f76d58..425d72a 100644 --- a/traefik-certmanager/overlay/kustomization.yaml +++ b/traefik-certmanager/overlay/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/go-traefik-certmanager newName: git.ar21.de/yolokube/go-traefik-certmanager - newTag: "120" + newTag: "118"