From be3e70193e4f3d6fd732b5fcd9a334f4f0bc3efa Mon Sep 17 00:00:00 2001 From: Alex Renoki Date: Wed, 17 Aug 2022 22:09:58 +0300 Subject: [PATCH] Update to 1.x chart --- charts/soketi/Chart.yaml | 4 ++-- charts/soketi/README.md | 2 +- charts/soketi/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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