Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
Set version to 12.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
keycloak-bot committed Jan 18, 2021
1 parent 48e1421 commit b70b790
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
containers:
- name: keycloak-operator
# Replace this with the built image name
image: quay.io/keycloak/keycloak-operator:12.0.1
image: quay.io/keycloak/keycloak-operator:12.0.2
command:
- keycloak-operator
imagePullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion pkg/model/image_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const (
RHMIBackupContainer = "RELATED_IMAGE_RHMI_BACKUP_CONTAINER"
PostgresqlImage = "RELATED_IMAGE_POSTGRESQL"

DefaultKeycloakImage = "quay.io/keycloak/keycloak:12.0.1"
DefaultKeycloakImage = "quay.io/keycloak/keycloak:12.0.2"
DefaultRHSSOImageOpenJ9 = "registry.redhat.io/rh-sso-7/sso74-openj9-openshift-rhel8:7.4"
DefaultRHSSOImageOpenJDK = "registry.redhat.io/rh-sso-7/sso74-openshift-rhel8:7.4"
DefaultKeycloakInitContainer = "quay.io/keycloak/keycloak-init-container:master"
Expand Down
4 changes: 2 additions & 2 deletions release-details
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION=12.0.1
VERSION=12.0.2
SHORT_VERSION=12.0
NPM_VERSION=12.0.1
NPM_VERSION=12.0.2
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

var (
Version = "12.0.1"
Version = "12.0.2"
)

0 comments on commit b70b790

Please sign in to comment.