From 5902dcc0041a212fbf947fa2ad37abea8252719c Mon Sep 17 00:00:00 2001 From: Kurt Bendlin Date: Tue, 19 Jan 2021 17:43:07 +0100 Subject: [PATCH] upgrade charts and chart template file because of new version of helm-docs --- charts/gotenberg/Chart.yaml | 2 +- charts/gotenberg/README.md | 9 +++------ charts/gotenberg/README.md.gotmpl | 4 ++-- charts/thumbor/Chart.yaml | 2 +- charts/thumbor/README.md | 12 +++++------- charts/thumbor/README.md.gotmpl | 8 +++----- 6 files changed, 15 insertions(+), 22 deletions(-) diff --git a/charts/gotenberg/Chart.yaml b/charts/gotenberg/Chart.yaml index 32f5c10..ecaaa7d 100644 --- a/charts/gotenberg/Chart.yaml +++ b/charts/gotenberg/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.3.0" description: Gotenberg is a Docker-powered stateless API for converting HTML, Markdown and Office documents to PDF. name: gotenberg icon: https://user-images.githubusercontent.com/8983173/69229423-ac731300-0b85-11ea-8c2e-2cc00ecdb269.PNG -version: 2.1.7 +version: 2.1.8 home: https://thecodingmachine.github.io/gotenberg/ sources: - https://github.com/thecodingmachine/gotenberg diff --git a/charts/gotenberg/README.md b/charts/gotenberg/README.md index 7ba1b8a..2ff50f1 100644 --- a/charts/gotenberg/README.md +++ b/charts/gotenberg/README.md @@ -1,11 +1,10 @@ [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/kurt108)](https://artifacthub.io/packages/search?repo=kurt108) - # gotenberg -========= + Gotenberg is a Docker-powered stateless API for converting HTML, Markdown and Office documents to PDF. -Current chart version is `2.1.7` +Version 2.1.8 Installing the Chart @@ -22,9 +21,7 @@ NAME: my-release ... ``` - - -## Chart Values +## Values | Key | Type | Default | Description | |-----|------|---------|-------------| diff --git a/charts/gotenberg/README.md.gotmpl b/charts/gotenberg/README.md.gotmpl index d33156b..81d3d26 100644 --- a/charts/gotenberg/README.md.gotmpl +++ b/charts/gotenberg/README.md.gotmpl @@ -1,10 +1,10 @@ [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/kurt108)](https://artifacthub.io/packages/search?repo=kurt108) -# {{ template "chart.header" . }} +{{ template "chart.header" . }} {{ template "chart.description" . }} -{{ template "chart.versionLine" . }} +Version {{ template "chart.version" . }} Installing the Chart diff --git a/charts/thumbor/Chart.yaml b/charts/thumbor/Chart.yaml index c89d0fd..96009a2 100755 --- a/charts/thumbor/Chart.yaml +++ b/charts/thumbor/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: thumbor icon: https://camo.githubusercontent.com/8add159463b5ef31481d1e0cc9fb590cd662fe62/68747470733a2f2f73332e65752d776573742d322e616d617a6f6e6177732e636f6d2f6d696e696d616c2d636f6d706163742f696d616765732f6d632d7468756d626f722e706e67 -version: 1.0.21 +version: 1.0.22 appVersion: "6.7.5" description: A chart containing Thumbor home: http://thumbor.org/ diff --git a/charts/thumbor/README.md b/charts/thumbor/README.md index 647042d..c026788 100644 --- a/charts/thumbor/README.md +++ b/charts/thumbor/README.md @@ -1,15 +1,12 @@ [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/kurt108)](https://artifacthub.io/packages/search?repo=kurt108) - # thumbor -======= -A chart containing Thumbor -Current chart version is `1.0.21` +A chart containing Thumbor -Based on +Version 1.0.22 -the fanastic work from Cloudposse: https://charts.cloudposse.com/incubator/ +Based on the fanastic work from Cloudposse: https://charts.cloudposse.com/incubator/ Installing the Chart @@ -26,7 +23,7 @@ NAME: my-release ... ``` -## Chart Values +## Values | Key | Type | Default | Description | |-----|------|---------|-------------| @@ -40,6 +37,7 @@ NAME: my-release | conf.maxAgeTempImage | string | `"60"` | | | conf.resultStorage | string | `"'thumbor.result_storages.file_storage'"` | | | conf.resultStorageExpirationSeconds | string | `"86400"` | | +| conf.storageExpirationSeconds | string | `"86400"` | | | env.open.LOG_LEVEL | string | `"error"` | | | env.open.THUMBOR_PORT | string | `"80"` | | | image.pullPolicy | string | `"IfNotPresent"` | | diff --git a/charts/thumbor/README.md.gotmpl b/charts/thumbor/README.md.gotmpl index 08bc21f..c8533e5 100644 --- a/charts/thumbor/README.md.gotmpl +++ b/charts/thumbor/README.md.gotmpl @@ -1,14 +1,12 @@ [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/kurt108)](https://artifacthub.io/packages/search?repo=kurt108) -# {{ template "chart.header" . }} +{{ template "chart.header" . }} {{ template "chart.description" . }} -{{ template "chart.versionLine" . }} +Version {{ template "chart.version" . }} -Based on - -the fanastic work from Cloudposse: https://charts.cloudposse.com/incubator/ +Based on the fanastic work from Cloudposse: https://charts.cloudposse.com/incubator/ Installing the Chart