Compare commits

...

5 commits

Author SHA1 Message Date
797fd6da54 DASHBOARD: update image tag to 500 (done automagically via Woodpecker pipeline)
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-04-30 13:21:38 +02:00
aaed994137 Merge pull request 'DASHBOARD STAGING: update image tag to 499' (#908) from 499_dashboard_staging into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-04-30 13:21:16 +02:00
0c0a397841 DASHBOARD STAGING: update image tag to staging-499 (done automagically via Woodpecker pipeline)
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-04-30 13:21:08 +02:00
001ec57e2d Merge pull request 'fix(prometheus): add additional spaces to satisfy linter' (#910) from tom-patch-1 into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
Reviewed-on: #910
2025-04-30 13:20:39 +02:00
tom
b63cc2e749 fix(prometheus): add additional spaces to satisfy linter
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
Signed-off-by: tom <tomneuber@web.de>
2025-04-30 13:20:17 +02:00
3 changed files with 5 additions and 5 deletions

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: "496" newTag: "500"
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-495 newTag: staging-499
namespace: dashboard-staging namespace: dashboard-staging
patches: patches:
- patch: |- - patch: |-

View file

@ -198,9 +198,9 @@ crds:
kubeEtcd: kubeEtcd:
enabled: true enabled: true
endpoints: endpoints:
- 78.47.196.191 # master1 - 78.47.196.191 # master1
- 116.202.28.33 # master2 - 116.202.28.33 # master2
- 162.55.35.186 # master3 - 162.55.35.186 # master3
service: service:
enabled: true enabled: true
port: 2379 port: 2379