Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt108 committed Sep 17, 2021
2 parents 62460d4 + f0c2793 commit b7250b3
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 41 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: "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.0
version: 4.0.1
home: https://thecodingmachine.github.io/gotenberg/
sources:
- https://github.com/thecodingmachine/gotenberg
Expand Down
12 changes: 6 additions & 6 deletions charts/gotenberg/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# gotenberg

Gotenberg is a Docker-powered stateless API for converting HTML, Markdown and Office documents to PDF.
4.0.0
4.0.1
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/kurt108)](https://artifacthub.io/packages/search?repo=kurt108)

=======

## Versions:
## Versions

* 2.x: Gotenberg 6
* 3.x: Gotenberg 7, K8s Version >=1.19
* 4.x: Gotenberg 7, Fixed Ingress Warnings
* 2.x: Gotenberg 6
* 3.x: Gotenberg 7, K8s Version >=1.19
* 4.x: Gotenberg 7, Fixed Ingress Warnings

# Installing the Chart
## Installing the Chart

```console
$ helm repo add kurt108 https://kurt108.github.io/helm-charts
Expand Down
10 changes: 5 additions & 5 deletions charts/gotenberg/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

=======

## Versions:
## Versions

* 2.x: Gotenberg 6
* 3.x: Gotenberg 7, K8s Version >=1.19
* 4.x: Gotenberg 7, Fixed Ingress Warnings
* 2.x: Gotenberg 6
* 3.x: Gotenberg 7, K8s Version >=1.19
* 4.x: Gotenberg 7, Fixed Ingress Warnings

# Installing the Chart
## Installing the Chart

```console
$ helm repo add kurt108 https://kurt108.github.io/helm-charts
Expand Down
2 changes: 1 addition & 1 deletion charts/statping/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: statping
icon: https://camo.githubusercontent.com/adc90af589fd69235a49fc1e71eb55d6a9a9890c786ebcd578d1ac04fe8a884f/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f676974696d67732f7374617470696e672e706e67
version: 0.0.2
version: 0.0.3
appVersion: "v.0.90.74"
description: A chart containing statping
home: https://github.com/statping/statping
Expand Down
24 changes: 18 additions & 6 deletions charts/statping/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/kurt108)](https://artifacthub.io/packages/search?repo=kurt108)

# statping

A chart containing statping
0.0.3
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/kurt108)](https://artifacthub.io/packages/search?repo=kurt108)

0.0.2

Installing the Chart
## Installing the Chart

```console
$ helm repo add kurt108 https://kurt108.github.io/helm-charts
Expand All @@ -25,13 +23,27 @@ NAME: my-release

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.open.DB_DATABASE | string | `"statup"` | |
| env.open.DB_HOST | string | `"postgres"` | |
| env.open.DB_PASS | string | `"password123"` | |
| env.open.DB_USER | string | `"statup"` | |
| env.open.DESCRIPTION | string | `"This is a Statping instance"` | |
| env.open.NAME | string | `"STATPING"` | |
| env.open.VIRTUAL_HOST | string | `"localhost"` | |
| env.open.VIRTUAL_PORT | int | `8080` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"statping/statping"` | |
| image.tag | string | `"v0.90.74"` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `true` | |
| ingress.hosts[0] | string | `"statping.domain"` | |
| ingress.path | string | `"/"` | |
| persistence.accessMode | string | `"ReadWriteOnce"` | |
| persistence.enabled | bool | `false` | |
| persistence.size | string | `"8Gi"` | |
| persistence.storageClass | string | `"generic"` | |
| replicaCount | int | `1` | |
| resources | object | `{}` | |
| service.name | string | `"statping"` | |
| service.type | string | `"ClusterIP"` | |
| service.type | string | `"ClusterIP"` | |

11 changes: 4 additions & 7 deletions charts/statping/README.md.gotmpl
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
[![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.description" . }}


{{ template "chart.version" . }}
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/kurt108)](https://artifacthub.io/packages/search?repo=kurt108)



Installing the Chart
## Installing the Chart

```console
$ helm repo add kurt108 https://kurt108.github.io/helm-charts
Expand All @@ -26,4 +22,5 @@ NAME: my-release

{{ template "chart.requirementsSection" . }}

{{- template "chart.valuesSection" . -}}
{{ template "chart.valuesSection" . }}

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.28
version: 1.0.29
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,16 +1,13 @@
[![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

1.0.28

1.0.29
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/kurt108)](https://artifacthub.io/packages/search?repo=kurt108)


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

Installing the Chart
## Installing the Chart

```console
$ helm repo add kurt108 https://kurt108.github.io/helm-charts
Expand All @@ -35,6 +32,7 @@ NAME: my-release
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| conf.allowUnsafeUrl | string | `"True"` | |
| conf.allowedSources | string | `"'http://domain_or_wildcard', 'comma_seperated'"` | |
| conf.detectors | string | `""` | |
| conf.maxAge | string | `"259200"` | |
| conf.maxAgeTempImage | string | `"60"` | |
| conf.respectOrientation | string | `"False"` | |
Expand Down Expand Up @@ -63,4 +61,4 @@ NAME: my-release
| resources.requests.cpu | int | `1` | |
| resources.requests.memory | string | `"512Mi"` | |
| service.name | string | `"thumbor"` | |
| service.type | string | `"ClusterIP"` | |
| service.type | string | `"ClusterIP"` | |
10 changes: 3 additions & 7 deletions charts/thumbor/README.md.gotmpl
Original file line number Diff line number Diff line change
@@ -1,16 +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.description" . }}


{{ template "chart.version" . }}
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/kurt108)](https://artifacthub.io/packages/search?repo=kurt108)


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

Installing the Chart
## Installing the Chart

```console
$ helm repo add kurt108 https://kurt108.github.io/helm-charts
Expand All @@ -27,4 +23,4 @@ NAME: my-release

{{ template "chart.requirementsSection" . }}

{{- template "chart.valuesSection" . -}}
{{ template "chart.valuesSection" . }}

0 comments on commit b7250b3

Please sign in to comment.