Skip to content

Commit

Permalink
Merge pull request #265 from eclipse/update-images-to-master
Browse files Browse the repository at this point in the history
Copy nightly csv to master
  • Loading branch information
tolusha authored May 18, 2020
2 parents 8a4e1d5 + b4d16d2 commit 9a9e81d
Show file tree
Hide file tree
Showing 12 changed files with 2,034 additions and 12 deletions.
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

0 comments on commit 9a9e81d

Please sign in to comment.