Bump backup PVC version to v0.0.5 - update docs
This commit is contained in:
parent
30cd4d53a7
commit
c703f032f4
|
|
@ -425,7 +425,7 @@ spec:
|
||||||
value: /jenkins-home
|
value: /jenkins-home
|
||||||
- name: BACKUP_COUNT
|
- name: BACKUP_COUNT
|
||||||
value: "2" # keep only the 2 most recent backups
|
value: "2" # keep only the 2 most recent backups
|
||||||
image: virtuslab/jenkins-operator-backup-pvc:v0.0.4 # look at backup/pvc directory
|
image: virtuslab/jenkins-operator-backup-pvc:v0.0.5 # look at backup/pvc directory
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /jenkins-home # Jenkins home volume
|
- mountPath: /jenkins-home # Jenkins home volume
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue