Skip to content

Commit

Permalink
chore: Set 7.48.1 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 May 19, 2022
1 parent 0a66913 commit fd4448a
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.48.0
image: quay.io/eclipse/che-devfile-registry:7.48.1
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.48.0
image: quay.io/eclipse/che-keycloak:7.48.1

## 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.48.0
image: quay.io/eclipse/che-plugin-registry:7.48.1
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.48.0
image: quay.io/eclipse/che-postgres:7.48.1
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.48.0
cheImage: quay.io/eclipse/che-server:7.48.1
cheImagePullPolicy: Always
cheKeycloakRealm: "che"
cheKeycloakClientId: "che-public"
Expand Down Expand Up @@ -129,7 +129,7 @@ che:
logLevel: "INFO"

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

0 comments on commit fd4448a

Please sign in to comment.