From c7d0275587ab6d6071ab869cb4a4c1d987211ad2 Mon Sep 17 00:00:00 2001 From: "kay.yan" Date: Fri, 23 Sep 2022 10:52:14 +0800 Subject: [PATCH] dump version 1.2.0 --- charts/Chart.yaml | 4 ++-- charts/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/Chart.yaml b/charts/Chart.yaml index c2a3dd3..fb7d907 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.1.0 +version: 1.2.0 # 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.1.0 +appVersion: v1.2.0 diff --git a/charts/README.md b/charts/README.md index 7a668c4..eb01154 100644 --- a/charts/README.md +++ b/charts/README.md @@ -11,7 +11,7 @@ open shell and input: ``` -export VERSION=v1.1.0 +export VERSION=v1.2.0 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.1.0 +export VERSION=v1.2.0 helm repo add dao-2048 http://daocloud.github.io/dao-2048/ helm install dao-2048 dao-2048/dao-2048 --version $VERSION ```