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

Commit d98e09f

Browse files
committed
Set version to 15.1.0
1 parent 77d1261 commit d98e09f

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
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:main
19+
image: quay.io/keycloak/keycloak-operator:15.1.0
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:latest"
18+
DefaultKeycloakImage = "quay.io/keycloak/keycloak:15.1.0"
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
VERSION=15.1.0
2+
SHORT_VERSION=15.1
3+
NPM_VERSION=15.1.0

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 = "main"
4+
Version = "15.1.0"
55
)

0 commit comments

Comments
 (0)