File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 1 .0.2
18
+ version : 2 .0.0
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
- appVersion : 1.4 .0
23
+ appVersion : 1.6 .0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Containerize & Orchestrate your soketi application with this simple Helm chart.
9
9
10
10
## 🛑 Requirements
11
11
12
- - Kubernetes v1.19 +
12
+ - Kubernetes v1.23 +
13
13
14
14
## 🚀 Installation
15
15
@@ -25,7 +25,7 @@ Install the soketi chart:
25
25
``` bash
26
26
$ helm upgrade soketi \
27
27
--install \
28
- --version=1 .0.2 \
28
+ --version=2 .0.0 \
29
29
soketi/soketi
30
30
```
31
31
Original file line number Diff line number Diff line change 1
1
{{- if and (.Values.bullExporter.enabled) (gt (.Values.bullExporter.replicaCount | int) 1) -}}
2
- apiVersion : policy/v1beta1
2
+ apiVersion : policy/v1
3
3
kind : PodDisruptionBudget
4
4
metadata :
5
5
labels :
Original file line number Diff line number Diff line change 1
1
{{- if .Values.autoscaling.enabled }}
2
- apiVersion : autoscaling/v2beta2
2
+ apiVersion : autoscaling/v2
3
3
kind : HorizontalPodAutoscaler
4
4
metadata :
5
5
name : {{ include "soketi.fullname" . }}
Original file line number Diff line number Diff line change 1
1
{{- if or (and .Values.autoscaling.enabled (gt (.Values.autoscaling.minReplicas | int) 1)) (gt (.Values.replicaCount | int) 1) -}}
2
- apiVersion : policy/v1beta1
2
+ apiVersion : policy/v1
3
3
kind : PodDisruptionBudget
4
4
metadata :
5
5
labels :
Original file line number Diff line number Diff line change 19
19
image :
20
20
repository : quay.io/soketi/soketi
21
21
pullPolicy : IfNotPresent
22
- tag : " 1.4 -16-alpine "
22
+ tag : " 1.6 -16-debian "
23
23
# You can use distroless to avoid Remote Code Execution attacks in-cluster.
24
24
# https://github.com/soketi/soketi/pull/178
25
- # tag: "1.3 -16-distroless"
25
+ # tag: "1.6 -16-distroless"
26
26
27
27
# It's recommended to run the server with
28
28
# maximum memory that would match the resource limits
You can’t perform that action at this time.
0 commit comments