Skip to content

Commit

Permalink
Bumped min version
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Apr 26, 2021
1 parent 0fc4aed commit f47b0ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/echo-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ 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: 0.2.2
version: 0.4.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.
appVersion: 4.4.1
appVersion: 4.5.0
2 changes: 1 addition & 1 deletion charts/echo-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Install the Echo Server chart:
```bash
$ helm upgrade soketi \
--install \
--version=0.2.2 \
--version=0.4.0 \
soketi/echo-server
```

Expand Down
2 changes: 1 addition & 1 deletion charts/echo-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ app:
image:
repository: soketi/echo-server
pullPolicy: IfNotPresent
tag: "4.4.1-14.16-alpine"
tag: "4.5.0-14.16-alpine"

# It's recommended to run the server with
# maximum memory that would match the resource limits
Expand Down

0 comments on commit f47b0ca

Please sign in to comment.