Skip to content

Commit dfaea72

Browse files
authored
[UPDATE][duplicati][1.0.1]run as user (#459)
auto merge
1 parent 468b294 commit dfaea72

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

duplicati/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: '1.0.0'
18+
version: '1.0.1'
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

duplicati/OlaresManifest.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: Store securely encrypted backups in the cloud!
66
icon: https://file.bttcdn.com/appstore/duplicati/icon.png
77
appid: duplicati
8-
version: '1.0.0'
8+
version: '1.0.1'
99
title: Duplicati
1010
categories:
1111
- Utilities
@@ -39,6 +39,7 @@ spec:
3939
supportArch:
4040
- amd64
4141
- arm64
42+
runAsUser: true
4243
options:
4344
dependencies:
4445
- name: olares

0 commit comments

Comments
 (0)