From abf63525e0ba7827017d933497f2036f0f36a3c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20S=C4=99k?= Date: Sun, 1 Sep 2019 11:56:53 +0200 Subject: [PATCH] Bump backup PVC version to v0.0.6 --- backup/pvc/VERSION.txt | 2 +- documentation/v0.1.1/getting-started.md | 2 +- documentation/v0.2.0/getting-started.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backup/pvc/VERSION.txt b/backup/pvc/VERSION.txt index 5c314e5a..77cada2e 100644 --- a/backup/pvc/VERSION.txt +++ b/backup/pvc/VERSION.txt @@ -1 +1 @@ -v0.0.5 +v0.0.6 diff --git a/documentation/v0.1.1/getting-started.md b/documentation/v0.1.1/getting-started.md index ff8e5047..5dd8c3ec 100644 --- a/documentation/v0.1.1/getting-started.md +++ b/documentation/v0.1.1/getting-started.md @@ -456,7 +456,7 @@ spec: value: /jenkins-home - name: BACKUP_COUNT value: "3" # keep only the 2 most recent backups - image: virtuslab/jenkins-operator-backup-pvc:v0.0.5 # look at backup/pvc directory + image: virtuslab/jenkins-operator-backup-pvc:v0.0.6 # look at backup/pvc directory imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /jenkins-home # Jenkins home volume diff --git a/documentation/v0.2.0/getting-started.md b/documentation/v0.2.0/getting-started.md index 7c779056..ba43a6e1 100644 --- a/documentation/v0.2.0/getting-started.md +++ b/documentation/v0.2.0/getting-started.md @@ -601,7 +601,7 @@ spec: value: /jenkins-home - name: BACKUP_COUNT value: "3" # keep only the 2 most recent backups - image: virtuslab/jenkins-operator-backup-pvc:v0.0.5 # look at backup/pvc directory + image: virtuslab/jenkins-operator-backup-pvc:v0.0.6 # look at backup/pvc directory imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /jenkins-home # Jenkins home volume