Compare commits
1 Commits
tmp/matrix
...
b55ab55ae3
| Author | SHA1 | Date | |
|---|---|---|---|
|
b55ab55ae3
|
@@ -315,7 +315,7 @@ mautrix-whatsapp:
|
|||||||
controllers:
|
controllers:
|
||||||
main:
|
main:
|
||||||
type: statefulset
|
type: statefulset
|
||||||
replicas: 1
|
replicas: 0
|
||||||
strategy: RollingUpdate
|
strategy: RollingUpdate
|
||||||
# initContainers:
|
# initContainers:
|
||||||
# init-copy-config:
|
# init-copy-config:
|
||||||
@@ -415,9 +415,9 @@ postgres-18-cluster:
|
|||||||
- name: mautrix-discord
|
- name: mautrix-discord
|
||||||
ensure: present
|
ensure: present
|
||||||
owner: app
|
owner: app
|
||||||
- name: mautrix-whatsapp
|
# - name: mautrix-whatsapp
|
||||||
ensure: present
|
# ensure: present
|
||||||
owner: app
|
# owner: app
|
||||||
valkey-matrix-synapse:
|
valkey-matrix-synapse:
|
||||||
valkey:
|
valkey:
|
||||||
auth:
|
auth:
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ site-documentation:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: harbor.alexlebens.net/images/site-documentation
|
repository: harbor.alexlebens.net/images/site-documentation
|
||||||
tag: 0.15.0
|
tag: 0.16.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"/(^|/)Chart\\.yaml$/"
|
"/(^|/)Chart\\.yaml$/"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"#\\s*renovate:\\s*datasource=(?<datasource>\\S+)\\s+depName=(?<depName>\\S+)(?:\\s+versioning=(?<versioning>\\S+))?\\s+appVersion:\\s*[\"']?v?(?<currentValue>[^\\s\"']+)[\"']?"
|
"#\\s*renovate:\\s*datasource=(?<datasource>\\S+)\\s+depName=(?<depName>\\S+)(?:\\s+versioning=(?<versioning>\\S+))?\\s+appVersion:\\s*[\"']?(?<currentValue>[^\\s\"']+)[\"']?"
|
||||||
],
|
],
|
||||||
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver-coerced{{/if}}"
|
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver-coerced{{/if}}"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user