Skip to content

Commit 896716e

Browse files
trisperajemaltahir
andauthored
Update imagePullPolicy... (#193)
...to pull the latest mongo:noble version (v8.2.3) and fix cve-2025-14847 Co-authored-by: Jemal Tahir <jemalmtahir@gmail.com>
1 parent ad053b9 commit 896716e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deployment/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: protes
33
description: A proTES Helm chart for Kubernetes
44
type: application
5-
version: 2.0.0
6-
appVersion: 2.0.0
5+
version: 2.0.1
6+
appVersion: 2.0.1

deployment/templates/mongodb/mongodb-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
key: databasePassword
4343
name: {{ .Values.mongodb.appName }}
4444
image: {{ .Values.mongodb.image }}
45-
imagePullPolicy: IfNotPresent
45+
imagePullPolicy: Always
4646
livenessProbe:
4747
failureThreshold: 3
4848
initialDelaySeconds: 30

0 commit comments

Comments
 (0)