Compare commits

..

17 commits

Author SHA1 Message Date
ed2b430c4d
Update Helm release argo-cd to v8.0.4
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-05-18 11:02:08 +00:00
c78543b965 Merge pull request 'DASHBOARD: update image tag to 549' (#986) from 549_dashboard_prod into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-05-16 21:08:47 +02:00
41ebf9cb89 DASHBOARD: update image tag to 549 (done automagically via Woodpecker pipeline)
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-05-16 19:08:37 +00:00
44fa710b42 Merge pull request 'DASHBOARD STAGING: update image tag to 548' (#985) from 548_dashboard_staging into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-05-16 21:05:58 +02:00
4e6522a778 DASHBOARD STAGING: update image tag to staging-548 (done automagically via Woodpecker pipeline)
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-05-16 19:05:49 +00:00
ba3daf2e3a Merge pull request 'traefik-certmanager: update image tag to 112' (#984) from 112_traefik-certmanager_prod into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-05-16 02:22:21 +02:00
77c28eb3f5 traefik-certmanager: update image tag to 112 (done automagically via Woodpecker pipeline)
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-05-16 00:22:10 +00:00
aac2bae077 Merge pull request 'FAIL2BAN PROMETHEUS EXPORTER: update image tag to 286' (#982) from 286_fail2ban_prometheus_exporter into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-05-15 14:19:21 +02:00
7519955a79 FAIL2BAN PROMETHEUS EXPORTER: update image tag to 286 (done automagically via Woodpecker pipeline)
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-05-15 12:19:11 +00:00
f6f362bba2 Merge pull request 'FAIL2BAN PROMETHEUS EXPORTER: update image tag to 284' (#981) from 284_fail2ban_prometheus_exporter into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-05-15 13:31:27 +02:00
8ddd6008dc FAIL2BAN PROMETHEUS EXPORTER: update image tag to 284 (done automagically via Woodpecker pipeline)
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-05-15 11:31:16 +00:00
3a0fc6cdf4 Merge pull request 'COUNTRY GEO LOCATION: update image tag to 169' (#980) from 169_country_geo_location into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-05-15 13:30:52 +02:00
3218f8b136 COUNTRY GEO LOCATION: update image tag to 169 (done automagically via Woodpecker pipeline)
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-05-15 11:30:43 +00:00
b1f68a2ca6 Merge pull request 'traefik-certmanager: update image tag to 110' (#979) from 110_traefik-certmanager_prod into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-05-15 13:30:15 +02:00
4a6c7dcbe1 traefik-certmanager: update image tag to 110 (done automagically via Woodpecker pipeline)
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-05-15 11:30:05 +00:00
94df222005 Merge pull request 'APT VERSION EXPORTER: update image tag to 65' (#978) from 65_apt-version-exporter_prod into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-05-15 13:25:14 +02:00
62dc7d0bd5 APT VERSION EXPORTER: update image tag to 65 (done automagically via Woodpecker pipeline)
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-05-15 11:25:03 +00:00
6 changed files with 7 additions and 7 deletions

View file

@ -39,7 +39,7 @@ spec:
sources:
- repoURL: https://argoproj.github.io/argo-helm
chart: argo-cd
targetRevision: 8.0.3
targetRevision: 8.0.4
helm:
releaseName: argo
valueFiles:

View file

@ -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: "63"
newTag: "65"
namespace: apt-version-exporter

View file

@ -5,5 +5,5 @@ kind: Kustomization
images:
- name: git.ar21.de/yolokube/dashboard
newName: git.ar21.de/yolokube/dashboard
newTag: "547"
newTag: "549"
namespace: dashboard

View file

@ -5,7 +5,7 @@ kind: Kustomization
images:
- name: git.ar21.de/yolokube/dashboard
newName: git.ar21.de/yolokube/dashboard
newTag: staging-546
newTag: staging-548
namespace: dashboard-staging
patches:
- patch: |-

View file

@ -10,8 +10,8 @@ kind: Kustomization
images:
- name: git.ar21.de/yolokube/country-geo-locations
newName: git.ar21.de/yolokube/country-geo-locations
newTag: "167"
newTag: "169"
- name: git.ar21.de/yolokube/fail2ban-prometheus-exporter
newName: git.ar21.de/yolokube/fail2ban-prometheus-exporter
newTag: "282"
newTag: "286"
namespace: fail2ban-prometheus

View file

@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: git.ar21.de/yolokube/go-traefik-certmanager
newName: git.ar21.de/yolokube/go-traefik-certmanager
newTag: "108"
newTag: "112"