Skip to content

Commit

Permalink
Bump chart to version-1.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: nιcнolaѕ wιlde <ncwilde43@gmail.com>
  • Loading branch information
nicholaswilde committed Sep 26, 2021
1 parent d4b4e3c commit ac397e6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
10 changes: 4 additions & 6 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.1
appVersion: 1.9.0
version: 1.1.0
name: hedgedoc
description: HedgeDoc lets you create real-time collaborative markdown notes.
type: application
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/hedgedoc/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion 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": "version-1.8.2",
"default": "version-1.9.0",
"description": "An explanation about the purpose of this instance.",
"title": "Image tag",
"type": "string"
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: "version-1.8.2"
tag: "version-1.9.0"

secret: {}
# DB_PASS: "hedgedoc-pass"
Expand Down

0 comments on commit ac397e6

Please sign in to comment.