Skip to content

Commit

Permalink
chore: Set 7.36.2 release image tags
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
  • Loading branch information
mkuznyetsov committed Sep 22, 2021
1 parent 555b0d2 commit bcb23e1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ global:
class: "nginx"

cheDevfileRegistry:
image: quay.io/eclipse/che-devfile-registry:7.36.1
image: quay.io/eclipse/che-devfile-registry:7.36.2
imagePullPolicy: Always
memoryLimit: 256Mi
memoryRequests: 16Mi
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ global:
endpointWatcher:
image: quay.io/eclipse/che-endpoint-watcher:nightly

image: quay.io/eclipse/che-keycloak:7.36.1
image: quay.io/eclipse/che-keycloak:7.36.2

## Admin credentials configuration
# Manually define them in clear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ global:
class: "nginx"

chePluginRegistry:
image: quay.io/eclipse/che-plugin-registry:7.36.1
image: quay.io/eclipse/che-plugin-registry:7.36.2
imagePullPolicy: Always
memoryLimit: 256Mi
memoryRequests: 16Mi
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# Default values for postgres.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image: quay.io/eclipse/che-postgres:7.36.1
image: quay.io/eclipse/che-postgres:7.36.2
4 changes: 2 additions & 2 deletions deploy/kubernetes/helm/che/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cheWorkspaceNoProxy: ""
# operator: "Equal"
# value: "aValue"
# effect: "NoExecute"
cheImage: quay.io/eclipse/che-server:7.36.1
cheImage: quay.io/eclipse/che-server:7.36.2
cheImagePullPolicy: Always
cheKeycloakRealm: "che"
cheKeycloakClientId: "che-public"
Expand Down Expand Up @@ -130,7 +130,7 @@ che:
logLevel: "INFO"

dashboard:
image: quay.io/eclipse/che-dashboard:7.36.1
image: quay.io/eclipse/che-dashboard:7.36.2
imagePullPolicy: "Always"
memoryRequest: 16Mi
memoryLimit: 256Mi
Expand Down

0 comments on commit bcb23e1

Please sign in to comment.