This repository was archived by the owner on Nov 16, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 containers :
1717 - name : keycloak-operator
1818 # Replace this with the built image name
19- image : quay.io/keycloak/keycloak-operator:15.1.0
19+ image : quay.io/keycloak/keycloak-operator:15.1.1
2020 command :
2121 - keycloak-operator
2222 imagePullPolicy : Always
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const (
1515 RHMIBackupContainer = "RELATED_IMAGE_RHMI_BACKUP_CONTAINER"
1616 PostgresqlImage = "RELATED_IMAGE_POSTGRESQL"
1717
18- DefaultKeycloakImage = "quay.io/keycloak/keycloak:15.1.0 "
18+ DefaultKeycloakImage = "quay.io/keycloak/keycloak:15.1.1 "
1919 DefaultRHSSOImageOpenJ9 = "registry.redhat.io/rh-sso-7/sso74-openj9-openshift-rhel8:7.4"
2020 DefaultRHSSOImageOpenJDK = "registry.redhat.io/rh-sso-7/sso74-openshift-rhel8:7.4"
2121 DefaultKeycloakInitContainer = "quay.io/keycloak/keycloak-init-container:master"
Original file line number Diff line number Diff line change 1- VERSION=15.1.0
1+ VERSION=15.1.1
22SHORT_VERSION=15.1
3- NPM_VERSION=15.1.0
3+ NPM_VERSION=15.1.1
Original file line number Diff line number Diff line change 11package version
22
33var (
4- Version = "15.1.0 "
4+ Version = "15.1.1 "
55)
You can’t perform that action at this time.
0 commit comments