We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74e5d5 commit 9f32e89Copy full SHA for 9f32e89
4 files changed
charts/synapse/Chart.yaml
@@ -1,3 +1,3 @@
1
---
2
name: synapse
3
-version: 0.43.4
+version: 0.44.0
charts/synapse/templates/admin-deployment.yaml
@@ -26,7 +26,7 @@ spec:
26
resources:
27
{{ toYaml .Values.admin.resources | nindent 10 }}
28
ports:
29
- - containerPort: 80
+ - containerPort: 8080
30
name: admin
31
protocol: TCP
32
{{- if .Values.admin.nodeSelector }}
charts/synapse/templates/admin-service.yaml
@@ -11,4 +11,4 @@ spec:
11
12
- name: admin
13
port: 80
14
- targetPort: 80
+ targetPort: 8080
charts/synapse/values.yaml
@@ -462,7 +462,7 @@ admin:
462
annotations: {}
463
image:
464
repository: "ghcr.io/etkecc/synapse-admin"
465
- tag: "v0.11.1-etke52"
+ tag: "v0.11.1-etke54"
466
pullPolicy: IfNotPresent
467
replicas: 1
468
resources: {}
0 commit comments