Skip to content

Commit

Permalink
fix(image tag): Avoid to use latest as tag as it may change a lot
Browse files Browse the repository at this point in the history
Change-Id: Id8db376588ea0dad12af6b68e8ba4e27be6004af
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
  • Loading branch information
benoitf committed Dec 17, 2020
1 parent 06680a1 commit eae6df8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eae6df8

Please sign in to comment.