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
|
||||
icon: https://avatars.githubusercontent.com/u/8418310?s=48&v=4
|
||||
type: application
|
||||
version: 0.1.4
|
||||
version: 0.1.6
|
||||
# renovate: image=ghcr.io/element-hq/matrix-authentication-service
|
||||
appVersion: "0.12.0"
|
||||
maintainers:
|
||||
|
@ -16,4 +16,4 @@ keywords:
|
|||
- elementx
|
||||
- service
|
||||
sources:
|
||||
- https://github.com/matrix-org/matrix-authentication-service
|
||||
- https://github.com/element-hq/matrix-authentication-service
|
||||
|
|
|
@ -17,7 +17,7 @@ initContainers:
|
|||
|
||||
image:
|
||||
registry: ghcr.io
|
||||
repository: matrix-org/matrix-authentication-service
|
||||
repository: element-hq/matrix-authentication-service
|
||||
pullPolicy: IfNotPresent
|
||||
# -- Overrides the image tag whose default is the chart appVersion.
|
||||
tag:
|
||||
|
@ -49,7 +49,7 @@ readinessProbe:
|
|||
|
||||
prometheus:
|
||||
servicemonitor:
|
||||
enabled: false
|
||||
enabled: true
|
||||
labels: {}
|
||||
|
||||
resources: {}
|
||||
|
|
Loading…
Reference in a new issue