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