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

Commit dc30f6e

Browse files
ASzcvmuzikar
authored andcommitted
CIAM-1173 Upstream 7.5 changes to productize.sh and image_manager.go
1 parent c36d2e4 commit dc30f6e

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

pkg/model/image_manager.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ const (
1616
PostgresqlImage = "RELATED_IMAGE_POSTGRESQL"
1717

1818
DefaultKeycloakImage = "quay.io/keycloak/keycloak:latest"
19-
DefaultRHSSOImageOpenJ9 = "registry.redhat.io/rh-sso-7/sso74-openj9-openshift-rhel8:7.4"
20-
DefaultRHSSOImageOpenJDK = "registry.redhat.io/rh-sso-7/sso74-openshift-rhel8:7.4"
19+
DefaultRHSSOImageOpenJ9 = "registry.redhat.io/rh-sso-7/sso75-openj9-openshift-rhel8:7.5"
20+
DefaultRHSSOImageOpenJDK = "registry.redhat.io/rh-sso-7/sso75-openshift-rhel8:7.5"
2121
DefaultKeycloakInitContainer = "quay.io/keycloak/keycloak-init-container:master"
22-
DefaultRHSSOInitContainer = "registry.redhat.io/rh-sso-7-tech-preview/sso74-init-container-rhel8:7.4"
22+
DefaultRHSSOInitContainer = "registry.redhat.io/rh-sso-7/sso7-rhel8-init-container:7.5"
2323
DefaultRHMIBackupContainer = "quay.io/integreatly/backup-container:1.0.16"
2424
DefaultPostgresqlImage = "registry.access.redhat.com/rhscl/postgresql-10-rhel7:1"
2525
)

productize.sh

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
LABELS=$(cat <<-END
44
LABEL \
5-
com.redhat.component="redhat-sso-7-sso74-rhel8-tech-preview-operator-container" \
6-
description="Red Hat Single Sign-On 7.4 Operator container image, based on the Red Hat Universal Base Image 8 Minimal container image" \
7-
summary="Red Hat Single Sign-On 7.4 Operator container image, based on the Red Hat Universal Base Image 8 Minimal container image" \
8-
version="7.4" \
5+
com.redhat.component="redhat-sso-7-rhel8-operator-container" \
6+
description="Red Hat Single Sign-On 7. Operator container image, based on the Red Hat Universal Base Image 8 Minimal container image" \
7+
summary="Red Hat Single Sign-On 7.5 Operator container image, based on the Red Hat Universal Base Image 8 Minimal container image" \
8+
version="7.5" \
99
io.k8s.description="Operator for Red Hat SSO" \
10-
io.k8s.display-name="Red Hat SSO 7.4 Operator" \
11-
io.openshift.tags="sso,sso74,keycloak,operator" \
12-
name="rh-sso-7-tech-preview\/sso74-rhel8-operator" \
10+
io.k8s.display-name="Red Hat SSO 7.5 Operator" \
11+
io.openshift.tags="sso,sso75,keycloak,operator" \
12+
name="rh-sso-7\/sso7-rhel8-operator" \
1313
maintainer="Red Hat Single Sign-On Team"
1414
END
1515
)
@@ -21,10 +21,3 @@ sed -i \
2121
-e 's,RUN cd /src ,RUN cd /src \&\& tar -x --strip-components=1 -f keycloak-operator-*.tar.gz ,' \
2222
-e "s/##LABELS/$LABELS/g" \
2323
Dockerfile
24-
25-
if [[ "$BUILD_OPENJ9" != "true" ]]
26-
then
27-
# remove s390x arch from container.yaml
28-
# upstream repo should always contain all archs
29-
sed -i -e '/\-\ s390x/ s/^#*/#/' container.yaml
30-
fi

0 commit comments

Comments
 (0)