Skip to content

Commit c2220de

Browse files
authoredDec 24, 2024
add run as user (#457)
auto merge
1 parent 81b495a commit c2220de

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎chinesesubfinder/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.1'
18+
version: '1.0.2'
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

‎chinesesubfinder/OlaresManifest.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
olaresManifest.type: app
12
olaresManifest.version: '0.8.1'
23
metadata:
34
name: chinesesubfinder
45
description: Automatically download Chinese subtitles
56
icon: https://file.bttcdn.com/appstore/chinesesubfinder/icon.png
67
appid: chinesesubfinder
7-
version: '1.0.1'
8+
version: '1.0.2'
89
title: ChineseSubFinder
910
categories:
1011
- Entertainment
@@ -49,6 +50,7 @@ spec:
4950
supportArch:
5051
- amd64
5152
- arm64
53+
runAsUser: true
5254
options:
5355
dependencies:
5456
- name: olares
@@ -60,4 +62,3 @@ entrances:
6062
host: chinesesubfinder-svc
6163
title: ChineseSubFinder
6264
icon: https://file.bttcdn.com/appstore/chinesesubfinder/icon.png
63-
olaresManifest.type: app

0 commit comments

Comments
 (0)
Please sign in to comment.