Skip to content

Commit 90794a6

Browse files
committed
Bump version to 0.1.7
Signed-off-by: Hemslo Wang <[email protected]>
1 parent 6afe1ba commit 90794a6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/chat-search/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2929
dependencies:
3030
- name: redis-stack-server

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "chat-search"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = ""
55
authors = ["Hemslo Wang <[email protected]>"]
66
readme = "README.md"

skaffold.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}}"

0 commit comments

Comments
 (0)