Skip to content

Commit

Permalink
🎉 Release 0.2.10
Browse files Browse the repository at this point in the history
* 🎉 Release 0.2.10

---------

Co-authored-by: oauth <woodpecker-bot@crystalnet.org>
  • Loading branch information
psych0d0g and oauth authored Dec 22, 2023
1 parent 4e9f905 commit 7bde31c
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 15 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.2.10](https://github.com/CrystalNET-org/helm-paperless-ngx/releases/tag/0.2.10) - 2023-12-22

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

@Psych0D0g

### Misc

- switch to new docker image for ftpd ([4e9f905](https://github.com/CrystalNET-org/helm-paperless-ngx/commit/4e9f905b704656d60d66ac7acfbd2db337694703))
- switch to new docker image for ftpd ([ccf6a3a](https://github.com/CrystalNET-org/helm-paperless-ngx/commit/ccf6a3a78d7a7885aaaab498d3bcacd0161a6eef))
- release to harbor only on tag ([e356798](https://github.com/CrystalNET-org/helm-paperless-ngx/commit/e356798853685affef86ec37d1ee0de06ffd8312))
- fix repo path ([f0c5359](https://github.com/CrystalNET-org/helm-paperless-ngx/commit/f0c5359ef8c5f8ce61332f74675318581ef05375))
- update repos for pipeline to point to cache ([e82583d](https://github.com/CrystalNET-org/helm-paperless-ngx/commit/e82583dc3f23ee9f266b7178743a013ca75d7b72))
- update repos for pipeline to point to cache ([d75fac8](https://github.com/CrystalNET-org/helm-paperless-ngx/commit/d75fac8e4e9c78246eb6af8e9ce8af23854d10ae))
- update readme template ([d4c8e22](https://github.com/CrystalNET-org/helm-paperless-ngx/commit/d4c8e22e2eb46988e2dd7374294bdaba8a10faf9))
- update both readme's on release ([0b5d147](https://github.com/CrystalNET-org/helm-paperless-ngx/commit/0b5d147bd7c73ca9bc28dadd48f7e0c3433e640d))
- push to harbor aswell ([e1544b5](https://github.com/CrystalNET-org/helm-paperless-ngx/commit/e1544b587c01ac195c02fc89f35a2e95c1dd0ccc))

## [0.2.9](https://github.com/CrystalNET-org/helm-paperless-ngx/releases/tag/0.2.9) - 2023-12-22

### ❤️ Thanks to all contributors! ❤️
Expand Down
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
](LICENSE)
<br/>
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.2.9](https://img.shields.io/badge/Version-0.2.9-informational?style=flat-square)
![Version: 0.2.10](https://img.shields.io/badge/Version-0.2.10-informational?style=flat-square)
![AppVersion: 2.1.3](https://img.shields.io/badge/AppVersion-2.1.3-informational?style=flat-square)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/psych0d0g)](https://artifacthub.io/packages/helm/psych0d0g/paperless-ngx)
[![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 @@ -38,15 +38,15 @@ Paperless-ngx A community-supported supercharged version of paperless: scan, ind

## TL;DR

Directly install:
Direct install via oci://:
```shell
helm install my-release oci://harbor.crystalnet.org/charts/paperless-ngx
```

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

## Introduction
Expand All @@ -73,10 +73,17 @@ Kubernetes: `>=1.22.0-0`

To install the chart with the release name `my-release`:

Direct install via oci://:
```shell
helm install my-release oci://harbor.crystalnet.org/charts/paperless-ngx
```

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

These commands deploy paperless-ngx on the Kubernetes cluster in the default configuration.
The Parameters section lists the parameters that can be configured during installation.

Expand Down Expand Up @@ -211,8 +218,8 @@ The command removes all the Kubernetes components associated with the chart and
| Key | Description | Default |
|-----|-------------|---------|
| `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/pureftpd"` |
| `ftpd_image.tag` | Overrides the image tag whose default is the chart appVersion. | `"0.2.2"` |
| `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"` |
| `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
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: paperless-ngx
type: application
home: https://github.com/CrystalNET-org/helm-paperless-ngx
icon: https://avatars.githubusercontent.com/u/99562962?s=48&v=4
version: 0.2.9
version: 0.2.10
# renovate: image=paperlessngx/paperless-ngx
appVersion: "2.1.3"
kubeVersion: ">=1.22.0-0"
Expand Down
21 changes: 14 additions & 7 deletions chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
](LICENSE)
<br/>
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.2.9](https://img.shields.io/badge/Version-0.2.9-informational?style=flat-square)
![Version: 0.2.10](https://img.shields.io/badge/Version-0.2.10-informational?style=flat-square)
![AppVersion: 2.1.3](https://img.shields.io/badge/AppVersion-2.1.3-informational?style=flat-square)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/psych0d0g)](https://artifacthub.io/packages/helm/psych0d0g/paperless-ngx)
[![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 @@ -38,15 +38,15 @@ Paperless-ngx A community-supported supercharged version of paperless: scan, ind

## TL;DR

Directly install:
Direct install via oci://:
```shell
helm install my-release oci://harbor.crystalnet.org/charts/paperless-ngx
```

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

## Introduction
Expand All @@ -73,10 +73,17 @@ Kubernetes: `>=1.22.0-0`

To install the chart with the release name `my-release`:

Direct install via oci://:
```shell
helm install my-release oci://harbor.crystalnet.org/charts/paperless-ngx
```

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

These commands deploy paperless-ngx on the Kubernetes cluster in the default configuration.
The Parameters section lists the parameters that can be configured during installation.

Expand Down Expand Up @@ -211,8 +218,8 @@ The command removes all the Kubernetes components associated with the chart and
| Key | Description | Default |
|-----|-------------|---------|
| `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/pureftpd"` |
| `ftpd_image.tag` | Overrides the image tag whose default is the chart appVersion. | `"0.2.2"` |
| `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"` |
| `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

0 comments on commit 7bde31c

Please sign in to comment.