File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ type: application
1818# This is the chart version. This version number should be incremented each time you make changes
1919# to the chart and its templates, including the app version.
2020# Versions are expected to follow Semantic Versioning (https://semver.org/)
21- version : 0.1.6
21+ version : 0.1.7
2222
2323# This is the version number of the application being deployed. This version number should be
2424# incremented each time you make changes to the application. Versions are not expected to
2525# follow Semantic Versioning. They should reflect the version the application is using.
2626# It is recommended to use it with quotes.
27- appVersion : " 0.1.6 "
27+ appVersion : " 0.1.7 "
2828
2929dependencies :
3030 - name : redis-stack-server
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " chat-search"
3- version = " 0.1.6 "
3+ version = " 0.1.7 "
44description = " "
55authors = [
" Hemslo Wang <[email protected] >" ]
66readme = " README.md"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ deploy:
1414 chartPath : charts/chat-search
1515 valuesFiles :
1616 - values.yaml
17- version : 0.1.6
17+ version : 0.1.7
1818 setValueTemplates :
1919 image.repository : " {{.IMAGE_REPO_chat_search}}"
2020 image.tag : " {{.IMAGE_TAG_chat_search}}@{{.IMAGE_DIGEST_chat_search}}"
You can’t perform that action at this time.
0 commit comments