From 3c68b64d21bc02bc5cdc29084f4688993d58b1ff Mon Sep 17 00:00:00 2001 From: Alberto Faria Date: Fri, 17 Dec 2021 20:05:53 +0000 Subject: [PATCH] Release 0.1.1 --- README.md | 6 +++--- deployment.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 488643d..3bc9116 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ - + @@ -47,7 +47,7 @@ For more information on PaV's applicability and design, please see the paper [__ To install PaV onto a Kubernetes cluster, run: ```console -kubectl create -f https://raw.githubusercontent.com/albertofaria/pav/v0.1.0/deployment.yaml +kubectl create -f https://raw.githubusercontent.com/albertofaria/pav/v0.1.1/deployment.yaml ``` It can take a few seconds for PaV's components to start running, during which time the creation of [`PavProvisioner` objects](#pavprovisioner-objects) will fail with a "connection refused" error. @@ -57,7 +57,7 @@ To uninstall PaV from a Kubernetes cluster, run: ```console kubectl delete crd pavprovisioners.pav.albertofaria.github.io -kubectl delete --ignore-not-found -f https://raw.githubusercontent.com/albertofaria/pav/v0.1.0/deployment.yaml +kubectl delete --ignore-not-found -f https://raw.githubusercontent.com/albertofaria/pav/v0.1.1/deployment.yaml ``` The first command will cause the deletion of all existing `PavProvisioner` objects and block until they are fully removed. diff --git a/deployment.yaml b/deployment.yaml index a04c965..c5cf335 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -261,7 +261,7 @@ spec: serviceAccountName: controller-agent containers: - name: agent - image: &image albertofaria/pav:0.1.0 + image: &image albertofaria/pav:0.1.1 args: - agent - controller @@ -322,7 +322,7 @@ spec: serviceAccountName: node-agent containers: - name: agent - image: albertofaria/pav:0.1.0 + image: albertofaria/pav:0.1.1 args: - agent - node