chore: Set 7.41.2 release image tags
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>7.41.x
parent
f02880534d
commit
c95975fefa
|
|
@ -12,7 +12,7 @@ global:
|
|||
class: "nginx"
|
||||
|
||||
cheDevfileRegistry:
|
||||
image: quay.io/eclipse/che-devfile-registry:7.41.1
|
||||
image: quay.io/eclipse/che-devfile-registry:7.41.2
|
||||
imagePullPolicy: Always
|
||||
memoryLimit: 256Mi
|
||||
memoryRequests: 16Mi
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ global:
|
|||
endpointWatcher:
|
||||
image: quay.io/eclipse/che-endpoint-watcher:nightly
|
||||
|
||||
image: quay.io/eclipse/che-keycloak:7.41.1
|
||||
image: quay.io/eclipse/che-keycloak:7.41.2
|
||||
|
||||
## Admin credentials configuration
|
||||
# Manually define them in clear
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ global:
|
|||
class: "nginx"
|
||||
|
||||
chePluginRegistry:
|
||||
image: quay.io/eclipse/che-plugin-registry:7.41.1
|
||||
image: quay.io/eclipse/che-plugin-registry:7.41.2
|
||||
imagePullPolicy: Always
|
||||
memoryLimit: 256Mi
|
||||
memoryRequests: 16Mi
|
||||
|
|
|
|||
|
|
@ -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.41.1
|
||||
image: quay.io/eclipse/che-postgres:7.41.2
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ cheWorkspaceNoProxy: ""
|
|||
# operator: "Equal"
|
||||
# value: "aValue"
|
||||
# effect: "NoExecute"
|
||||
cheImage: quay.io/eclipse/che-server:7.41.1
|
||||
cheImage: quay.io/eclipse/che-server:7.41.2
|
||||
cheImagePullPolicy: Always
|
||||
cheKeycloakRealm: "che"
|
||||
cheKeycloakClientId: "che-public"
|
||||
|
|
@ -129,7 +129,7 @@ che:
|
|||
logLevel: "INFO"
|
||||
|
||||
dashboard:
|
||||
image: quay.io/eclipse/che-dashboard:7.41.1
|
||||
image: quay.io/eclipse/che-dashboard:7.41.2
|
||||
imagePullPolicy: "Always"
|
||||
memoryRequest: 16Mi
|
||||
memoryLimit: 256Mi
|
||||
|
|
|
|||
Loading…
Reference in New Issue