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

ci: Copy 7.97.0 csv to main #1952

Merged
merged 1 commit into from
Jan 8, 2025
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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4996,7 +4996,7 @@ spec:
description: External devfile registries configuration.
properties:
url:
description: The public UR of the devfile registry
description: The public URL of the devfile registry
that serves sample ready-to-use devfiles.
type: string
type: object
Expand Down
2 changes: 1 addition & 1 deletion helmcharts/stable/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
apiVersion: v1
description: A Helm chart for deploying Eclipse Che on a Kubernetes
name: eclipse-che
version: 7.96.0
version: 7.97.0
annotations:
artifacthub.io/license: EPL-2.0
artifacthub.io/links: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4972,8 +4972,8 @@ spec:
description: External devfile registries configuration.
properties:
url:
description: The public UR of the devfile registry that
serves sample ready-to-use devfiles.
description: The public URL of the devfile registry
that serves sample ready-to-use devfiles.
type: string
type: object
type: array
Expand Down
12 changes: 6 additions & 6 deletions helmcharts/stable/templates/che-operator.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,19 @@ spec:
- name: OPERATOR_NAME
value: che-operator
- name: CHE_VERSION
value: 7.96.0
value: 7.97.0
- name: RELATED_IMAGE_che_server
value: quay.io/eclipse/che-server:7.96.0
value: quay.io/eclipse/che-server:7.97.0
- name: RELATED_IMAGE_dashboard
value: quay.io/eclipse/che-dashboard:7.96.0
value: quay.io/eclipse/che-dashboard:7.97.0
- name: RELATED_IMAGE_plugin_registry
value: quay.io/eclipse/che-plugin-registry:7.96.0
value: quay.io/eclipse/che-plugin-registry:7.97.0
- name: RELATED_IMAGE_che_tls_secrets_creation_job
value: quay.io/eclipse/che-tls-secret-creator:9f9d4a6
- name: RELATED_IMAGE_single_host_gateway
value: quay.io/eclipse/che--traefik:v2.9.10-8d81a9df1435f9f3d36ac9398465ef2d5d61e671059974db753faaed14b627de
- name: RELATED_IMAGE_single_host_gateway_config_sidecar
value: quay.io/che-incubator/configbump:7.96.0
value: quay.io/che-incubator/configbump:7.97.0
- name: RELATED_IMAGE_gateway_authentication_sidecar
value: quay.io/openshift/origin-oauth-proxy:4.9
- name: RELATED_IMAGE_gateway_authorization_sidecar
Expand Down Expand Up @@ -104,7 +104,7 @@ spec:
- name: CHE_DEFAULT_SPEC_DEVENVIRONMENTS_CONTAINERSECURITYCONTEXT
value: '{"allowPrivilegeEscalation": true,"capabilities": {"add": ["SETGID",
"SETUID"]}}'
image: quay.io/eclipse/che-operator:7.96.0
image: quay.io/eclipse/che-operator:7.97.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 10
Expand Down
2 changes: 2 additions & 0 deletions olm-catalog/stable/channel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,5 @@ entries:
replaces: eclipse-che.v7.94.0
- name: eclipse-che.v7.96.0
replaces: eclipse-che.v7.95.0
- name: eclipse-che.v7.97.0
replaces: eclipse-che.v7.96.0
82 changes: 82 additions & 0 deletions olm-catalog/stable/eclipse-che.v7.97.0.bundle.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
package version

var (
Version = "7.96.0"
Version = "7.97.0"
)
Loading