From 239bccb8ee68646b918ad5c70b6e519ee55eb0a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:32:53 +0000 Subject: [PATCH] chore(deps): update mongodb docker tag to v15.6.26 --- infrastructures/mongodb/env/k3s-cluster/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructures/mongodb/env/k3s-cluster/kustomization.yaml b/infrastructures/mongodb/env/k3s-cluster/kustomization.yaml index 01949d4..753db7c 100644 --- a/infrastructures/mongodb/env/k3s-cluster/kustomization.yaml +++ b/infrastructures/mongodb/env/k3s-cluster/kustomization.yaml @@ -3,6 +3,6 @@ kind: Kustomization helmCharts: - name: mongodb repo: oci://registry-1.docker.io/bitnamicharts - version: 15.6.24 + version: 15.6.26 releaseName: mongodb valuesFile: values.yaml \ No newline at end of file