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:
|
||||
{{- 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" }}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue