Skip to content

Commit

Permalink
Merge pull request #91 from dasmeta/DMVP-3320
Browse files Browse the repository at this point in the history
fix(DMVP-3320): Fix volume mount
  • Loading branch information
aghamyan44 authored Jan 16, 2024
2 parents 37fcc21 + f3bc673 commit f889633
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/base-cronjob/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ 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.12
version: 0.1.13


# 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: "0.1.12"
appVersion: "0.1.13"
5 changes: 5 additions & 0 deletions charts/base-cronjob/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ spec:
claimName: {{ $element.persistentVolumeClaim.claimName }}
{{- end }}
{{- end }}
configMap:
name: {{ $element.configMap.name | default $job.name}}
{{- if $element.configMap.defaultMode }}
defaultMode: {{ $element.configMap.defaultMode }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}
Expand Down
4 changes: 2 additions & 2 deletions charts/base/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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.55
version: 0.1.56

# 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: "0.1.55"
appVersion: "0.1.56"

0 comments on commit f889633

Please sign in to comment.