Compare commits

...

9 commits

Author SHA1 Message Date
fe79f45ce7 Merge pull request 'Updates' (#407) from ar-updates into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
Reviewed-on: #407
2024-12-11 20:36:50 +01:00
638b21b1ed
Merge remote-tracking branch 'origin/renovate/quay.io-thanos-thanos-0.x'
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2024-12-11 20:35:06 +01:00
e9bdf2a95a
Merge remote-tracking branch 'origin/renovate/traefik-33.x' 2024-12-11 20:34:57 +01:00
d905867c68
Merge remote-tracking branch 'origin/renovate/argo-cd-7.x' 2024-12-11 20:34:53 +01:00
d9f042a161
Merge remote-tracking branch 'origin/renovate/ghcr.io-goauthentik-proxy-2024.x' 2024-12-11 20:34:49 +01:00
df44677aa9
Update Helm release argo-cd to v7.7.9
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2024-12-11 16:03:07 +00:00
7a557f81f0
Update Helm release traefik to v33.2.0
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2024-12-11 13:03:35 +00:00
4c8e274126
Update quay.io/thanos/thanos Docker tag to v0.37.2
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2024-12-11 10:03:21 +00:00
ae22648657
Update ghcr.io/goauthentik/proxy Docker tag to v2024.10.5
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2024-12-10 18:02:44 +00:00
6 changed files with 8 additions and 8 deletions

View file

@ -9,7 +9,7 @@ spec:
sources:
- repoURL: https://traefik.github.io/charts
chart: traefik
targetRevision: 33.1.0
targetRevision: 33.2.0
helm:
releaseName: traefik
valueFiles:
@ -39,7 +39,7 @@ spec:
sources:
- repoURL: https://argoproj.github.io/argo-helm
chart: argo-cd
targetRevision: 7.7.7
targetRevision: 7.7.9
helm:
releaseName: argo
valueFiles:

View file

@ -92,7 +92,7 @@ spec:
secretKeyRef:
key: authentik_host_insecure
name: authentik-outpost-api
image: ghcr.io/goauthentik/proxy:2024.10.4
image: ghcr.io/goauthentik/proxy:2024.10.5
name: proxy
ports:
- containerPort: 9000

View file

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

View file

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

View file

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

View file

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