Skip to content

Commit

Permalink
Merge pull request #45 from dasmeta/DMVP-1638
Browse files Browse the repository at this point in the history
Feat(DMVP-1638): Add command
  • Loading branch information
aghamyan44 committed Nov 24, 2022
2 parents 78c8651 + 8cd1a80 commit 5f8ed37
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions charts/base-cronjob/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ 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.3

version: 0.1.4


# 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.3"

appVersion: "0.1.4"

1 change: 1 addition & 0 deletions charts/base-cronjob/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ spec:
- name: {{ $job.name | quote }}
image: {{ $image | quote}}
imagePullPolicy: IfNotPresent
command: {{ $job.command }}
env:
{{- range $env := $job.env }}
- name: {{ $env.name | quote}}
Expand Down

0 comments on commit 5f8ed37

Please sign in to comment.