From b70b79041bcd6d1f2c0fbd02ab9252fb6a7affa6 Mon Sep 17 00:00:00 2001 From: keycloak-bot Date: Mon, 18 Jan 2021 12:25:32 +0000 Subject: [PATCH] Set version to 12.0.2 --- deploy/operator.yaml | 2 +- pkg/model/image_manager.go | 2 +- release-details | 4 ++-- version/version.go | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy/operator.yaml b/deploy/operator.yaml index 75d31a758..16c3ff277 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -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 diff --git a/pkg/model/image_manager.go b/pkg/model/image_manager.go index 4384d44e4..ab710ea99 100644 --- a/pkg/model/image_manager.go +++ b/pkg/model/image_manager.go @@ -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" diff --git a/release-details b/release-details index a894e23fb..452026354 100644 --- a/release-details +++ b/release-details @@ -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 diff --git a/version/version.go b/version/version.go index 45bb484e0..371129825 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ package version var ( - Version = "12.0.1" + Version = "12.0.2" )