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:
|
image:
|
||||||
repository: foundationdb/fdb-kubernetes-operator
|
repository: foundationdb/fdb-kubernetes-operator
|
||||||
tag: v1.30.0
|
tag: v1.30.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
initContainers:
|
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:
|
7.1:
|
||||||
image:
|
image:
|
||||||
repository: foundationdb/foundationdb-kubernetes-sidecar
|
repository: foundationdb/foundationdb-kubernetes-sidecar
|
||||||
tag: 7.1.15-1
|
tag: 7.1.49-1
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
globalMode:
|
globalMode:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
@ -41,7 +30,7 @@ containerSecurityContext:
|
||||||
privileged: false
|
privileged: false
|
||||||
capabilities:
|
capabilities:
|
||||||
drop:
|
drop:
|
||||||
- all
|
- all
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
@ -65,5 +54,5 @@ initContainerSecurityContext:
|
||||||
privileged: false
|
privileged: false
|
||||||
capabilities:
|
capabilities:
|
||||||
drop:
|
drop:
|
||||||
- all
|
- all
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
|
|
Loading…
Reference in a new issue