diff --git a/manifests/infra-mongo/Chart.yaml b/manifests/infra-mongo/Chart.yaml index 26ecb0c..416f6f1 100644 --- a/manifests/infra-mongo/Chart.yaml +++ b/manifests/infra-mongo/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: 4.0.3 +appVersion: v0.1.0 description: A helm chart for mongo name: infra-mongo type: application -version: 4.0.3 +version: v0.1.0 diff --git a/manifests/infra-mongo/values.yaml b/manifests/infra-mongo/values.yaml index b3d6313..dae50bc 100644 --- a/manifests/infra-mongo/values.yaml +++ b/manifests/infra-mongo/values.yaml @@ -6,7 +6,7 @@ platformConfig: image: name: mongo - # tag: + tag: 4.0.3 serverPort: 27017 priorityClassName: system-cluster-critical