Skip to content
Merged
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 deploy/operator-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
- name: RELATED_IMAGE_che_workspace_plugin_broker_artifacts
value: quay.io/eclipse/che-plugin-artifacts-broker:v3.2.0
- name: RELATED_IMAGE_che_server_secure_exposer_jwt_proxy_image
value: quay.io/eclipse/che-jwtproxy:fd94e60
value: quay.io/eclipse/che-jwtproxy:0.10.0
- name: CHE_FLAVOR
value: che
- name: CONSOLE_LINK_NAME
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
- name: RELATED_IMAGE_che_workspace_plugin_broker_artifacts
value: quay.io/eclipse/che-plugin-artifacts-broker:v3.2.0
- name: RELATED_IMAGE_che_server_secure_exposer_jwt_proxy_image
value: quay.io/eclipse/che-jwtproxy:fd94e60
value: quay.io/eclipse/che-jwtproxy:0.10.0
- name: CHE_FLAVOR
value: che
- name: CONSOLE_LINK_NAME
Expand Down
2 changes: 1 addition & 1 deletion make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ createPRToMasterBranch() {
resetChanges master
local tmpBranch="update-images-to-master"
git checkout -B $tmpBranch
git diff refs/heads/${BRANCH}...refs/heads/${RELEASE} ':(exclude)deploy/operator-local.yaml' ':(exclude)deploy/operator.yaml' | git apply
git diff refs/heads/${BRANCH}...refs/heads/${RELEASE} ':(exclude)deploy/operator-local.yaml' ':(exclude)deploy/operator.yaml' | git apply -3
. ${RELEASE_DIR}/replace-images-tags.sh nightly master
git add -A
git commit -m "Copy "$RELEASE" csv to master" --signoff
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
channels:
- currentCSV: eclipse-che-preview-kubernetes.v9.9.9-nightly.1597060381
name: nightly
- currentCSV: eclipse-che-preview-kubernetes.v7.17.0
- currentCSV: eclipse-che-preview-kubernetes.v7.17.1
name: stable
defaultChannel: stable
packageName: eclipse-che-preview-kubernetes

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
channels:
- currentCSV: eclipse-che-preview-openshift.v9.9.9-nightly.1597060382
name: nightly
- currentCSV: eclipse-che-preview-openshift.v7.17.0
- currentCSV: eclipse-che-preview-openshift.v7.17.1
name: stable
defaultChannel: stable
packageName: eclipse-che-preview-openshift