Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

various chart improvments #1

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/chart-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Generate Helm Documentation
id: helmdocs
run: docker run --rm --volume "$(pwd):/helm-docs" -u $(id -u) jnorwood/helm-docs:v1.11.0
run: docker run --rm --volume "$(pwd):/helm-docs" -u $(id -u) jnorwood/helm-docs:v1.12.0

- uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# Thumbor Helm Chart

## ⚠️ Warning

This project is still under development. At the moment, we don't recommend usage in production.

## 🌈 Goal

This project aims to provide easy-to-use Helm charts for [Thumbor](https://github.com/thumbor/thumbor) and its components.
Currently, the only Helm chart available is for a vanilla Thumbor deployment.

## ⚙️ Usage

```bash
helm repo add thumbor https://thumbor.github.io/helm
helm install thumbor thumbor/thumbor
```

You can find the chart documentation under the chart folder:
- [Thumbor](https://github.com/thumbor/helm/tree/main/charts/thumbor)

- [Thumbor](https://github.com/thumbor/helm/tree/main/charts/thumbor)
8 changes: 4 additions & 4 deletions charts/thumbor/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.2.1
version: 2.15.1
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.3.14
digest: sha256:5202ce038c813cc0d94a3d72fd59dd855852f55040002a5fae51115c81a00893
generated: "2022-12-12T01:28:53.673294+01:00"
version: 17.3.18
digest: sha256:f381af6391f3102a77eb1c03c37f22bda229ff17daa5644f4a5dd2a9a9902305
generated: "2024-02-14T12:14:13.356461414+01:00"
4 changes: 2 additions & 2 deletions charts/thumbor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: thumbor
description: Thumbor(https://github.com/thumbor/thumbor) Helm chart.
type: application
version: 0.1.0
version: 1.0.4
appVersion: "7.1.1"
home: http://www.thumbor.org/
sources:
Expand All @@ -18,4 +18,4 @@ dependencies:
- name: redis
version: 17.3.x
repository: https://charts.bitnami.com/bitnami
condition: thumbor_config.queued_detector.enable_redis
condition: remotecv.installRedis
Loading