From 44090994384e5130fac918b72d7452d1e42c2843 Mon Sep 17 00:00:00 2001 From: "Winston R. Milling" Date: Tue, 10 May 2022 21:06:05 -0500 Subject: [PATCH] [onedrive] Update docker image to v2.4.17 (#1560) Co-authored-by: Devin Buhl --- charts/stable/onedrive/Chart.yaml | 6 +++--- charts/stable/onedrive/values.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/stable/onedrive/Chart.yaml b/charts/stable/onedrive/Chart.yaml index 67d45273..6b514678 100644 --- a/charts/stable/onedrive/Chart.yaml +++ b/charts/stable/onedrive/Chart.yaml @@ -1,9 +1,9 @@ --- apiVersion: v2 -appVersion: v2.4.14 +appVersion: v2.4.17 description: A free Microsoft OneDrive Client which supports OneDrive Personal, OneDrive for Business, OneDrive for Office365, and SharePoint name: onedrive -version: 2.3.2 +version: 2.3.3 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.4.2 + description: Upgraded docker / app image to v2.4.17 diff --git a/charts/stable/onedrive/values.yaml b/charts/stable/onedrive/values.yaml index 37f9eb7b..68721791 100644 --- a/charts/stable/onedrive/values.yaml +++ b/charts/stable/onedrive/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: ghcr.io/wrmilling/onedrive-docker # -- image tag - tag: v2.0.5 + tag: # -- image pull policy pullPolicy: IfNotPresent