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

Copy nightly csv to master #265

Merged
merged 1 commit into from
May 18, 2020
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
10 changes: 5 additions & 5 deletions deploy/operator-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,21 @@ spec:
- name: IMAGE_default_keycloak
value: quay.io/eclipse/che-keycloak:nightly
- name: IMAGE_default_che_workspace_plugin_broker_metadata
value: quay.io/eclipse/che-plugin-metadata-broker:v3.1.2
value: quay.io/eclipse/che-plugin-metadata-broker:v3.2.0
- name: IMAGE_default_che_workspace_plugin_broker_artifacts
value: quay.io/eclipse/che-plugin-artifacts-broker:v3.1.2
value: quay.io/eclipse/che-plugin-artifacts-broker:v3.2.0
- name: IMAGE_default_che_server_secure_exposer_jwt_proxy_image
value: quay.io/eclipse/che-jwtproxy:fd94e60
- name: CHE_FLAVOR
value: che
- name: CONSOLE_LINK_NAME
value: che
- name: CONSOLE_LINK_DISPLAY_NAME
value: "Eclipse Che"
value: Eclipse Che
- name: CONSOLE_LINK_SECTION
value: "Red Hat Applications"
value: Red Hat Applications
- name: CONSOLE_LINK_IMAGE
value: "/dashboard/assets/branding/loader.svg"
value: /dashboard/assets/branding/loader.svg
- name: CHE_IDENTITY_SECRET
value: che-identity-secret
- name: CHE_IDENTITY_POSTGRES_SECRET
Expand Down
10 changes: 5 additions & 5 deletions deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,21 @@ spec:
- name: IMAGE_default_keycloak
value: quay.io/eclipse/che-keycloak:nightly
- name: IMAGE_default_che_workspace_plugin_broker_metadata
value: quay.io/eclipse/che-plugin-metadata-broker:v3.1.2
value: quay.io/eclipse/che-plugin-metadata-broker:v3.2.0
- name: IMAGE_default_che_workspace_plugin_broker_artifacts
value: quay.io/eclipse/che-plugin-artifacts-broker:v3.1.2
value: quay.io/eclipse/che-plugin-artifacts-broker:v3.2.0
- name: IMAGE_default_che_server_secure_exposer_jwt_proxy_image
value: quay.io/eclipse/che-jwtproxy:fd94e60
- name: CHE_FLAVOR
value: che
- name: CONSOLE_LINK_NAME
value: che
- name: CONSOLE_LINK_DISPLAY_NAME
value: "Eclipse Che"
value: Eclipse Che
- name: CONSOLE_LINK_SECTION
value: "Red Hat Applications"
value: Red Hat Applications
- name: CONSOLE_LINK_IMAGE
value: "/dashboard/assets/branding/loader.svg"
value: /dashboard/assets/branding/loader.svg
- name: CHE_IDENTITY_SECRET
value: che-identity-secret
- name: CHE_IDENTITY_POSTGRES_SECRET
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
--- /home/tolusha/gocode/src/github.com/eclipse/che-operator/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/9.9.9-nightly.1589437636/eclipse-che-preview-kubernetes.v9.9.9-nightly.1589437636.clusterserviceversion.yaml 2020-05-15 16:42:38.559068408 +0300
+++ /home/tolusha/gocode/src/github.com/eclipse/che-operator/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/9.9.9-nightly.1589556012/eclipse-che-preview-kubernetes.v9.9.9-nightly.1589556012.clusterserviceversion.yaml 2020-05-15 18:20:13.093426574 +0300
@@ -49,12 +49,12 @@
categories: Developer Tools
certified: "false"
containerImage: quay.io/eclipse/che-operator:nightly
- createdAt: "2020-05-14T06:27:17Z"
+ createdAt: "2020-05-15T15:20:13Z"
description: A Kube-native development solution that delivers portable and collaborative
developer workspaces.
repository: https://github.com/eclipse/che-operator
support: Eclipse Foundation
- name: eclipse-che-preview-kubernetes.v9.9.9-nightly.1589437636
+ name: eclipse-che-preview-kubernetes.v9.9.9-nightly.1589556012
namespace: placeholder
spec:
apiservicedefinitions: {}
@@ -264,9 +264,9 @@
- name: IMAGE_default_keycloak
value: quay.io/eclipse/che-keycloak:nightly
- name: IMAGE_default_che_workspace_plugin_broker_metadata
- value: quay.io/eclipse/che-plugin-metadata-broker:v3.1.2
+ value: quay.io/eclipse/che-plugin-metadata-broker:v3.2.0
- name: IMAGE_default_che_workspace_plugin_broker_artifacts
- value: quay.io/eclipse/che-plugin-artifacts-broker:v3.1.2
+ value: quay.io/eclipse/che-plugin-artifacts-broker:v3.2.0
- name: IMAGE_default_che_server_secure_exposer_jwt_proxy_image
value: quay.io/eclipse/che-jwtproxy:fd94e60
- name: CHE_FLAVOR
@@ -394,5 +394,5 @@
maturity: stable
provider:
name: Eclipse Foundation
- replaces: eclipse-che-preview-kubernetes.v9.9.9-nightly.1588832683
- version: 9.9.9-nightly.1589437636
+ replaces: eclipse-che-preview-kubernetes.v9.9.9-nightly.1589437636
+ version: 9.9.9-nightly.1589556012
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
channels:
- currentCSV: eclipse-che-preview-kubernetes.v9.9.9-nightly.1589437636
- currentCSV: eclipse-che-preview-kubernetes.v9.9.9-nightly.1589556012
name: nightly
- currentCSV: eclipse-che-preview-kubernetes.v7.12.2
name: stable
Expand Down
Loading