Compare commits

..

10 commits

Author SHA1 Message Date
accba83a00 Merge pull request 'traefik-certmanager: update image tag to 127' (#1129) from 127_traefik-certmanager_prod into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-07-02 14:19:48 +02:00
419f79e32d traefik-certmanager: update image tag to 127 (done automagically via Woodpecker pipeline)
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-07-02 12:19:38 +00:00
75b0004710 Merge pull request 'DASHBOARD: update image tag to 690' (#1128) from 690_dashboard_prod into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-07-01 23:09:11 +02:00
8057506b68 DASHBOARD: update image tag to 690 (done automagically via Woodpecker pipeline)
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-07-01 21:09:02 +00:00
e44d7970b7 Merge pull request 'DASHBOARD STAGING: update image tag to 689' (#1127) from 689_dashboard_staging into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-07-01 23:06:39 +02:00
a3710f4f33 DASHBOARD STAGING: update image tag to staging-689 (done automagically via Woodpecker pipeline)
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-07-01 21:06:29 +00:00
472525c737 Merge pull request 'DASHBOARD STAGING: update image tag to 687' (#1126) from 687_dashboard_staging into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-07-01 22:07:17 +02:00
774ab7bfa0 DASHBOARD STAGING: update image tag to staging-687 (done automagically via Woodpecker pipeline)
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-07-01 20:07:07 +00:00
94b06721eb Merge pull request 'DASHBOARD STAGING: update image tag to 685' (#1124) from 685_dashboard_staging into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-07-01 21:07:17 +02:00
ab9290c41b DASHBOARD STAGING: update image tag to staging-685 (done automagically via Woodpecker pipeline)
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-07-01 19:07:07 +00:00
7 changed files with 8 additions and 8 deletions

View file

@ -5,5 +5,5 @@ kind: Kustomization
images:
- name: git.ar21.de/yolokube/dashboard
newName: git.ar21.de/yolokube/dashboard
newTag: "684"
newTag: "690"
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-683
newTag: staging-689
namespace: dashboard-staging
patches:
- patch: |-

View file

@ -22,7 +22,7 @@ spec:
fsGroup: 1001
containers:
- name: querier
image: quay.io/thanos/thanos:v0.39.1
image: quay.io/thanos/thanos:v0.38.0
args:
- query
- --log.level=info

View file

@ -36,7 +36,7 @@ spec:
mountPath: /data
containers:
- name: storegateway
image: quay.io/thanos/thanos:v0.39.1
image: quay.io/thanos/thanos:v0.38.0
securityContext:
runAsUser: 1001
args:

View file

@ -46,7 +46,7 @@ spec:
mountPath: /data
containers:
- name: compactor
image: quay.io/thanos/thanos:v0.39.1
image: quay.io/thanos/thanos:v0.38.0
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 1001

View file

@ -83,7 +83,7 @@ spec:
mountPath: /data
containers:
- name: receiver
image: quay.io/thanos/thanos:v0.39.1
image: quay.io/thanos/thanos:v0.38.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.38.0
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 1001

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: "120"
newTag: "127"