File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1111open shell and input:
1212
1313```
14- export VERSION=v1.1 .0
14+ export VERSION=v1.2 .0
1515docker 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
2424helm repo add dao-2048 http://daocloud.github.io/dao-2048/
2525helm install dao-2048 dao-2048/dao-2048 --version $VERSION
2626```
You can’t perform that action at this time.
0 commit comments