Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRW-8228 update related images to reference devworkspace-rhel9-operator #733

Open
wants to merge 3 commits into
base: devspaces-3.19-rhel-9
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion devspaces-operator-bundle/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion devspaces-operator/build/scripts/sync-che-operator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion devspaces-operator/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down