Compare commits

..

1 commit

Author SHA1 Message Date
368862472f
Update quay.io/thanos/thanos Docker tag to v0.39.1
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-07-01 11:03:38 +00:00
7 changed files with 8 additions and 8 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: "690" newTag: "684"
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-689 newTag: staging-683
namespace: dashboard-staging namespace: dashboard-staging
patches: patches:
- patch: |- - patch: |-

View file

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

View file

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

View file

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

View file

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

View file

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