diff --git a/charts/fdb-operator/values.yaml b/charts/fdb-operator/values.yaml index 12188f2..8852594 100644 --- a/charts/fdb-operator/values.yaml +++ b/charts/fdb-operator/values.yaml @@ -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