Skip to content

Commit

Permalink
fix(async-pv): There is only one tag of the image which is latest so …
Browse files Browse the repository at this point in the history
…there should not be any nightly plug-in

Use latest instead of nightly as there is no "nightly/next" versio of this component.

https://quay.io/repository/eclipse/che-sidecar-workspace-data-sync?tag=latest&tab=tags

Change-Id: Ife2252c81de26da29a7c62f3602a4f59416b6579
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
  • Loading branch information
benoitf committed Dec 17, 2020
1 parent 5b0ebe5 commit 06680a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ che.workspace.provision.secret.labels=app.kubernetes.io/part-of=che.eclipse.org,

# Plugin is added in case async storage feature will be enabled in workspace config
# and supported by environment
che.workspace.devfile.async.storage.plugin=eclipse/che-async-pv-plugin/nightly
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
Expand Down

0 comments on commit 06680a1

Please sign in to comment.