Skip to content

Commit

Permalink
Merge pull request #42 from johanneskastl/20230405_hedgedoc_update_ap…
Browse files Browse the repository at this point in the history
…pVersion_to_1.9.3

hedgedoc update appVersion to 1.9.3
  • Loading branch information
Johannes Kastl authored Apr 5, 2023
2 parents e97daa0 + 7a74f00 commit f1892b8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/hedgedoc/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
apiVersion: v2
appVersion: 1.9.2
appVersion: 1.9.3
description: HedgeDoc lets you create real-time collaborative markdown notes.
name: hedgedoc
version: 2.0.3
version: 2.0.4
keywords:
- hedgedoc
- hedge
Expand All @@ -29,4 +29,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: update appVersion to 1.9.2
description: update appVersion to 1.9.3
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: 2.0.3](https://img.shields.io/badge/Version-2.0.3-informational?style=flat-square) ![AppVersion: 1.9.2](https://img.shields.io/badge/AppVersion-1.9.2-informational?style=flat-square)
![Version: 2.0.4](https://img.shields.io/badge/Version-2.0.4-informational?style=flat-square) ![AppVersion: 1.9.3](https://img.shields.io/badge/AppVersion-1.9.3-informational?style=flat-square)

HedgeDoc lets you create real-time collaborative markdown notes.

Expand Down
3 changes: 1 addition & 2 deletions charts/hedgedoc/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"description": "An explanation about the purpose of this instance.",
"required": [
"repository",
"pullPolicy",
"tag"
"pullPolicy"
],
"properties": {
"repository": {
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.9.0"
tag: ""

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

0 comments on commit f1892b8

Please sign in to comment.