fix(master): update maester version
This commit is contained in:
parent
c184fc6b9c
commit
3aedee1f9f
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
# Source: hydra/charts/hydra-maester/templates/deployment.yaml
|
# Source: hydra/charts/hydra-maester/templates/deployment.yaml
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
|
@ -7,7 +6,7 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: hydra-maester
|
app.kubernetes.io/name: hydra-maester
|
||||||
app.kubernetes.io/instance: hydra-master
|
app.kubernetes.io/instance: hydra-master
|
||||||
app.kubernetes.io/version: "v0.0.23"
|
app.kubernetes.io/version: "v0.0.32"
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
revisionHistoryLimit: 10
|
revisionHistoryLimit: 10
|
||||||
|
@ -26,7 +25,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: hydra-maester
|
- 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
|
imagePullPolicy: IfNotPresent
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
|
@ -38,8 +37,7 @@ spec:
|
||||||
- --hydra-url=$(HYDRA_ADMIN_BASE_URL)
|
- --hydra-url=$(HYDRA_ADMIN_BASE_URL)
|
||||||
- --hydra-port=$(HYDRA_ADMIN_PORT)
|
- --hydra-port=$(HYDRA_ADMIN_PORT)
|
||||||
- --endpoint=/admin/clients
|
- --endpoint=/admin/clients
|
||||||
resources:
|
resources: {}
|
||||||
{}
|
|
||||||
terminationMessagePath: /dev/termination-log
|
terminationMessagePath: /dev/termination-log
|
||||||
terminationMessagePolicy: File
|
terminationMessagePolicy: File
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|
Loading…
Reference in New Issue