Compare commits

...

4 Commits

Author SHA1 Message Date
k8s-at-home[bot]
cf3fcc4089 chore: Auto-update chart README [skip ci] 2022-08-01 19:32:47 +00:00
Winston R. Milling
34f0468625 [onedrive] Update to 2.4.20 and use upstream docker image (#1724) 2022-08-01 21:32:18 +02:00
k8s-at-home[bot]
7990906462 chore: Auto-update chart README [skip ci] 2022-08-01 06:28:17 +00:00
Simon Caron
5dd0cd93d2 Updated App Version to 1.8.0 (#1717)
Signed-off-by: Simon Caron <simon.caron.8@gmail.com>
2022-08-01 06:27:44 +00:00
5 changed files with 14 additions and 14 deletions

View File

@@ -1,9 +1,9 @@
---
apiVersion: v2
appVersion: v2.4.17
appVersion: 2.4.20
description: A free Microsoft OneDrive Client which supports OneDrive Personal, OneDrive for Business, OneDrive for Office365, and SharePoint
name: onedrive
version: 2.4.0
version: 2.4.1
kubeVersion: ">=1.16.0-0"
keywords:
- onedrive
@@ -22,4 +22,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Moved to upstream docker image

View File

@@ -1,6 +1,6 @@
# onedrive
![Version: 2.4.0](https://img.shields.io/badge/Version-2.4.0-informational?style=flat-square) ![AppVersion: v2.4.17](https://img.shields.io/badge/AppVersion-v2.4.17-informational?style=flat-square)
![Version: 2.4.1](https://img.shields.io/badge/Version-2.4.1-informational?style=flat-square) ![AppVersion: 2.4.20](https://img.shields.io/badge/AppVersion-2.4.20-informational?style=flat-square)
A free Microsoft OneDrive Client which supports OneDrive Personal, OneDrive for Business, OneDrive for Office365, and SharePoint
@@ -88,7 +88,7 @@ In order to generate an authentication response value you must do the following:
| env.ONEDRIVE_UID | int | `1000` | Set the OneDrive User ID |
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/wrmilling/onedrive-docker"` | image repository |
| image.repository | string | `"driveone/onedrive"` | image repository |
| image.tag | string | `nil` | image tag |
| persistence | object | See values.yaml for full listing | Configure persistence settings for the chart under this key. |
| persistence.config | object | `{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/onedrive/conf"}` | OneDrive config storage |
@@ -98,7 +98,7 @@ In order to generate an authentication response value you must do the following:
## Changelog
### Version 2.4.0
### Version 2.4.1
#### Added
@@ -106,7 +106,7 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version 4.5.0
* Moved to upstream docker image
#### Fixed

View File

@@ -7,7 +7,7 @@
image:
# -- image repository
repository: ghcr.io/wrmilling/onedrive-docker
repository: driveone/onedrive
# -- image tag
tag:
# -- image pull policy

View File

@@ -1,9 +1,9 @@
---
apiVersion: v2
appVersion: 1.7.1
appVersion: 1.8.0
description: Paperless - Index and archive all of your scanned paper documents
name: paperless
version: 9.1.0
version: 9.1.1
kubeVersion: ">=1.16.0-0"
keywords:
- paperless
@@ -32,4 +32,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
description: Updated App Version to 1.8.0

View File

@@ -1,6 +1,6 @@
# paperless
![Version: 9.1.0](https://img.shields.io/badge/Version-9.1.0-informational?style=flat-square) ![AppVersion: 1.7.1](https://img.shields.io/badge/AppVersion-1.7.1-informational?style=flat-square)
![Version: 9.1.1](https://img.shields.io/badge/Version-9.1.1-informational?style=flat-square) ![AppVersion: 1.8.0](https://img.shields.io/badge/AppVersion-1.8.0-informational?style=flat-square)
Paperless - Index and archive all of your scanned paper documents
@@ -96,7 +96,7 @@ N/A
## Changelog
### Version 9.1.0
### Version 9.1.1
#### Added
@@ -104,7 +104,7 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version 4.5.0
* Updated App Version to 1.8.0
#### Fixed