File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed
Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.4.0 (2023-2-9)
4+
5+ #### Enhancements:
6+ - sw64 support (multi-arch image)
7+
38## 1.3.1 (2022-12-20)
49
510#### Fix:
611- Hot Fix for the chart version
712
8- ## 1.3.1 (2022-12-20)
13+ ## 1.3.0 (2022-12-20)
914
1015#### Enhancements:
1116
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.3.1
21+ version : 1.4.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.3.1
27+ appVersion : v1.4.0
Original file line number Diff line number Diff line change 1111open shell and input:
1212
1313```
14- export VERSION=v1.3.1
14+ export VERSION=v1.4.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.3.1
23+ export VERSION=v1.4.0
2424helm repo add dao-2048 http://daocloud.github.io/dao-2048/
2525helm install dao-2048 dao-2048/dao-2048 --version $VERSION
2626```
Original file line number Diff line number Diff line change 99 repository : daocloud/dao-2048
1010 pullPolicy : IfNotPresent
1111 # Overrides the image tag whose default is the chart appVersion.
12- tag : v1.3.1
12+ tag : v1.4.0
1313
1414imagePullSecrets : []
1515nameOverride : " "
You can’t perform that action at this time.
0 commit comments