Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

[onedrive] Update to 2.4.20 and use upstream docker image #1724

Merged
merged 3 commits into from
Aug 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/stable/onedrive/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion charts/stable/onedrive/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

image:
# -- image repository
repository: ghcr.io/wrmilling/onedrive-docker
repository: driveone/onedrive
# -- image tag
tag:
# -- image pull policy
Expand Down