Skip to content

Commit

Permalink
Should be using workshop version variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Aug 15, 2023
1 parent 84ed9ea commit eed4859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workshops/lab-remote-cluster/resources/workshop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ spec:
assets:
files:
- image:
url: $(image_repository)/labs-vcluster-testing/lab-remote-cluster-files:latest
url: $(image_repository)/labs-vcluster-testing/lab-remote-cluster-files:$(workshop_version)
objects:
- apiVersion: v1
kind: ServiceAccount
Expand Down
2 changes: 1 addition & 1 deletion workshops/lab-shared-vcluster/resources/workshop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ spec:
assets:
files:
- image:
url: $(image_repository)/labs-vcluster-testing/lab-shared-vcluster-files:latest
url: $(image_repository)/labs-vcluster-testing/lab-shared-vcluster-files:$(workshop_version)
objects:
- apiVersion: v1
kind: ServiceAccount
Expand Down

0 comments on commit eed4859

Please sign in to comment.