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