From 76ce1af9adb721c74a451074753bf9c939441ee1 Mon Sep 17 00:00:00 2001 From: "k8s-at-home[bot]" Date: Wed, 11 May 2022 02:06:30 +0000 Subject: [PATCH] chore: Auto-update chart README [skip ci] --- charts/stable/onedrive/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/stable/onedrive/README.md b/charts/stable/onedrive/README.md index f4282e78..78543368 100644 --- a/charts/stable/onedrive/README.md +++ b/charts/stable/onedrive/README.md @@ -1,6 +1,6 @@ # onedrive -![Version: 2.3.2](https://img.shields.io/badge/Version-2.3.2-informational?style=flat-square) ![AppVersion: v2.4.14](https://img.shields.io/badge/AppVersion-v2.4.14-informational?style=flat-square) +![Version: 2.3.3](https://img.shields.io/badge/Version-2.3.3-informational?style=flat-square) ![AppVersion: v2.4.17](https://img.shields.io/badge/AppVersion-v2.4.17-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.5"` | image tag | +| 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 | | persistence.config.enabled | bool | `true` | If config storage should be enabled | @@ -98,7 +98,7 @@ In order to generate an authentication response value you must do the following: ## Changelog -### Version 2.3.2 +### Version 2.3.3 #### Added @@ -106,7 +106,7 @@ N/A #### Changed -* Upgraded `common` chart dependency to version 4.4.2 +* Upgraded docker / app image to v2.4.17 #### Fixed