From 1de186823c00dc8fcfaae58e033116ed05bef6b5 Mon Sep 17 00:00:00 2001 From: Kay Yan Date: Tue, 20 Dec 2022 18:06:02 +0800 Subject: [PATCH 1/2] dump 1.3.0 --- charts/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/values.yaml b/charts/values.yaml index d43b6da..3ee6dd0 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -9,7 +9,7 @@ image: repository: daocloud/dao-2048 pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: v1.2.2 + tag: v1.3.0 imagePullSecrets: [] nameOverride: "" From d6b8c1fb27b0237b05d9750c53de07dbafe7d2fb Mon Sep 17 00:00:00 2001 From: Kay Yan Date: Tue, 20 Dec 2022 18:23:23 +0800 Subject: [PATCH 2/2] Dump version v1.3.1 --- CHANGELOG.md | 7 ++++++- charts/Chart.yaml | 4 ++-- charts/README.md | 4 ++-- charts/values.yaml | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03bde24..ae2c209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -## 1.3.0 (2022-12-20) +## 1.3.1 (2022-12-20) + +#### Fix: +- Hot Fix for the chart version + +## 1.3.1 (2022-12-20) #### Enhancements: diff --git a/charts/Chart.yaml b/charts/Chart.yaml index e2891de..81c5535 100644 --- a/charts/Chart.yaml +++ b/charts/Chart.yaml @@ -18,10 +18,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: 1.3.0 +version: 1.3.1 # 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: v1.3.0 +appVersion: v1.3.1 diff --git a/charts/README.md b/charts/README.md index 9ff3dc7..41822b0 100644 --- a/charts/README.md +++ b/charts/README.md @@ -11,7 +11,7 @@ open shell and input: ``` -export VERSION=v1.3.0 +export VERSION=v1.3.1 docker run -d -p 8080:80 ghcr.io/daocloud/dao-2048:$VERSION ``` @@ -20,7 +20,7 @@ open browser and view http://:8080 . ## Run in kubernetes ``` -export VERSION=v1.3.0 +export VERSION=v1.3.1 helm repo add dao-2048 http://daocloud.github.io/dao-2048/ helm install dao-2048 dao-2048/dao-2048 --version $VERSION ``` diff --git a/charts/values.yaml b/charts/values.yaml index 3ee6dd0..292a732 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -9,7 +9,7 @@ image: repository: daocloud/dao-2048 pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: v1.3.0 + tag: v1.3.1 imagePullSecrets: [] nameOverride: ""