Skip to content

Commit

Permalink
Don't reference the no longer used master branch in devworkspace-oper…
Browse files Browse the repository at this point in the history
…ator.
  • Loading branch information
metlos authored and tolusha committed Mar 10, 2021
1 parent ac033ea commit fdc6a7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# NOTE: using registry.redhat.io/rhel8/go-toolset requires login, which complicates automation
# NOTE: since updateBaseImages.sh does not support other registries than RHCC, update to RHEL8
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/devtools/go-toolset-rhel7
ARG DEV_WORKSPACE_CONTROLLER_VERSION="master"
ARG DEV_WORKSPACE_CONTROLLER_VERSION="main"
ARG DEV_WORKSPACE_CHE_OPERATOR_VERSION="main"

FROM registry.access.redhat.com/devtools/go-toolset-rhel7:1.13.15-4 as builder
Expand Down
2 changes: 1 addition & 1 deletion local-debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ command -v operator-sdk >/dev/null 2>&1 || { echo "operator-sdk is not installed
ECLIPSE_CHE_NAMESPACE="eclipse-che"
ECLIPSE_CHE_CR="./deploy/crds/org_v1_che_cr.yaml"
ECLIPSE_CHE_CRD="./deploy/crds/org_v1_che_crd.yaml"
DEV_WORKSPACE_CONTROLLER_VERSION="master"
DEV_WORKSPACE_CONTROLLER_VERSION="main"
DEV_WORKSPACE_CHE_OPERATOR_VERSION="main"

# Stop execution on any error
Expand Down

0 comments on commit fdc6a7d

Please sign in to comment.