chore(matrix-authentication-service): enable servicemonitor by default, update repo source to element-hq
This commit is contained in:
parent
bd6b812ed4
commit
ddac5c6b89
3 changed files with 4 additions and 20 deletions
|
@ -1,16 +0,0 @@
|
||||||
The changelog is automatically generated using [git-chglog](https://github.com/git-chglog/git-chglog) and it follows [Keep a Changelog](https://keepachangelog.com) format.
|
|
||||||
|
|
||||||
<a name="matrix-authentication-service-0.1.1"></a>
|
|
||||||
## [matrix-authentication-service-0.1.1] - 2024-04-12
|
|
||||||
### Features
|
|
||||||
- **matrix-authentication-service:** add postgres init
|
|
||||||
- **matrix-authentication-service:** add postgres init
|
|
||||||
|
|
||||||
<a name="matrix-authentication-service-0.1.0"></a>
|
|
||||||
## matrix-authentication-service-0.1.0 - 2024-04-12
|
|
||||||
### Bug Fixes
|
|
||||||
- flatten global in config and add MAS to readme
|
|
||||||
### Features
|
|
||||||
- add mas
|
|
||||||
|
|
||||||
[matrix-authentication-service-0.1.1]: https://github.com/tommy-skaug/charts/compare/matrix-authentication-service-0.1.0...matrix-authentication-service-0.1.1
|
|
|
@ -3,7 +3,7 @@ name: matrix-authentication-service
|
||||||
description: OAuth 2.0 and OpenID Provider for Matrix Homeservers
|
description: OAuth 2.0 and OpenID Provider for Matrix Homeservers
|
||||||
icon: https://avatars.githubusercontent.com/u/8418310?s=48&v=4
|
icon: https://avatars.githubusercontent.com/u/8418310?s=48&v=4
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.4
|
version: 0.1.6
|
||||||
# renovate: image=ghcr.io/element-hq/matrix-authentication-service
|
# renovate: image=ghcr.io/element-hq/matrix-authentication-service
|
||||||
appVersion: "0.12.0"
|
appVersion: "0.12.0"
|
||||||
maintainers:
|
maintainers:
|
||||||
|
@ -16,4 +16,4 @@ keywords:
|
||||||
- elementx
|
- elementx
|
||||||
- service
|
- service
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/matrix-org/matrix-authentication-service
|
- https://github.com/element-hq/matrix-authentication-service
|
||||||
|
|
|
@ -17,7 +17,7 @@ initContainers:
|
||||||
|
|
||||||
image:
|
image:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
repository: matrix-org/matrix-authentication-service
|
repository: element-hq/matrix-authentication-service
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# -- Overrides the image tag whose default is the chart appVersion.
|
# -- Overrides the image tag whose default is the chart appVersion.
|
||||||
tag:
|
tag:
|
||||||
|
@ -49,7 +49,7 @@ readinessProbe:
|
||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
servicemonitor:
|
servicemonitor:
|
||||||
enabled: false
|
enabled: true
|
||||||
labels: {}
|
labels: {}
|
||||||
|
|
||||||
resources: {}
|
resources: {}
|
||||||
|
|
Loading…
Reference in a new issue