diff --git a/charts/matrix-synapse/templates/service.yaml b/charts/matrix-synapse/templates/service.yaml index 87af993..42c3785 100644 --- a/charts/matrix-synapse/templates/service.yaml +++ b/charts/matrix-synapse/templates/service.yaml @@ -6,7 +6,7 @@ metadata: labels: {{- include "matrix-synapse.labels" . | nindent 4 }} spec: - type: ClusterIP + type: {{ .Values.service.type | default "ClusterIP" }} ports: - port: {{ .Values.service.port }} targetPort: {{ .Values.service.targetPort | default "http" }} diff --git a/charts/netbox/Chart.yaml b/charts/netbox/Chart.yaml index 669cdcf..d88abda 100644 --- a/charts/netbox/Chart.yaml +++ b/charts/netbox/Chart.yaml @@ -7,10 +7,10 @@ description: | Important; With chart version 4.0.0 there are major upgrades to the packaged Redis and Postgres, as well as a major version bump of Netbox that introduces housekeeping. Take care when upgrading. icon: https://raw.githubusercontent.com/digitalocean/netbox/develop/netbox/project-static/img/netbox.ico -appVersion: 3.3.9 +appVersion: 3.3.10 type: application -version: 4.3.12 +version: 4.3.13 maintainers: - name: Alexander Olofsson email: ace@haxalot.com