Commit ac75108 1 parent c78b7bc commit ac75108 Copy full SHA for ac75108
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ sources:
10
10
- https://github.com/TeamPiped/piped-proxy
11
11
keywords :
12
12
- streaming
13
- version : 5.1.1
13
+ version : 5.1.2
14
14
appVersion : latest
15
15
kubeVersion : " >=1.22.0-0"
16
16
maintainers :
@@ -28,4 +28,4 @@ dependencies:
28
28
annotations :
29
29
artifacthub.io/changes : |-
30
30
- kind: fixed
31
- description: Pod templates for addionalContainers values, part two .
31
+ description: Pod templates for addionalContainers values, part three .
Original file line number Diff line number Diff line change 1
1
# piped
2
2
3
- ![ Version: 5.1.1 ] ( https://img.shields.io/badge/Version-5.1.1 -informational?style=flat-square ) ![ AppVersion: latest] ( https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square )
3
+ ![ Version: 5.1.2 ] ( https://img.shields.io/badge/Version-5.1.2 -informational?style=flat-square ) ![ AppVersion: latest] ( https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square )
4
4
5
5
Piped is an alternative privacy-friendly YouTube frontend which is efficient by design.
6
6
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ containers:
65
65
{ {- if .Values.backend.additionalContainers } }
66
66
{ {- $additionalContainers := list } }
67
67
{ {- range $index , $key := (keys .Values.backend.additionalContainers | uniq | sortAlpha) } }
68
- { {- $container := get $.Values.backend.initContainers $key } }
68
+ { {- $container := get $.Values.backend.additionalContainers $key } }
69
69
{ {- if not $container .name -} }
70
70
{ {- $_ := set $container " name" $key } }
71
71
{ {- end } }
You can’t perform that action at this time.
0 commit comments