Merge pull request 'Updates' (#407) from ar-updates into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful

Reviewed-on: #407
This commit is contained in:
Aaron Riedel 2024-12-11 20:36:50 +01:00
commit fe79f45ce7
6 changed files with 8 additions and 8 deletions

View file

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

View file

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

View file

@ -22,7 +22,7 @@ spec:
fsGroup: 1001 fsGroup: 1001
containers: containers:
- name: querier - name: querier
image: quay.io/thanos/thanos:v0.37.1 image: quay.io/thanos/thanos:v0.37.2
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.37.1 image: quay.io/thanos/thanos:v0.37.2
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.37.1 image: quay.io/thanos/thanos:v0.37.2
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.37.1 image: quay.io/thanos/thanos:v0.37.2
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.37.1 image: quay.io/thanos/thanos:v0.37.2
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
securityContext: securityContext:
runAsUser: 1001 runAsUser: 1001