Skip to content

Commit

Permalink
Merge pull request #99 from dasmeta/DMVP-3648
Browse files Browse the repository at this point in the history
fix(DMVP-3648): Add default value
  • Loading branch information
viktoryathegreat authored Apr 8, 2024
2 parents 7e69a32 + 49089c0 commit b80bc32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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.61
version: 0.1.62

# 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.61"
appVersion: "0.1.62"
3 changes: 3 additions & 0 deletions charts/base/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ readinessProbe: {}
# initialDelaySeconds: 60
# periodSeconds: 5

envFrom:
secret:

startupProbe: {}
# httpGet:
# path: /
Expand Down

0 comments on commit b80bc32

Please sign in to comment.