From 90794a6c1e288942893ab7f222c375fbf7612380 Mon Sep 17 00:00:00 2001 From: Hemslo Wang Date: Mon, 22 Jul 2024 02:04:27 +1000 Subject: [PATCH] Bump version to 0.1.7 Signed-off-by: Hemslo Wang --- charts/chat-search/Chart.yaml | 4 ++-- pyproject.toml | 2 +- skaffold.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/chat-search/Chart.yaml b/charts/chat-search/Chart.yaml index db72f7d..2794db8 100644 --- a/charts/chat-search/Chart.yaml +++ b/charts/chat-search/Chart.yaml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index b96b889..5a4dd10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "chat-search" -version = "0.1.6" +version = "0.1.7" description = "" authors = ["Hemslo Wang "] readme = "README.md" diff --git a/skaffold.yaml b/skaffold.yaml index 18c1daf..9025af8 100644 --- a/skaffold.yaml +++ b/skaffold.yaml @@ -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}}"