From c1d1e94141b31de92449b8ff644589a31a5e22f1 Mon Sep 17 00:00:00 2001 From: Kurt Bendlin Date: Fri, 17 Sep 2021 17:10:07 +0200 Subject: [PATCH] fix version and add logging config --- charts/gotenberg/Chart.yaml | 2 +- charts/gotenberg/README.md | 2 +- charts/gotenberg/values.yaml | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/gotenberg/Chart.yaml b/charts/gotenberg/Chart.yaml index 37f758e..6bcc1f4 100644 --- a/charts/gotenberg/Chart.yaml +++ b/charts/gotenberg/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "7.0.3" 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: 4.0.2 +version: 4.0.3 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 c65d487..2c2f513 100644 --- a/charts/gotenberg/README.md +++ b/charts/gotenberg/README.md @@ -1,7 +1,7 @@ # gotenberg Gotenberg is a Docker-powered stateless API for converting HTML, Markdown and Office documents to PDF. -4.0.1 +4.0.3 [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/kurt108)](https://artifacthub.io/packages/search?repo=kurt108) ======= diff --git a/charts/gotenberg/values.yaml b/charts/gotenberg/values.yaml index a443d9e..566388a 100644 --- a/charts/gotenberg/values.yaml +++ b/charts/gotenberg/values.yaml @@ -12,6 +12,8 @@ image: env: open: GOTENBERG_VERSION: "7.0.3" + LOG_FORMAT: "TEXT" + LOG_LEVEL: "DEBUG" service: type: ClusterIP