File tree 4 files changed +5
-5
lines changed
4 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 : 1.0.1
18
+ version : 1.0.2
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 : 1.3 .0
23
+ appVersion : 1.4 .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=1.0.1 \
28
+ --version=1.0.2 \
29
29
soketi/soketi
30
30
```
31
31
Original file line number Diff line number Diff line change 73
73
- name : KUBE_CONNECTION
74
74
value : cluster
75
75
- name : SERVER_PORT
76
- value : " {{ .Values.service.port }} "
76
+ value : " 9601 "
77
77
- name : MEMORY_PERCENT
78
78
value : " {{ .Values.networkWatcher.threshold }}"
79
79
- name : CHECKING_INTERVAL
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 : " 1.3.0 -16-alpine"
22
+ tag : " 1.4 -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
25
# tag: "1.3-16-distroless"
You can’t perform that action at this time.
0 commit comments