From ddac5c6b89681704fbaed5cef1bbf9afebd0aae5 Mon Sep 17 00:00:00 2001 From: Tommy Skaug Date: Mon, 16 Sep 2024 09:23:20 +0200 Subject: [PATCH] chore(matrix-authentication-service): enable servicemonitor by default, update repo source to element-hq --- .../matrix-authentication-service/CHANGELOG.md | 16 ---------------- charts/matrix-authentication-service/Chart.yaml | 4 ++-- charts/matrix-authentication-service/values.yaml | 4 ++-- 3 files changed, 4 insertions(+), 20 deletions(-) delete mode 100644 charts/matrix-authentication-service/CHANGELOG.md diff --git a/charts/matrix-authentication-service/CHANGELOG.md b/charts/matrix-authentication-service/CHANGELOG.md deleted file mode 100644 index ed2b0c7..0000000 --- a/charts/matrix-authentication-service/CHANGELOG.md +++ /dev/null @@ -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. - - -## [matrix-authentication-service-0.1.1] - 2024-04-12 -### Features -- **matrix-authentication-service:** add postgres init -- **matrix-authentication-service:** add postgres init - - -## 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 diff --git a/charts/matrix-authentication-service/Chart.yaml b/charts/matrix-authentication-service/Chart.yaml index dd1aa7b..6849e1e 100644 --- a/charts/matrix-authentication-service/Chart.yaml +++ b/charts/matrix-authentication-service/Chart.yaml @@ -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 diff --git a/charts/matrix-authentication-service/values.yaml b/charts/matrix-authentication-service/values.yaml index fb8baa5..1ba7655 100644 --- a/charts/matrix-authentication-service/values.yaml +++ b/charts/matrix-authentication-service/values.yaml @@ -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: {}