Compare commits
2 Commits
matrix-hoo
...
mautrix-wh
Author | SHA1 | Date | |
---|---|---|---|
|
11d47799f1 | ||
|
7d825da72d |
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: home-assistant
|
name: home-assistant
|
||||||
version: 0.1.9
|
version: 0.1.10
|
||||||
description: Chart for Home Assistant
|
description: Chart for Home Assistant
|
||||||
keywords:
|
keywords:
|
||||||
- home-automation
|
- home-automation
|
||||||
|
@@ -56,7 +56,7 @@ codeserver:
|
|||||||
enabled: false
|
enabled: false
|
||||||
image:
|
image:
|
||||||
repository: linuxserver/code-server
|
repository: linuxserver/code-server
|
||||||
tag: 4.23.0
|
tag: 4.23.1
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
TZ: UTC
|
TZ: UTC
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: mautrix-whatsapp
|
name: mautrix-whatsapp
|
||||||
version: 0.0.2
|
version: 0.0.3
|
||||||
description: Chart for Matrix Whatsapp Bridge
|
description: Chart for Matrix Whatsapp Bridge
|
||||||
keywords:
|
keywords:
|
||||||
- matrix
|
- matrix
|
||||||
@@ -12,4 +12,4 @@ sources:
|
|||||||
maintainers:
|
maintainers:
|
||||||
- name: alexlebens
|
- name: alexlebens
|
||||||
icon: https://avatars.githubusercontent.com/u/88519669?s=48&v=4
|
icon: https://avatars.githubusercontent.com/u/88519669?s=48&v=4
|
||||||
appVersion: v0.10.6
|
appVersion: v0.10.7
|
||||||
|
@@ -3,7 +3,7 @@ deployment:
|
|||||||
strategy: Recreate
|
strategy: Recreate
|
||||||
image:
|
image:
|
||||||
repository: dock.mau.dev/mautrix/whatsapp
|
repository: dock.mau.dev/mautrix/whatsapp
|
||||||
tag: v0.10.6
|
tag: v0.10.7
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env: {}
|
env: {}
|
||||||
envFrom: []
|
envFrom: []
|
||||||
@@ -45,11 +45,9 @@ persistence:
|
|||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
size: 500Mi
|
size: 500Mi
|
||||||
|
|
||||||
|
|
||||||
# Reference the following for examples
|
# Reference the following for examples
|
||||||
# https://github.com/mautrix/whatsapp/blob/main/example-config.yaml
|
# https://github.com/mautrix/whatsapp/blob/main/example-config.yaml
|
||||||
mautrixWhatsapp:
|
mautrixWhatsapp:
|
||||||
|
|
||||||
# config.yml contents
|
# config.yml contents
|
||||||
existingSecret: ""
|
existingSecret: ""
|
||||||
config:
|
config:
|
||||||
|
Reference in New Issue
Block a user