diff --git a/cinny/Chart.yaml b/cinny/Chart.yaml index 176ba15..42511c7 100644 --- a/cinny/Chart.yaml +++ b/cinny/Chart.yaml @@ -3,7 +3,7 @@ name: cinny description: A Helm Chart to install cinny (yet another matrix client) icon: https://cinny.in/assets/favicon-48x48.png type: application -version: "0.2.1" +version: "0.2.2" # renovate: image=ghcr.io/cinnyapp/cinny appVersion: "4.6.0" maintainers: diff --git a/cinny/README.md b/cinny/README.md index 0384b36..2f9c961 100644 --- a/cinny/README.md +++ b/cinny/README.md @@ -7,7 +7,7 @@ description: "A Helm Chart to install cinny (yet another matrix client)" # cinny -![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.6.0](https://img.shields.io/badge/AppVersion-4.6.0-informational?style=flat-square) +![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.6.0](https://img.shields.io/badge/AppVersion-4.6.0-informational?style=flat-square) A Helm Chart to install cinny (yet another matrix client) @@ -102,7 +102,7 @@ helm uninstall cinny-release | replicaCount | int | `1` | replicas | | resources | object | `{}` | | | securityContext | object | `{}` | | -| service.port | int | `8080` | | +| service.port | int | `80` | | | service.type | string | `"ClusterIP"` | | | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `true` | | diff --git a/cinny/values.yaml b/cinny/values.yaml index 2b6af42..05f6c7a 100644 --- a/cinny/values.yaml +++ b/cinny/values.yaml @@ -83,7 +83,7 @@ securityContext: {} service: type: ClusterIP - port: 8080 + port: 80 networkPolicy: enabled: false