diff --git a/docs/docs/getting-started/latest/configuring-backup-and-restore/index.html b/docs/docs/getting-started/latest/configuring-backup-and-restore/index.html index 0ffb4c93..31bc3ec0 100644 --- a/docs/docs/getting-started/latest/configuring-backup-and-restore/index.html +++ b/docs/docs/getting-started/latest/configuring-backup-and-restore/index.html @@ -25,13 +25,13 @@ " /> - - + + - - + + @@ -1003,7 +1003,7 @@ up. Therefore, the backup script makes a copy of jobs history only.
value: /jenkins-home - name: BACKUP_COUNT value: "3" # keep only the 2 most recent backups - image: virtuslab/jenkins-operator-backup-pvc:v0.1.0 # look at backup/pvc directory + image: virtuslab/jenkins-operator-backup-pvc:v0.1.1 # look at backup/pvc directory imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /jenkins-home # Jenkins home volume @@ -1042,7 +1042,7 @@ up. Therefore, the backup script makes a copy of jobs history only. - /home/user/bin/get-latest.sh # this command is invoked on "backup" container to get last backup number before pod deletion; not having it in the CR may cause loss of data -