fix(master): update maester version

This commit is contained in:
Philippe Caseiro 2024-03-14 09:08:44 +01:00
parent c184fc6b9c
commit 3aedee1f9f
1 changed files with 26 additions and 28 deletions

View File

@ -1,4 +1,3 @@
---
# Source: hydra/charts/hydra-maester/templates/deployment.yaml
apiVersion: apps/v1
kind: Deployment
@ -7,7 +6,7 @@ metadata:
labels:
app.kubernetes.io/name: hydra-maester
app.kubernetes.io/instance: hydra-master
app.kubernetes.io/version: "v0.0.23"
app.kubernetes.io/version: "v0.0.32"
spec:
replicas: 1
revisionHistoryLimit: 10
@ -26,7 +25,7 @@ spec:
spec:
containers:
- name: hydra-maester
image: reg.cadoles.com/proxy_cache/oryd/hydra-maester:v0.0.25
image: reg.cadoles.com/proxy_cache/oryd/hydra-maester:v0.0.32
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
@ -38,8 +37,7 @@ spec:
- --hydra-url=$(HYDRA_ADMIN_BASE_URL)
- --hydra-port=$(HYDRA_ADMIN_PORT)
- --endpoint=/admin/clients
resources:
{}
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
securityContext: