File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.16.2
18
+ version : 1.0.0
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
- appVersion : 0.31.5
23
+ appVersion : 1.3.0
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Install the soketi chart:
25
25
``` bash
26
26
$ helm upgrade soketi \
27
27
--install \
28
- --version=0.16.2 \
28
+ --version=1.0.0 \
29
29
soketi/soketi
30
30
```
31
31
Original file line number Diff line number Diff line change 19
19
image :
20
20
repository : quay.io/soketi/soketi
21
21
pullPolicy : IfNotPresent
22
- tag : " 0.31 -16-alpine"
22
+ tag : " 1.3.0 -16-alpine"
23
23
# You can use distroless to avoid Remote Code Execution attacks in-cluster.
24
24
# https://github.com/soketi/soketi/pull/178
25
- # tag: "0.31 -16-distroless"
25
+ # tag: "1.3 -16-distroless"
26
26
27
27
# It's recommended to run the server with
28
28
# maximum memory that would match the resource limits
You can’t perform that action at this time.
0 commit comments