diff --git a/charts/soketi/Chart.yaml b/charts/soketi/Chart.yaml index 171e68b..9df5b1f 100644 --- a/charts/soketi/Chart.yaml +++ b/charts/soketi/Chart.yaml @@ -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: 0.16.2 +version: 1.0.0 # 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: 0.31.5 +appVersion: 1.3.0 diff --git a/charts/soketi/README.md b/charts/soketi/README.md index a7922ef..dca73d8 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=0.16.2 \ + --version=1.0.0 \ soketi/soketi ``` diff --git a/charts/soketi/values.yaml b/charts/soketi/values.yaml index 1aaaa67..38e773d 100644 --- a/charts/soketi/values.yaml +++ b/charts/soketi/values.yaml @@ -19,10 +19,10 @@ app: image: repository: quay.io/soketi/soketi pullPolicy: IfNotPresent - tag: "0.31-16-alpine" + tag: "1.3.0-16-alpine" # You can use distroless to avoid Remote Code Execution attacks in-cluster. # https://github.com/soketi/soketi/pull/178 - # tag: "0.31-16-distroless" + # tag: "1.3-16-distroless" # It's recommended to run the server with # maximum memory that would match the resource limits