diff --git a/charts/soketi/Chart.yaml b/charts/soketi/Chart.yaml index 9df5b1f..0d24e04 100644 --- a/charts/soketi/Chart.yaml +++ b/charts/soketi/Chart.yaml @@ -15,7 +15,7 @@ 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.0 +version: 1.0.1 # 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 diff --git a/charts/soketi/README.md b/charts/soketi/README.md index dca73d8..f5d8c42 100644 --- a/charts/soketi/README.md +++ b/charts/soketi/README.md @@ -25,7 +25,7 @@ Install the soketi chart: ```bash $ helm upgrade soketi \ --install \ - --version=1.0.0 \ + --version=1.0.1 \ soketi/soketi ``` diff --git a/charts/soketi/templates/deployment.yaml b/charts/soketi/templates/deployment.yaml index 455b292..1b53c9e 100644 --- a/charts/soketi/templates/deployment.yaml +++ b/charts/soketi/templates/deployment.yaml @@ -113,9 +113,9 @@ spec: {{- toYaml . | nindent 12 }} {{- end }} env: - - name: PORT + - name: SOKETI_PORT value: "6001" - - name: MODE + - name: SOKETI_MODE value: {{ .Values.app.mode | default "full" }} {{- with .Values.app.extraEnv }} {{- toYaml . | nindent 12 }}