diff --git a/examples/bootstrap-with-deployment/plugin.yaml b/examples/bootstrap-with-deployment/plugin.yaml index 5db60d2f..5100036c 100644 --- a/examples/bootstrap-with-deployment/plugin.yaml +++ b/examples/bootstrap-with-deployment/plugin.yaml @@ -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 diff --git a/examples/crd-sync/plugin.yaml b/examples/crd-sync/plugin.yaml index aedc5553..9a698122 100644 --- a/examples/crd-sync/plugin.yaml +++ b/examples/crd-sync/plugin.yaml @@ -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: diff --git a/examples/pull-secret-sync/plugin.yaml b/examples/pull-secret-sync/plugin.yaml index 62405585..98ef2dff 100644 --- a/examples/pull-secret-sync/plugin.yaml +++ b/examples/pull-secret-sync/plugin.yaml @@ -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 \ No newline at end of file