diff --git a/app-files/apps.yaml b/app-files/apps.yaml index d8d9316..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.1.0 + targetRevision: 3.1.1 helm: releaseName: woodpecker valueFiles: diff --git a/app-files/core-deployments.yaml b/app-files/core-deployments.yaml index 42c39fd..faaaf2a 100644 --- a/app-files/core-deployments.yaml +++ b/app-files/core-deployments.yaml @@ -9,7 +9,7 @@ spec: sources: - repoURL: https://traefik.github.io/charts chart: traefik - targetRevision: 35.1.0 + targetRevision: 35.2.0 helm: releaseName: traefik valueFiles: @@ -39,7 +39,7 @@ spec: sources: - repoURL: https://argoproj.github.io/argo-helm chart: argo-cd - targetRevision: 7.8.28 + targetRevision: 8.0.0 helm: releaseName: argo valueFiles: @@ -106,7 +106,7 @@ spec: sources: - chart: kube-prometheus-stack repoURL: https://prometheus-community.github.io/helm-charts - targetRevision: 70.4.2 + targetRevision: 72.3.0 helm: releaseName: prometheus valueFiles: @@ -340,6 +340,8 @@ spec: enabled: true serviceMonitor: enabled: true + podLabels: + k8s-app: metrics-server replicas: 2 args: - --kubelet-insecure-tls diff --git a/apt-version-exporter/kustomization.yaml b/apt-version-exporter/kustomization.yaml index 8210206..be8fc93 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: "56" + newTag: "65" namespace: apt-version-exporter diff --git a/authentik/manifest.yaml b/authentik/manifest.yaml index 40c8b96..db8edb2 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.4.0 + image: ghcr.io/goauthentik/proxy:2025.4.1 name: proxy ports: - containerPort: 9000 diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index 7259958..5e79dc0 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: "504" + newTag: "547" namespace: dashboard diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index 7f9a95b..2376e5a 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-502 + newTag: staging-546 namespace: dashboard-staging patches: - patch: |- diff --git a/fail2ban-exporter/kustomization.yaml b/fail2ban-exporter/kustomization.yaml index 3326155..f99a7fa 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: "163" + newTag: "169" - name: git.ar21.de/yolokube/fail2ban-prometheus-exporter newName: git.ar21.de/yolokube/fail2ban-prometheus-exporter - newTag: "276" + newTag: "286" namespace: fail2ban-prometheus diff --git a/grafana-backuper/kustomization.yaml b/grafana-backuper/kustomization.yaml index 804e14d..eb0f5a3 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: "175" + newTag: "184" namespace: grafana-backuper diff --git a/prometheus/values.yaml b/prometheus/values.yaml index adf1716..c5fb8c7 100644 --- a/prometheus/values.yaml +++ b/prometheus/values.yaml @@ -195,6 +195,7 @@ customRules: crds: upgradeJob: enabled: true + forceConflicts: true kubeEtcd: enabled: true endpoints: diff --git a/sb-server-monitor/kustomization.yaml b/sb-server-monitor/kustomization.yaml index 70fc3fd..4e68a80 100644 --- a/sb-server-monitor/kustomization.yaml +++ b/sb-server-monitor/kustomization.yaml @@ -9,5 +9,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/sb-server-monitor newName: git.ar21.de/yolokube/sb-server-monitor - newTag: "68" + newTag: "70" namespace: sb-server-monitor diff --git a/traefik-certmanager/overlay/kustomization.yaml b/traefik-certmanager/overlay/kustomization.yaml index 63e9a28..400032e 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: "103" + newTag: "110"