From 334d8c462db68724816cabd621e0a6b8bf4ecdcd Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Wed, 5 Apr 2023 19:13:06 +0200 Subject: [PATCH 1/5] charts/hedgedoc/Chart.yaml: update appVersion to 1.9.3 --- charts/hedgedoc/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/hedgedoc/Chart.yaml b/charts/hedgedoc/Chart.yaml index ad51dc7d..0fc388ca 100644 --- a/charts/hedgedoc/Chart.yaml +++ b/charts/hedgedoc/Chart.yaml @@ -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 @@ -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 From bef6411268e8a87d6b31895fecf8dae44bb66ac3 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Wed, 5 Apr 2023 19:13:16 +0200 Subject: [PATCH 2/5] charts/hedgedoc/README.md: update appVersion to 1.9.3, chartVersion to 2.0.4 --- charts/hedgedoc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/hedgedoc/README.md b/charts/hedgedoc/README.md index 2423229f..60af65cc 100644 --- a/charts/hedgedoc/README.md +++ b/charts/hedgedoc/README.md @@ -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. From dc20815ebe8da9dd13778b62f2f8cc072c24643c Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Wed, 5 Apr 2023 19:15:09 +0200 Subject: [PATCH 3/5] charts/hedgedoc/values.yaml: remove hardcoded tag --- charts/hedgedoc/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/hedgedoc/values.yaml b/charts/hedgedoc/values.yaml index 179f00c2..5b3ecf96 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.9.0" + tag: secret: {} # DB_PASS: "hedgedoc-pass" From ef3437edf4076f65b21bc4cf46b699f3dcd71373 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Wed, 5 Apr 2023 19:18:13 +0200 Subject: [PATCH 4/5] charts/hedgedoc/values.schema.json: image tag no longer required --- charts/hedgedoc/values.schema.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/hedgedoc/values.schema.json b/charts/hedgedoc/values.schema.json index 54d4239c..2825b612 100644 --- a/charts/hedgedoc/values.schema.json +++ b/charts/hedgedoc/values.schema.json @@ -15,8 +15,7 @@ "description": "An explanation about the purpose of this instance.", "required": [ "repository", - "pullPolicy", - "tag" + "pullPolicy" ], "properties": { "repository": { From 7a74f00811ef6846f11195da7f48c8b5e08de2cd Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Wed, 5 Apr 2023 19:19:30 +0200 Subject: [PATCH 5/5] charts/hedgedoc/values.yaml: leave tag as empty string --- charts/hedgedoc/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/hedgedoc/values.yaml b/charts/hedgedoc/values.yaml index 5b3ecf96..4d121eef 100644 --- a/charts/hedgedoc/values.yaml +++ b/charts/hedgedoc/values.yaml @@ -9,7 +9,7 @@ image: repository: ghcr.io/linuxserver/hedgedoc pullPolicy: IfNotPresent - tag: + tag: "" secret: {} # DB_PASS: "hedgedoc-pass"