chore: prepare release v0.9.0-beta1
This commit is contained in:
parent
faf812a0ce
commit
f7e74597fe
|
|
@ -30,7 +30,7 @@ Kubernetes native operator which fully manages Jenkins on Kubernetes
|
|||
| jenkins.backup.env[2].name | string | `"BACKUP_COUNT"` | |
|
||||
| jenkins.backup.env[2].value | string | `"3"` | |
|
||||
| jenkins.backup.getLatestAction[0] | string | `"/home/user/bin/get-latest.sh"` | |
|
||||
| jenkins.backup.image | string | `"quay.io/jenkins-kubernetes-operator/backup-pvc:v0.4.1"` | |
|
||||
| jenkins.backup.image | string | `"quay.io/jenkins-kubernetes-operator/backup-pvc:v0.4.3"` | |
|
||||
| jenkins.backup.interval | int | `30` | |
|
||||
| jenkins.backup.makeBackupBeforePodDeletion | bool | `true` | |
|
||||
| jenkins.backup.pvc.className | string | `""` | |
|
||||
|
|
@ -99,7 +99,7 @@ Kubernetes native operator which fully manages Jenkins on Kubernetes
|
|||
| jenkins.volumes[0].persistentVolumeClaim.claimName | string | `"jenkins-backup"` | |
|
||||
| operator.affinity | object | `{}` | |
|
||||
| operator.fullnameOverride | string | `""` | |
|
||||
| operator.image | string | `"quay.io/jenkins-kubernetes-operator/operator:v0.8.1"` | |
|
||||
| operator.image | string | `"quay.io/jenkins-kubernetes-operator/operator:v0.9.0-beta1"` | |
|
||||
| operator.imagePullPolicy | string | `"IfNotPresent"` | |
|
||||
| operator.imagePullSecrets | list | `[]` | |
|
||||
| operator.nameOverride | string | `""` | |
|
||||
|
|
|
|||
|
|
@ -217,7 +217,7 @@ jenkins:
|
|||
|
||||
# image used by backup feature
|
||||
# By default using prebuilt backup PVC image
|
||||
image: quay.io/jenkins-kubernetes-operator/backup-pvc:v0.4.1
|
||||
image: quay.io/jenkins-kubernetes-operator/backup-pvc:v0.4.3
|
||||
|
||||
# containerName is backup container name
|
||||
containerName: backup
|
||||
|
|
@ -315,7 +315,7 @@ operator:
|
|||
replicaCount: 1
|
||||
|
||||
# image is the name (and tag) of the Jenkins Operator image
|
||||
image: quay.io/jenkins-kubernetes-operator/operator:v0.8.1
|
||||
image: quay.io/jenkins-kubernetes-operator/operator:v0.9.0-beta1
|
||||
|
||||
# imagePullPolicy defines policy for pulling images
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
|
|
|||
Loading…
Reference in New Issue