Skip to content

Commit

Permalink
Develop (#28)
Browse files Browse the repository at this point in the history
* fix readme-template. add exif-option to thumbor

* master = > main

* upgrade helm-docs

* master to main

* latest version is 1.0.24

* bump chart

* fix readme

* readme
  • Loading branch information
Kurt108 authored May 18, 2021
1 parent 3a39da9 commit 5661b1a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/gotenberg/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[![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.
Expand All @@ -9,6 +8,7 @@ Gotenberg is a Docker-powered stateless API for converting HTML, Markdown and Of




Installing the Chart

```console
Expand Down
4 changes: 1 addition & 3 deletions charts/thumbor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@

# thumbor


A chart containing Thumbor

1.0.24


Based on the fanastic work from Cloudposse: https://charts.cloudposse.com/incubator/

Installing the Chart
Expand Down Expand Up @@ -36,9 +34,9 @@ NAME: my-release
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| conf.allowUnsafeUrl | string | `"True"` | |
| conf.allowedSources | string | `"'http://domain_or_wildcard', 'comma_seperated'"` | |
| conf.respectOrientation | string | `"False"` | |
| conf.maxAge | string | `"259200"` | |
| conf.maxAgeTempImage | string | `"60"` | |
| conf.respectOrientation | string | `"False"` | |
| conf.resultStorage | string | `"'thumbor.result_storages.file_storage'"` | |
| conf.resultStorageExpirationSeconds | string | `"86400"` | |
| conf.storageExpirationSeconds | string | `"86400"` | |
Expand Down
4 changes: 4 additions & 0 deletions charts/thumbor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ env:
open:
LOG_LEVEL: "error"
THUMBOR_PORT: "80"
ALLOW_UNSAFE_URL: "True"
AUTO_WEBP: "True"
CORS_ALLOW_ORIGIN: "*"
HEALTHCHECK_ROUTE: "/healthcheck"

# Some Configs should be set via config-file and not as environment variable
conf:
Expand Down

0 comments on commit 5661b1a

Please sign in to comment.