chore(fdb-operator) Minimize and remove older versions from the default and add v7 of the kuberenetes sidecar. Update version.
This commit is contained in:
parent
de7d0cf292
commit
a3e6ecc0ad
1 changed files with 3 additions and 14 deletions
|
@ -1,23 +1,12 @@
|
|||
---
|
||||
image:
|
||||
repository: foundationdb/fdb-kubernetes-operator
|
||||
tag: v1.30.0
|
||||
pullPolicy: IfNotPresent
|
||||
initContainers:
|
||||
6.2:
|
||||
image:
|
||||
repository: foundationdb/foundationdb-kubernetes-sidecar
|
||||
tag: 6.2.30-1
|
||||
pullPolicy: IfNotPresent
|
||||
6.3:
|
||||
image:
|
||||
repository: foundationdb/foundationdb-kubernetes-sidecar
|
||||
tag: 6.3.23-1
|
||||
pullPolicy: IfNotPresent
|
||||
7.1:
|
||||
image:
|
||||
repository: foundationdb/foundationdb-kubernetes-sidecar
|
||||
tag: 7.1.15-1
|
||||
tag: 7.1.49-1
|
||||
pullPolicy: IfNotPresent
|
||||
globalMode:
|
||||
enabled: false
|
||||
|
@ -41,7 +30,7 @@ containerSecurityContext:
|
|||
privileged: false
|
||||
capabilities:
|
||||
drop:
|
||||
- all
|
||||
- all
|
||||
readOnlyRootFilesystem: true
|
||||
nodeSelector: {}
|
||||
affinity: {}
|
||||
|
@ -65,5 +54,5 @@ initContainerSecurityContext:
|
|||
privileged: false
|
||||
capabilities:
|
||||
drop:
|
||||
- all
|
||||
- all
|
||||
readOnlyRootFilesystem: true
|
||||
|
|
Loading…
Reference in a new issue