Merge branch 'master' of gitlab.com:ananace/charts
This commit is contained in:
commit
c538e14ae7
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
{{- include "matrix-synapse.labels" . | nindent 4 }}
|
{{- include "matrix-synapse.labels" . | nindent 4 }}
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: {{ .Values.service.type | default "ClusterIP" }}
|
||||||
ports:
|
ports:
|
||||||
- port: {{ .Values.service.port }}
|
- port: {{ .Values.service.port }}
|
||||||
targetPort: {{ .Values.service.targetPort | default "http" }}
|
targetPort: {{ .Values.service.targetPort | default "http" }}
|
||||||
|
|
|
@ -7,10 +7,10 @@ description: |
|
||||||
Important; With chart version 4.0.0 there are major upgrades to the packaged Redis and Postgres,
|
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.
|
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
|
icon: https://raw.githubusercontent.com/digitalocean/netbox/develop/netbox/project-static/img/netbox.ico
|
||||||
appVersion: 3.3.9
|
appVersion: 3.3.10
|
||||||
|
|
||||||
type: application
|
type: application
|
||||||
version: 4.3.12
|
version: 4.3.13
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Alexander Olofsson
|
- name: Alexander Olofsson
|
||||||
email: ace@haxalot.com
|
email: ace@haxalot.com
|
||||||
|
|
Loading…
Reference in a new issue