fix(image tag): Avoid to use latest as tag as it may change a lot
Change-Id: Id8db376588ea0dad12af6b68e8ba4e27be6004af Signed-off-by: Florent Benoit <fbenoit@redhat.com>7.24.x
parent
06680a1921
commit
eae6df887b
|
|
@ -677,7 +677,7 @@ che.workspace.provision.secret.labels=app.kubernetes.io/part-of=che.eclipse.org,
|
|||
che.workspace.devfile.async.storage.plugin=eclipse/che-async-pv-plugin/latest
|
||||
|
||||
# Docker image for the Che async storage
|
||||
che.infra.kubernetes.async.storage.image=quay.io/eclipse/che-workspace-data-sync-storage:latest
|
||||
che.infra.kubernetes.async.storage.image=quay.io/eclipse/che-workspace-data-sync-storage:0.0.1
|
||||
|
||||
# Optionally configures node selector for workspace pod. Format is comma-separated
|
||||
# key=value pairs, e.g: disktype=ssd,cpu=xlarge,foo=bar
|
||||
|
|
|
|||
Loading…
Reference in New Issue