diff options
author | 2024-07-18 08:48:59 +0000 | |
---|---|---|
committer | 2024-07-18 08:48:59 +0000 | |
commit | f90749f29f4806af1838c5202640790f82b1f70e (patch) | |
tree | 766550ed80fe7d0e631646353c0da77113a15fb5 /kubernetes/namespaces/tooling | |
parent | Lock poetry.lock lockfile (diff) |
chore(deps): update quay.io/keycloak/keycloak docker tag to v25.0.2
| datasource | package | from | to |
| ---------- | ------------------------- | ------ | ------ |
| docker | quay.io/keycloak/keycloak | 25.0.1 | 25.0.2 |
Diffstat (limited to 'kubernetes/namespaces/tooling')
-rw-r--r-- | kubernetes/namespaces/tooling/keycloak/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/namespaces/tooling/keycloak/deployment.yaml b/kubernetes/namespaces/tooling/keycloak/deployment.yaml index f5cdca3..8f9834a 100644 --- a/kubernetes/namespaces/tooling/keycloak/deployment.yaml +++ b/kubernetes/namespaces/tooling/keycloak/deployment.yaml @@ -32,7 +32,7 @@ spec: serviceAccountName: internal-tls-issuer containers: - name: keycloak - image: quay.io/keycloak/keycloak:25.0.1 + image: quay.io/keycloak/keycloak:25.0.2 args: ["start"] envFrom: - secretRef: |