diff --git a/infra/helm/templates/socketcluster.yaml b/infra/helm/templates/socketcluster.yaml index 809bd1b8..a2f0e96f 100644 --- a/infra/helm/templates/socketcluster.yaml +++ b/infra/helm/templates/socketcluster.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: socketcluster - image: socketcluster/socketcluster:v17.4.0 + image: socketcluster/socketcluster:v19.1.2 ports: - containerPort: 8000 ---