Skip to content

Commit

Permalink
Merge pull request #90 from yankay/dump-version-1.4.1
Browse files Browse the repository at this point in the history
dump version 1.4.1
  • Loading branch information
yankay authored Mar 2, 2023
2 parents 06618e4 + a856baf commit 3c33993
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.4.1 (2023-3-2)

#### Enhancements:
- Enhancement security

## 1.4.0 (2023-2-9)

#### Enhancements:
Expand Down
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.4.0
version: 1.4.1

# 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.4.0
appVersion: v1.4.1
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.4.0
export VERSION=v1.4.1
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.4.0
export VERSION=v1.4.1
helm repo add dao-2048 http://daocloud.github.io/dao-2048/
helm install dao-2048 dao-2048/dao-2048 --version $VERSION
```
Expand Down
2 changes: 1 addition & 1 deletion charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
repository: daocloud/dao-2048
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v1.4.0
tag: v1.4.1

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 3c33993

Please sign in to comment.