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

🎉 Release 0.2.23 #70

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.2.23](https://github.com/CrystalNET-org/helm-paperless-ngx/releases/tag/0.2.23) - 2024-11-29

### ❤️ Thanks to all contributors! ❤️

@Cronix, @psych0d0g

### Misc

- Update README.md ([387a8ba](https://github.com/CrystalNET-org/helm-paperless-ngx/commit/387a8ba10e3f1f8bf68f2493ea976096aaf13e49))
- Update README.md ([027d304](https://github.com/CrystalNET-org/helm-paperless-ngx/commit/027d304dadfd58ae99121984ce269c8862e730bc))
- Update Helm release postgresql to ~16.1.0 [[#58](https://github.com/CrystalNET-org/helm-paperless-ngx/pull/58)]
- Update paperlessngx/paperless-ngx Docker tag to v2.13.4 [[#56](https://github.com/CrystalNET-org/helm-paperless-ngx/pull/56)]
- Update harbor.crystalnet.org/dockerhub-proxy/renovate/renovate Docker tag to v38.142.6 [[#57](https://github.com/CrystalNET-org/helm-paperless-ngx/pull/57)]

## [0.2.17](https://github.com/CrystalNET-org/helm-paperless-ngx/releases/tag/0.2.17) - 2024-02-05

### ❤️ Thanks to all contributors! ❤️
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
](LICENSE)
<br/>
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.2.17](https://img.shields.io/badge/Version-0.2.17-informational?style=flat-square)
![AppVersion: 2.4.3](https://img.shields.io/badge/AppVersion-2.4.3-informational?style=flat-square)
![Version: 0.2.23](https://img.shields.io/badge/Version-0.2.23-informational?style=flat-square)
![AppVersion: 2.13.4](https://img.shields.io/badge/AppVersion-2.13.4-informational?style=flat-square)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/CrystalNET)](https://artifacthub.io/packages/helm/crystalnet/paperless-ngx)

</div>
Expand All @@ -45,7 +45,7 @@ helm install my-release oci://harbor.crystalnet.org/charts/paperless-ngx

install using chartMuseum:
```shell
helm repo add crystalnet https://helm.crystalnet.org
helm repo add crystalnet https://charts.crystalnet.org
helm install my-release crystalnet/paperless-ngx
```

Expand All @@ -65,9 +65,9 @@ Kubernetes: `>=1.22.0-0`

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | mariadb(mariadb) | ~15.2.0 |
| https://charts.bitnami.com/bitnami | postgresql(postgresql) | ~14.0.0 |
| https://charts.bitnami.com/bitnami | redis(redis) | ~18.12.0 |
| https://charts.bitnami.com/bitnami | mariadb(mariadb) | ~19.1.0 |
| https://charts.bitnami.com/bitnami | postgresql(postgresql) | ~16.1.0 |
| https://charts.bitnami.com/bitnami | redis(redis) | ~20.2.0 |

## Installing the Chart

Expand All @@ -80,7 +80,7 @@ helm install my-release oci://harbor.crystalnet.org/charts/paperless-ngx

install using chartMuseum:
```shell
helm repo add crystalnet https://helm.crystalnet.org
helm repo add crystalnet https://charts.crystalnet.org
helm install my-release crystalnet/paperless-ngx
```

Expand Down Expand Up @@ -219,7 +219,7 @@ The command removes all the Kubernetes components associated with the chart and
|-----|-------------|---------|
| `ftpd_image.pullPolicy` | pull policy, if you set tag to latest, this should be set to Always to not end up with stale builds | `"IfNotPresent"` |
| `ftpd_image.repository` | referencing the docker image to use for the ftpd component | `"harbor.crystalnet.org/library/paperless-ftpd"` |
| `ftpd_image.tag` | Overrides the image tag whose default is the chart appVersion. | `"0.2.3"` |
| `ftpd_image.tag` | Overrides the image tag whose default is the chart appVersion. | `"0.2.4"` |
| `mediaVolume` | The list of additional volumes that will be mounted inside paperless pod, this one to `/paperless/library`. | See [values.yaml](./values.yaml) |
| `postgresql.auth.database` | define database schema name that should be available | `"paperless"` |
| `postgresql.auth.password` | password to connect to the database | `"changeme"` |
Expand Down
12 changes: 6 additions & 6 deletions chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
](LICENSE)
<br/>
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.2.17](https://img.shields.io/badge/Version-0.2.17-informational?style=flat-square)
![AppVersion: 2.4.3](https://img.shields.io/badge/AppVersion-2.4.3-informational?style=flat-square)
![Version: 0.2.23](https://img.shields.io/badge/Version-0.2.23-informational?style=flat-square)
![AppVersion: 2.13.4](https://img.shields.io/badge/AppVersion-2.13.4-informational?style=flat-square)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/CrystalNET)](https://artifacthub.io/packages/helm/crystalnet/paperless-ngx)

</div>
Expand Down Expand Up @@ -65,9 +65,9 @@ Kubernetes: `>=1.22.0-0`

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | mariadb(mariadb) | ~15.2.0 |
| https://charts.bitnami.com/bitnami | postgresql(postgresql) | ~14.0.0 |
| https://charts.bitnami.com/bitnami | redis(redis) | ~18.12.0 |
| https://charts.bitnami.com/bitnami | mariadb(mariadb) | ~19.1.0 |
| https://charts.bitnami.com/bitnami | postgresql(postgresql) | ~16.1.0 |
| https://charts.bitnami.com/bitnami | redis(redis) | ~20.2.0 |

## Installing the Chart

Expand Down Expand Up @@ -219,7 +219,7 @@ The command removes all the Kubernetes components associated with the chart and
|-----|-------------|---------|
| `ftpd_image.pullPolicy` | pull policy, if you set tag to latest, this should be set to Always to not end up with stale builds | `"IfNotPresent"` |
| `ftpd_image.repository` | referencing the docker image to use for the ftpd component | `"harbor.crystalnet.org/library/paperless-ftpd"` |
| `ftpd_image.tag` | Overrides the image tag whose default is the chart appVersion. | `"0.2.3"` |
| `ftpd_image.tag` | Overrides the image tag whose default is the chart appVersion. | `"0.2.4"` |
| `mediaVolume` | The list of additional volumes that will be mounted inside paperless pod, this one to `/paperless/library`. | See [values.yaml](./values.yaml) |
| `postgresql.auth.database` | define database schema name that should be available | `"paperless"` |
| `postgresql.auth.password` | password to connect to the database | `"changeme"` |
Expand Down