Skip to content

Commit

Permalink
update plugin image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ishankhare07 committed Jun 28, 2023
1 parent 86ff811 commit cd7dfe6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/bootstrap-with-deployment/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# with the other vcluster values during vcluster create or helm install.
plugin:
bootstrap-with-deployment:
image: ghcr.io/loft-sh/vcluster-example-bootstrap-with-deployment:v1
image: ghcr.io/loft-sh/vcluster-example-bootstrap-with-deployment:v2
imagePullPolicy: IfNotPresent
2 changes: 1 addition & 1 deletion examples/crd-sync/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# with the other vcluster values during vcluster create or helm install.
plugin:
crd-sync:
image: ghcr.io/loft-sh/vcluster-example-crd-sync:v1
image: ghcr.io/loft-sh/vcluster-example-crd-sync:v2
imagePullPolicy: IfNotPresent
rbac:
role:
Expand Down
2 changes: 1 addition & 1 deletion examples/pull-secret-sync/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# with the other vcluster values during vcluster create or helm install.
plugin:
pull-secret-sync:
image: ghcr.io/loft-sh/vcluster-example-pull-sycret-sync:v1
image: ghcr.io/loft-sh/vcluster-example-pull-sycret-sync:v2
imagePullPolicy: IfNotPresent

0 comments on commit cd7dfe6

Please sign in to comment.