Skip to content

Commit e864406

Browse files
committed
Set 7.33.0 release image tags
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
1 parent 7123f78 commit e864406

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ che.factory.default_devfile_filenames=devfile.yaml,.devfile.yaml
702702
### Devfile defaults
703703
# Editor that will be used for factories that are created from a remote Git repository
704704
# which does not contain any {prod-short}-specific workspace descriptor.
705-
che.factory.default_editor=eclipse/che-theia/next
705+
che.factory.default_editor=eclipse/che-theia/latest
706706

707707
# File size limit for the URL fetcher which fetch files from the SCM repository.
708708
che.factory.scm_file_fetcher_limit_bytes=102400
@@ -714,7 +714,7 @@ che.factory.devfile2_files_resolution_list=.che/che-editor.yaml,.che/che-theia-p
714714
# Default Editor that should be provisioned into Devfile if there is no specified Editor
715715
# Format is `editorPublisher/editorName/editorVersion` value.
716716
# `NULL` or absence of value means that default editor should not be provisioned.
717-
che.workspace.devfile.default_editor=eclipse/che-theia/next
717+
che.workspace.devfile.default_editor=eclipse/che-theia/latest
718718

719719
# Default Plug-ins which should be provisioned for Default Editor.
720720
# All the plugins from this list that are not explicitly mentioned in the user-defined devfile

deploy/kubernetes/helm/che/custom-charts/che-devfile-registry/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ global:
1212
class: "nginx"
1313

1414
cheDevfileRegistry:
15-
image: quay.io/eclipse/che-devfile-registry:next
15+
image: quay.io/eclipse/che-devfile-registry:7.33.0
1616
imagePullPolicy: Always
1717
memoryLimit: 256Mi
1818
memoryRequests: 16Mi

deploy/kubernetes/helm/che/custom-charts/che-keycloak/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ global:
2121
endpointWatcher:
2222
image: quay.io/eclipse/che-endpoint-watcher:nightly
2323

24-
image: quay.io/eclipse/che-keycloak:nightly
24+
image: quay.io/eclipse/che-keycloak:7.33.0
2525

2626
## Admin credentials configuration
2727
# Manually define them in clear

deploy/kubernetes/helm/che/custom-charts/che-plugin-registry/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ global:
1212
class: "nginx"
1313

1414
chePluginRegistry:
15-
image: quay.io/eclipse/che-plugin-registry:next
15+
image: quay.io/eclipse/che-plugin-registry:7.33.0
1616
imagePullPolicy: Always
1717
memoryLimit: 256Mi
1818
memoryRequests: 16Mi

deploy/kubernetes/helm/che/custom-charts/che-postgres/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
# Default values for postgres.
1111
# This is a YAML-formatted file.
1212
# Declare variables to be passed into your templates.
13-
image: quay.io/eclipse/che-postgres:next
13+
image: quay.io/eclipse/che-postgres:7.33.0

deploy/kubernetes/helm/che/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cheWorkspaceNoProxy: ""
2121
# operator: "Equal"
2222
# value: "aValue"
2323
# effect: "NoExecute"
24-
cheImage: quay.io/eclipse/che-server:next
24+
cheImage: quay.io/eclipse/che-server:7.33.0
2525
cheImagePullPolicy: Always
2626
cheKeycloakRealm: "che"
2727
cheKeycloakClientId: "che-public"
@@ -130,7 +130,7 @@ che:
130130
logLevel: "INFO"
131131

132132
dashboard:
133-
image: quay.io/eclipse/che-dashboard:next
133+
image: quay.io/eclipse/che-dashboard:7.33.0
134134
imagePullPolicy: "Always"
135135
memoryRequest: 16Mi
136136
memoryLimit: 256Mi

0 commit comments

Comments
 (0)