Skip to content

Commit 3ec4228

Browse files
committed
Using the right port for the network watcher
1 parent 353b8a4 commit 3ec4228

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

charts/soketi/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.0.1
18+
version: 1.0.2
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 1.3.0
23+
appVersion: 1.4.0

charts/soketi/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Install the soketi chart:
2525
```bash
2626
$ helm upgrade soketi \
2727
--install \
28-
--version=1.0.1 \
28+
--version=1.0.2 \
2929
soketi/soketi
3030
```
3131

charts/soketi/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ spec:
7373
- name: KUBE_CONNECTION
7474
value: cluster
7575
- name: SERVER_PORT
76-
value: "{{ .Values.service.port }}"
76+
value: "9601"
7777
- name: MEMORY_PERCENT
7878
value: "{{ .Values.networkWatcher.threshold }}"
7979
- name: CHECKING_INTERVAL

charts/soketi/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ app:
1919
image:
2020
repository: quay.io/soketi/soketi
2121
pullPolicy: IfNotPresent
22-
tag: "1.3.0-16-alpine"
22+
tag: "1.4-16-alpine"
2323
# You can use distroless to avoid Remote Code Execution attacks in-cluster.
2424
# https://github.com/soketi/soketi/pull/178
2525
# tag: "1.3-16-distroless"

0 commit comments

Comments
 (0)