Skip to content

Commit

Permalink
dump version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yankay committed Sep 23, 2022
1 parent de4080d commit c7d0275
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -20,7 +20,7 @@ open browser and view http://<server-ip>: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
```
Expand Down

0 comments on commit c7d0275

Please sign in to comment.