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 15.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keycloak-bot committed Dec 10, 2021
1 parent 77d1261 commit d98e09f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 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:main
image: quay.io/keycloak/keycloak-operator:15.1.0
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:latest"
DefaultKeycloakImage = "quay.io/keycloak/keycloak:15.1.0"
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
3 changes: 3 additions & 0 deletions release-details
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
VERSION=15.1.0
SHORT_VERSION=15.1
NPM_VERSION=15.1.0
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 = "main"
Version = "15.1.0"
)

0 comments on commit d98e09f

Please sign in to comment.