Skip to content

Commit

Permalink
upgrade charts and chart template file because of new version of helm…
Browse files Browse the repository at this point in the history
…-docs
  • Loading branch information
Kurt108 committed Jan 19, 2021
1 parent 9336a1a commit 5902dcc
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 22 deletions.
2 changes: 1 addition & 1 deletion charts/gotenberg/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 3 additions & 6 deletions charts/gotenberg/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -22,9 +21,7 @@ NAME: my-release
...
```



## Chart Values
## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
Expand Down
4 changes: 2 additions & 2 deletions charts/gotenberg/README.md.gotmpl
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/thumbor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
12 changes: 5 additions & 7 deletions charts/thumbor/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -26,7 +23,7 @@ NAME: my-release
...
```

## Chart Values
## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
Expand All @@ -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"` | |
Expand Down
8 changes: 3 additions & 5 deletions charts/thumbor/README.md.gotmpl
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 5902dcc

Please sign in to comment.