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

Commit 8ee26df

Browse files
committed
Set version to 15.1.1
1 parent d98e09f commit 8ee26df

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

deploy/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
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

pkg/model/image_manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

release-details

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION=15.1.0
1+
VERSION=15.1.1
22
SHORT_VERSION=15.1
3-
NPM_VERSION=15.1.0
3+
NPM_VERSION=15.1.1

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package version
22

33
var (
4-
Version = "15.1.0"
4+
Version = "15.1.1"
55
)

0 commit comments

Comments
 (0)