From fa096260a6c1fcabaedb12e1e458ff0265372520 Mon Sep 17 00:00:00 2001 From: sdawley Date: Fri, 28 Feb 2025 12:31:05 -0800 Subject: [PATCH 1/3] CRW-8228 update related images to reference devworkspace-rhel9-operator --- devspaces-operator-bundle/container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devspaces-operator-bundle/container.yaml b/devspaces-operator-bundle/container.yaml index 8ad972a301..b7020c8bf2 100644 --- a/devspaces-operator-bundle/container.yaml +++ b/devspaces-operator-bundle/container.yaml @@ -53,4 +53,4 @@ operator_manifests: devworkspace-operator-bundle-container: devworkspace/devworkspace-operator-bundle devworkspace-operator-bundle-package: devworkspace/devworkspace-operator-bundle devworkspace-operator-package: devworkspace/devworkspace-operator-bundle - devworkspace-operator-container: devworkspace/devworkspace-rhel8-operator + devworkspace-operator-container: devworkspace/devworkspace-rhel9-operator From c69e96bb8bde9e739d83408c565424b13694b643 Mon Sep 17 00:00:00 2001 From: sdawley Date: Fri, 28 Feb 2025 12:35:42 -0800 Subject: [PATCH 2/3] Updating operator manager and sync to reference rhel9 Signed-off-by: sdawley --- devspaces-operator/config/manager/manager.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devspaces-operator/config/manager/manager.yaml b/devspaces-operator/config/manager/manager.yaml index c984773f5d..4002cc54d4 100644 --- a/devspaces-operator/config/manager/manager.yaml +++ b/devspaces-operator/config/manager/manager.yaml @@ -88,7 +88,7 @@ spec: - name: RELATED_IMAGE_dashboard value: registry.redhat.io/devspaces/dashboard-rhel9:3.19 - name: RELATED_IMAGE_devworkspace_controller - value: registry.redhat.io/devworkspace/devworkspace-rhel8-operator + value: registry.redhat.io/devworkspace/devworkspace-rhel9-operator - name: RELATED_IMAGE_gateway_authentication_sidecar value: registry.redhat.io/openshift4/ose-oauth-proxy:v4.14 - name: RELATED_IMAGE_gateway_authorization_sidecar From 08f6431c5d2965bc2007a574bd3cfbe7ef6135ac Mon Sep 17 00:00:00 2001 From: sdawley Date: Fri, 28 Feb 2025 12:36:02 -0800 Subject: [PATCH 3/3] Updating operator manager and sync to reference rhel9 Signed-off-by: sdawley --- devspaces-operator/build/scripts/sync-che-operator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devspaces-operator/build/scripts/sync-che-operator.sh b/devspaces-operator/build/scripts/sync-che-operator.sh index 1f6e4931fb..a887b633f2 100755 --- a/devspaces-operator/build/scripts/sync-che-operator.sh +++ b/devspaces-operator/build/scripts/sync-che-operator.sh @@ -207,7 +207,7 @@ declare -A operator_replacements=( ["RELATED_IMAGE_plugin_registry"]="${DS_PLUGINREGISTRY_IMAGE}" # hardcoded to latest DWO release, so that we replace the upstream value... but this isn't actually used downstream - ["RELATED_IMAGE_devworkspace_controller"]="registry.redhat.io/devworkspace/devworkspace-rhel8-operator" + ["RELATED_IMAGE_devworkspace_controller"]="registry.redhat.io/devworkspace/devworkspace-rhel9-operator" ["RELATED_IMAGE_single_host_gateway"]="${DS_TRAEFIK_IMAGE}" ["RELATED_IMAGE_single_host_gateway_config_sidecar"]="${DS_CONFIGBUMP_IMAGE}"