Skip to content

Commit

Permalink
fix: mongo pvc path (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
pantmal authored Mar 15, 2023
1 parent 3f55c0e commit 3433962
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/conduit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/conduit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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: ""
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 3433962

Please sign in to comment.