Compare commits

...

7 commits

Author SHA1 Message Date
a422236de6
Update Helm release kube-prometheus-stack to v73
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-06-04 15:02:58 +00:00
5af7ba2218 Merge pull request 'DASHBOARD: update image tag to 581' (#1036) from 581_dashboard_prod into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-06-04 15:09:42 +02:00
07d3dd00e1 DASHBOARD: update image tag to 581 (done automagically via Woodpecker pipeline)
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-06-04 13:09:35 +00:00
6b621067fa Merge pull request 'DASHBOARD STAGING: update image tag to 580' (#1035) from 580_dashboard_staging into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-06-04 15:06:43 +02:00
55969e4516 DASHBOARD STAGING: update image tag to staging-580 (done automagically via Woodpecker pipeline)
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-06-04 13:06:34 +00:00
55c4c2b28c Merge pull request 'GRAFANA BACKUPER: update image tag to 188' (#1034) from 188_grafana_backuper into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-06-04 12:20:12 +02:00
b072d81771 GRAFANA BACKUPER: update image tag to 188 (done automagically via Woodpecker pipeline)
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-06-04 10:20:03 +00:00
4 changed files with 4 additions and 4 deletions

View file

@ -106,7 +106,7 @@ spec:
sources: sources:
- chart: kube-prometheus-stack - chart: kube-prometheus-stack
repoURL: https://prometheus-community.github.io/helm-charts repoURL: https://prometheus-community.github.io/helm-charts
targetRevision: 72.3.0 targetRevision: 73.1.0
helm: helm:
releaseName: prometheus releaseName: prometheus
valueFiles: valueFiles:

View file

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

View file

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

View file

@ -8,5 +8,5 @@ kind: Kustomization
images: images:
- name: git.ar21.de/yolokube/grafana-backuper - name: git.ar21.de/yolokube/grafana-backuper
newName: git.ar21.de/yolokube/grafana-backuper newName: git.ar21.de/yolokube/grafana-backuper
newTag: "186" newTag: "188"
namespace: grafana-backuper namespace: grafana-backuper