diff --git a/charts/hedgedoc/Chart.yaml b/charts/hedgedoc/Chart.yaml index a4c2ee18..af2b62d9 100644 --- a/charts/hedgedoc/Chart.yaml +++ b/charts/hedgedoc/Chart.yaml @@ -1,7 +1,7 @@ --- apiVersion: v2 -appVersion: 1.8.2 -version: 1.0.1 +appVersion: 1.9.0 +version: 1.1.0 name: hedgedoc description: HedgeDoc lets you create real-time collaborative markdown notes. type: application @@ -30,9 +30,7 @@ maintainers: annotations: artifacthub.io/changes: | - kind: changed - description: Change chart to version-1.8.2 in order to reduce the number of chart updates. - - kind: changed - description: Bump mariadb to 1.0.5 + description: Bump chart to version-1.9.0 artifacthub.io/images: | - name: hedgedoc - image: ghcr.io/linuxserver/hedgedoc:version-1.8.2 + image: ghcr.io/linuxserver/hedgedoc:version-1.9.0 diff --git a/charts/hedgedoc/README.md b/charts/hedgedoc/README.md index d23ac290..c5ac56cd 100644 --- a/charts/hedgedoc/README.md +++ b/charts/hedgedoc/README.md @@ -1,6 +1,6 @@ # hedgedoc -![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.2](https://img.shields.io/badge/AppVersion-1.8.2-informational?style=flat-square) +![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.0](https://img.shields.io/badge/AppVersion-1.9.0-informational?style=flat-square) HedgeDoc lets you create real-time collaborative markdown notes. diff --git a/charts/hedgedoc/values.schema.json b/charts/hedgedoc/values.schema.json index 958e645c..05e096e3 100644 --- a/charts/hedgedoc/values.schema.json +++ b/charts/hedgedoc/values.schema.json @@ -35,7 +35,7 @@ }, "tag": { "$id": "#/properties/image/properties/tag", - "default": "version-1.8.2", + "default": "version-1.9.0", "description": "An explanation about the purpose of this instance.", "title": "Image tag", "type": "string" diff --git a/charts/hedgedoc/values.yaml b/charts/hedgedoc/values.yaml index 254cf3db..1d978d12 100644 --- a/charts/hedgedoc/values.yaml +++ b/charts/hedgedoc/values.yaml @@ -9,7 +9,7 @@ image: repository: ghcr.io/linuxserver/hedgedoc pullPolicy: IfNotPresent - tag: "version-1.8.2" + tag: "version-1.9.0" secret: {} # DB_PASS: "hedgedoc-pass"