Skip to content

Commit 2105725

Browse files
committed
Set 7.32.2 release image tags
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
1 parent 63d3efc commit 2105725

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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:7.32.1
15+
image: quay.io/eclipse/che-devfile-registry:7.32.2
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:7.32.1
24+
image: quay.io/eclipse/che-keycloak:7.32.2
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:7.32.1
15+
image: quay.io/eclipse/che-plugin-registry:7.32.2
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:7.32.1
13+
image: quay.io/eclipse/che-postgres:7.32.2

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:7.32.1
24+
cheImage: quay.io/eclipse/che-server:7.32.2
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:7.32.1
133+
image: quay.io/eclipse/che-dashboard:7.32.2
134134
imagePullPolicy: "Always"
135135
memoryRequest: 16Mi
136136
memoryLimit: 256Mi

0 commit comments

Comments
 (0)