Skip to content

Commit

Permalink
Using the right port for the network watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Nov 9, 2022
1 parent 353b8a4 commit 3ec4228
Show file tree
Hide file tree
Showing 4 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: 1.0.1
version: 1.0.2

# 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: 1.3.0
appVersion: 1.4.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=1.0.1 \
--version=1.0.2 \
soketi/soketi
```

Expand Down
2 changes: 1 addition & 1 deletion charts/soketi/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
- name: KUBE_CONNECTION
value: cluster
- name: SERVER_PORT
value: "{{ .Values.service.port }}"
value: "9601"
- name: MEMORY_PERCENT
value: "{{ .Values.networkWatcher.threshold }}"
- name: CHECKING_INTERVAL
Expand Down
2 changes: 1 addition & 1 deletion charts/soketi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ app:
image:
repository: quay.io/soketi/soketi
pullPolicy: IfNotPresent
tag: "1.3.0-16-alpine"
tag: "1.4-16-alpine"
# You can use distroless to avoid Remote Code Execution attacks in-cluster.
# https://github.com/soketi/soketi/pull/178
# tag: "1.3-16-distroless"
Expand Down

0 comments on commit 3ec4228

Please sign in to comment.