fix: flatten global in config and add MAS to readme

This commit is contained in:
Tommy 2024-04-12 16:31:53 +02:00
parent 5869dcecae
commit 920d8529c8
No known key found for this signature in database
3 changed files with 9 additions and 7 deletions

View file

@ -54,6 +54,8 @@ Below you'll find an overview of the charts and an intro to get you started.
🚧 [[charts/vikunja][Vikunja]]: Todo app with web and dav support.
🚧 [[charts/matrix-authentication-service][Matrix Authentication Service]]: Matrix auth system implementing MSC3861
🚧 [[charts/maubot][Maubot]]: Matrix bot system.
🚧 [[charts/nfty-sh][nfty.sh]]: Push notification server for clients and phones.

View file

@ -1,6 +1,6 @@
apiVersion: v2
name: matrix-authentication-service
description: OAuth 2.0 and OpenID Provider for Matrix Homeservers (MSC3861)
description: OAuth 2.0 and OpenID Provider for Matrix Homeservers
icon: https://avatars.githubusercontent.com/u/8418310?s=48&v=4
type: application
version: 0.1.0

View file

@ -20,8 +20,8 @@ spec:
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
{{- with .Values.image }}
image: "{{ coalesce $.Values.global.image.registry .registry }}/{{ .repository }}:{{ .tag | default $.Chart.AppVersion }}"
imagePullPolicy: {{ coalesce $.Values.global.image.pullPolicy .pullPolicy }}
image: "{{ coalesce $.Values.image.registry .registry }}/{{ .repository }}:{{ .tag | default $.Chart.AppVersion }}"
imagePullPolicy: {{ coalesce $.Values.image.pullPolicy .pullPolicy }}
{{- end }}
env:
- name: "MAS_CONFIG"
@ -41,8 +41,8 @@ spec:
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
{{- with .Values.image }}
image: "{{ coalesce $.Values.global.image.registry .registry }}/{{ .repository }}:{{ .tag | default $.Chart.AppVersion }}"
imagePullPolicy: {{ coalesce $.Values.global.image.pullPolicy .pullPolicy }}
image: "{{ coalesce $.Values.image.registry .registry }}/{{ .repository }}:{{ .tag | default $.Chart.AppVersion }}"
imagePullPolicy: {{ coalesce $.Values.image.pullPolicy .pullPolicy }}
{{- end }}
env:
- name: "MAS_CONFIG"
@ -66,8 +66,8 @@ spec:
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
{{- with .Values.image }}
image: "{{ coalesce $.Values.global.image.registry .registry }}/{{ .repository }}:{{ .tag | default $.Chart.AppVersion }}"
imagePullPolicy: {{ coalesce $.Values.global.image.pullPolicy .pullPolicy }}
image: "{{ coalesce $.Values.image.registry .registry }}/{{ .repository }}:{{ .tag | default $.Chart.AppVersion }}"
imagePullPolicy: {{ coalesce $.Values.image.pullPolicy .pullPolicy }}
{{- end }}
env:
- name: "MAS_CONFIG"