From cd7dfe68c879b9d8a9111d5b2c3d94f4690bfe8f Mon Sep 17 00:00:00 2001 From: Ishan Khare Date: Wed, 28 Jun 2023 17:50:20 +0530 Subject: [PATCH] update plugin image tags --- examples/bootstrap-with-deployment/plugin.yaml | 2 +- examples/crd-sync/plugin.yaml | 2 +- examples/pull-secret-sync/plugin.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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