Skip to content

Commit

Permalink
fix: remove mongosh image with cves
Browse files Browse the repository at this point in the history
binary already in mongodb image
  • Loading branch information
ed382 committed Oct 30, 2024
1 parent f35f60e commit 6a1c5c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/testkube-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6a1c5c0

Please sign in to comment.