Skip to content

Commit be3e701

Browse files
committed
Update to 1.x chart
1 parent a1b4589 commit be3e701

File tree

3 files changed

+5
-5
lines changed

3 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: 0.16.2
18+
version: 1.0.0
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: 0.31.5
23+
appVersion: 1.3.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=0.16.2 \
28+
--version=1.0.0 \
2929
soketi/soketi
3030
```
3131

charts/soketi/values.yaml

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

2727
# It's recommended to run the server with
2828
# maximum memory that would match the resource limits

0 commit comments

Comments
 (0)