From a3e6ecc0ad052f3035e2501b42f8b27f90e19d4d Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 23 Dec 2023 12:44:06 +0100 Subject: [PATCH] chore(fdb-operator) Minimize and remove older versions from the default and add v7 of the kuberenetes sidecar. Update version. --- charts/fdb-operator/values.yaml | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) 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