Skip to content

Commit

Permalink
[hedgedoc] Change chart to version-1.8.2 in order to reduce the numbe…
Browse files Browse the repository at this point in the history
…r of chart updates.

- Bump mariadb to 1.0.5

Signed-off-by: nιcнolaѕ wιlde <[email protected]>
  • Loading branch information
nicholaswilde committed Jul 10, 2021
1 parent 1b20f77 commit f144f70
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 16 deletions.
16 changes: 5 additions & 11 deletions charts/hedgedoc/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand All @@ -29,16 +29,10 @@ maintainers:
email: [email protected]
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
4 changes: 2 additions & 2 deletions charts/hedgedoc/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/hedgedoc/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion charts/hedgedoc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f144f70

Please sign in to comment.