diff --git a/charts/conduit/Chart.yaml b/charts/conduit/Chart.yaml index a57e1ad..4fb1dad 100644 --- a/charts/conduit/Chart.yaml +++ b/charts/conduit/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.11 +version: 0.1.12 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.15.13" +appVersion: "v0.15.15" dependencies: - name: loki diff --git a/charts/conduit/values.yaml b/charts/conduit/values.yaml index f5ad6db..5bada2d 100644 --- a/charts/conduit/values.yaml +++ b/charts/conduit/values.yaml @@ -18,7 +18,7 @@ global: # -- Global repository option repository: conduitplatform # -- Overrides the global Conduit image tag whose default is the chart appVersion - tag: v0.15.13 + tag: v0.15.15 # -- If defined, a imagePullPolicy applied to all Conduit deployments imagePullPolicy: IfNotPresent @@ -208,7 +208,7 @@ admin: repository: "" # -- Tag to use for the Admin Panel image # @default -- `""` (defaults to global.image.tag) - tag: v0.15.11 + tag: v0.15.12 # -- Image pull policy for the Admin Panel image # @default -- `""` (defaults to global.image.imagePullPolicy) imagePullPolicy: "" @@ -859,7 +859,7 @@ mongodb: # -- Additional volumeMounts to the mongodb main container volumeMounts: - name: persistent-storage - mountPath: /storage + mountPath: /data # -- Additional volumes to the mongodb pod volumes: