Skip to content

Commit

Permalink
Bump version to 0.1.7
Browse files Browse the repository at this point in the history
Signed-off-by: Hemslo Wang <hemslo.wang@gmail.com>
  • Loading branch information
hemslo committed Jul 21, 2024
1 parent 6afe1ba commit 90794a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/chat-search/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,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.6
version: 0.1.7

# 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.6"
appVersion: "0.1.7"

dependencies:
- name: redis-stack-server
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "chat-search"
version = "0.1.6"
version = "0.1.7"
description = ""
authors = ["Hemslo Wang <hemslo.wang@gmail.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deploy:
chartPath: charts/chat-search
valuesFiles:
- values.yaml
version: 0.1.6
version: 0.1.7
setValueTemplates:
image.repository: "{{.IMAGE_REPO_chat_search}}"
image.tag: "{{.IMAGE_TAG_chat_search}}@{{.IMAGE_DIGEST_chat_search}}"
Expand Down

0 comments on commit 90794a6

Please # to comment.