Skip to content

Commit

Permalink
Update to 1.x chart
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Aug 17, 2022
1 parent a1b4589 commit be3e701
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/soketi/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.16.2
version: 1.0.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: 0.31.5
appVersion: 1.3.0
2 changes: 1 addition & 1 deletion charts/soketi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Install the soketi chart:
```bash
$ helm upgrade soketi \
--install \
--version=0.16.2 \
--version=1.0.0 \
soketi/soketi
```

Expand Down
4 changes: 2 additions & 2 deletions charts/soketi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ app:
image:
repository: quay.io/soketi/soketi
pullPolicy: IfNotPresent
tag: "0.31-16-alpine"
tag: "1.3.0-16-alpine"
# You can use distroless to avoid Remote Code Execution attacks in-cluster.
# https://github.com/soketi/soketi/pull/178
# tag: "0.31-16-distroless"
# tag: "1.3-16-distroless"

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

0 comments on commit be3e701

Please sign in to comment.