diff --git a/charts/hedgedoc/Chart.yaml b/charts/hedgedoc/Chart.yaml index d8161399..a4c2ee18 100644 --- a/charts/hedgedoc/Chart.yaml +++ b/charts/hedgedoc/Chart.yaml @@ -1,7 +1,7 @@ --- apiVersion: v2 appVersion: 1.8.2 -version: 1.0.0 +version: 1.0.1 name: hedgedoc description: HedgeDoc lets you create real-time collaborative markdown notes. type: application @@ -12,7 +12,7 @@ dependencies: version: ~0.1.13 repository: https://nicholaswilde.github.io/helm-charts/ - name: mariadb - version: ~1.0.4 + version: ~1.0.5 repository: https://nicholaswilde.github.io/helm-charts/ condition: mariadb.enabled keywords: @@ -29,16 +29,10 @@ maintainers: email: ncwilde43@gmail.com annotations: artifacthub.io/changes: | - - kind: added - description: values.schema.json - kind: changed - description: Bump common to 0.1.13 + description: Change chart to version-1.8.2 in order to reduce the number of chart updates. - kind: changed - description: Bump chart to 1.8.2-ls20 - - kind: changed - description: Bump mariadb to 1.0.4 - - kind: changed - description: Simplify values.yaml + description: Bump mariadb to 1.0.5 artifacthub.io/images: | - name: hedgedoc - image: ghcr.io/linuxserver/hedgedoc:1.8.2-ls20 + image: ghcr.io/linuxserver/hedgedoc:version-1.8.2 diff --git a/charts/hedgedoc/README.md b/charts/hedgedoc/README.md index 3a66c6f1..d23ac290 100644 --- a/charts/hedgedoc/README.md +++ b/charts/hedgedoc/README.md @@ -1,6 +1,6 @@ # hedgedoc -![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-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.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) HedgeDoc lets you create real-time collaborative markdown notes. @@ -9,7 +9,7 @@ HedgeDoc lets you create real-time collaborative markdown notes. | Repository | Name | Version | |------------|------|---------| | https://nicholaswilde.github.io/helm-charts/ | common | ~0.1.13 | -| https://nicholaswilde.github.io/helm-charts/ | mariadb | ~1.0.4 | +| https://nicholaswilde.github.io/helm-charts/ | mariadb | ~1.0.5 | ## TL;DR ```console diff --git a/charts/hedgedoc/values.schema.json b/charts/hedgedoc/values.schema.json index d60e5c56..958e645c 100644 --- a/charts/hedgedoc/values.schema.json +++ b/charts/hedgedoc/values.schema.json @@ -35,7 +35,7 @@ }, "tag": { "$id": "#/properties/image/properties/tag", - "default": "", + "default": "version-1.8.2", "description": "An explanation about the purpose of this instance.", "title": "Image tag", "type": "string" @@ -78,7 +78,7 @@ "properties": { "port": { "$id": "#/properties/service/properties/port/properties/port", - "default": 8081, + "default": 3000, "description": "An explanation about the purpose of this instance.", "title": "Service port number", "type": "integer" diff --git a/charts/hedgedoc/values.yaml b/charts/hedgedoc/values.yaml index 798c89f9..254cf3db 100644 --- a/charts/hedgedoc/values.yaml +++ b/charts/hedgedoc/values.yaml @@ -9,7 +9,7 @@ image: repository: ghcr.io/linuxserver/hedgedoc pullPolicy: IfNotPresent - tag: "1.8.2-ls20" + tag: "version-1.8.2" secret: {} # DB_PASS: "hedgedoc-pass"