[onedrive] Bump image tag to 2.0.5 (#1298)

This commit is contained in:
Winston R. Milling 2021-12-08 14:45:40 -06:00 committed by GitHub
parent e5652e6abb
commit cd9c234ee5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 5 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v2
appVersion: v2.4.13
appVersion: v2.4.14
description: A free Microsoft OneDrive Client which supports OneDrive Personal, OneDrive for Business, OneDrive for Office365, and SharePoint
name: onedrive
version: 2.1.0
version: 2.1.1
kubeVersion: ">=1.16.0-0"
keywords:
- onedrive

View File

@ -1,6 +1,6 @@
# onedrive
![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![AppVersion: v2.4.13](https://img.shields.io/badge/AppVersion-v2.4.13-informational?style=flat-square)
![Version: 2.1.1](https://img.shields.io/badge/Version-2.1.1-informational?style=flat-square) ![AppVersion: v2.4.14](https://img.shields.io/badge/AppVersion-v2.4.14-informational?style=flat-square)
A free Microsoft OneDrive Client which supports OneDrive Personal, OneDrive for Business, OneDrive for Office365, and SharePoint
@ -89,7 +89,7 @@ In order to generate an authentication response value you must do the following:
| 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.tag | string | `"v2.0.2"` | image tag |
| image.tag | string | `"v2.0.5"` | 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 |
| persistence.config.enabled | bool | `true` | If config storage should be enabled |
@ -126,6 +126,8 @@ This release moves away from the auth-files approach and uses a custom docker im
- Ability to run a abraunegg/onedrive instance
[2.0.0]: #2.0.0
[1.1.0]: #1.1.0
[1.0.0]: #1.0.0
## Support

View File

@ -33,5 +33,7 @@ This release moves away from the auth-files approach and uses a custom docker im
- Ability to run a abraunegg/onedrive instance
[2.0.0]: #2.0.0
[1.1.0]: #1.1.0
[1.0.0]: #1.0.0
{{- end -}}

View File

@ -9,7 +9,7 @@ image:
# -- image repository
repository: ghcr.io/wrmilling/onedrive-docker
# -- image tag
tag: v2.0.2
tag: v2.0.5
# -- image pull policy
pullPolicy: IfNotPresent