Compare commits

...

3 Commits

Author SHA1 Message Date
0984e40cc8 remove workflow path 2024-04-04 14:53:35 -06:00
4e26a7c727 remove commands from bridges 2024-04-04 14:47:35 -06:00
17d146a444 add archive folder 2024-04-04 13:47:48 -06:00
8 changed files with 2 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: mautrix-discord
version: 0.0.1
version: 0.0.2
description: Chart for Matrix Discord Bridge
keywords:
- matrix

View File

@@ -30,7 +30,6 @@ spec:
- name: mautrix-discord
image: "{{ .Values.deployment.image.repository }}:{{ .Values.deployment.image.tag }}"
imagePullPolicy: {{ .Values.deployment.image.imagePullPolicy }}
command: ["--no-update"]
ports:
- name: http
containerPort: {{ .Values.service.port }}

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: mautrix-whatsapp
version: 0.0.1
version: 0.0.2
description: Chart for Matrix Whatsapp Bridge
keywords:
- matrix

View File

@@ -30,7 +30,6 @@ spec:
- name: mautrix-whatsapp
image: "{{ .Values.deployment.image.repository }}:{{ .Values.deployment.image.tag }}"
imagePullPolicy: {{ .Values.deployment.image.imagePullPolicy }}
command: ["--no-update"]
ports:
- name: http
containerPort: {{ .Values.service.port }}