Skip to content

Commit c7d0275

Browse files
committed
dump version 1.2.0
1 parent de4080d commit c7d0275

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ 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: 1.1.0
21+
version: 1.2.0
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: v1.1.0
27+
appVersion: v1.2.0

charts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
open shell and input:
1212

1313
```
14-
export VERSION=v1.1.0
14+
export VERSION=v1.2.0
1515
docker run -d -p 8080:80 ghcr.io/daocloud/dao-2048:$VERSION
1616
```
1717

@@ -20,7 +20,7 @@ open browser and view http://<server-ip>:8080 .
2020
## Run in kubernetes
2121

2222
```
23-
export VERSION=v1.1.0
23+
export VERSION=v1.2.0
2424
helm repo add dao-2048 http://daocloud.github.io/dao-2048/
2525
helm install dao-2048 dao-2048/dao-2048 --version $VERSION
2626
```

0 commit comments

Comments
 (0)