From 6a1c5c06779c1611923aae2bfb792c47f37acc9f Mon Sep 17 00:00:00 2001 From: Kubeshop <174873053+ed382@users.noreply.github.com> Date: Wed, 30 Oct 2024 21:38:51 +0100 Subject: [PATCH] fix: remove mongosh image with cves binary already in mongodb image --- charts/testkube-enterprise/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/testkube-enterprise/values.yaml b/charts/testkube-enterprise/values.yaml index 9efae2563..c7973a87c 100644 --- a/charts/testkube-enterprise/values.yaml +++ b/charts/testkube-enterprise/values.yaml @@ -219,9 +219,9 @@ testkube-cloud-api: mongo: image: # -- MongoSH image repository - repository: alpine/mongosh + repository: kubeshop/bitnami-mongodb # -- MongoSH image tag - tag: 2.0.2 + tag: 7.0.12 # -- MongoSH image pull policy pullPolicy: IfNotPresent # -- Specifies the path to the directory (skip the trailing slash) where CA certificates should be mounted. The mounted file should container a PEM encoded CA certificate. @@ -429,9 +429,9 @@ testkube-worker-service: # -- MongoSH image registry registry: "docker.io" # -- MongoSH image repository - repository: alpine/mongosh + repository: kubeshop/bitnami-mongodb # -- MongoSH image tag - tag: 2.0.2 + tag: 7.0.12 # -- MongoSH image pull policy pullPolicy: IfNotPresent # -- MongoSH image digest