From 8433955b4f3ded3aafd882b1104349cbe0eb151f Mon Sep 17 00:00:00 2001 From: Thumbscrew Date: Sun, 28 Jul 2024 12:39:01 +0000 Subject: [PATCH] chore: bump cinny to v4.0.3 (#81) --- charts/cinny/Chart.yaml | 4 ++-- charts/cinny/README.md | 8 +++----- charts/cinny/values.yaml | 1 - 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/charts/cinny/Chart.yaml b/charts/cinny/Chart.yaml index 1eb6056..bad239e 100644 --- a/charts/cinny/Chart.yaml +++ b/charts/cinny/Chart.yaml @@ -22,10 +22,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.2.0 +version: 3.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v3.2.0" +appVersion: "v4.0.3" diff --git a/charts/cinny/README.md b/charts/cinny/README.md index 3271972..6aa79f2 100644 --- a/charts/cinny/README.md +++ b/charts/cinny/README.md @@ -1,6 +1,6 @@ # cinny -![Version: 1.0.3](https://img.shields.io/badge/Version-1.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.2.6](https://img.shields.io/badge/AppVersion-v2.2.6-informational?style=flat-square) +![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v4.0.3](https://img.shields.io/badge/AppVersion-v4.0.3-informational?style=flat-square) A Helm chart for the Cinny Matrix Client @@ -17,11 +17,11 @@ A Helm chart for the Cinny Matrix Client | affinity | object | `{}` | | | customConfig.data.allowCustomHomeservers | bool | `true` | Allow the user to enter a homeserver not in the list | | customConfig.data.defaultHomeserver | int | `3` | Index (starting with 0) in homeserverList of the server to display by default | -| customConfig.data.homeserverList | list | `["converser.eu","envs.net","halogen.city","matrix.org","mozilla.org"]` | List of Matrix homeservers to display | +| customConfig.data.homeserverList | list | `["converser.eu","envs.net","matrix.org","mozilla.org"]` | List of Matrix homeservers to display | | customConfig.enabled | bool | `false` | Enable the use of a custom config.json - see https://github.com/cinnyapp/cinny/blob/dev/config.json | | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"ajbura/cinny"` | | +| image.repository | string | `"ghcr.io/cinnyapp/cinny"` | | | image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | | @@ -45,5 +45,3 @@ A Helm chart for the Cinny Matrix Client | serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template | | tolerations | list | `[]` | | ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/cinny/values.yaml b/charts/cinny/values.yaml index 961e094..8cae787 100644 --- a/charts/cinny/values.yaml +++ b/charts/cinny/values.yaml @@ -32,7 +32,6 @@ customConfig: homeserverList: - converser.eu - envs.net - - halogen.city - matrix.org - mozilla.org # -- Allow the user to enter a homeserver not in the list