Skip to content

Commit

Permalink
Fix versions in kubernetes and openshift templates
Browse files Browse the repository at this point in the history
  • Loading branch information
stianst committed Sep 15, 2023
1 parent 78d31cb commit bf03b56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
spec:
containers:
- name: keycloak
image: quay.io/keycloak/keycloak:$$VERSION$$
image: quay.io/keycloak/keycloak:22.0.3
args: ["start-dev"]
env:
- name: KEYCLOAK_ADMIN
Expand Down
2 changes: 1 addition & 1 deletion openshift/keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
iconClass: icon-sso
openshift.io/display-name: Keycloak
tags: keycloak
version: $$VERSION$$
version: 22.0.3
objects:
- apiVersion: v1
kind: Service
Expand Down

0 comments on commit bf03b56

Please sign in to comment.