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:
Tommy 2023-12-23 12:44:06 +01:00
parent de7d0cf292
commit a3e6ecc0ad
No known key found for this signature in database

View file

@ -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