Commit a28df47 1 parent ac75108 commit a28df47 Copy full SHA for a28df47
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
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.2
13
+ version : 5.1.3
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 three.
31
+ description: backend env var related templates
Original file line number Diff line number Diff line change 1
1
# piped
2
2
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 )
3
+ ![ Version: 5.1.3 ] ( https://img.shields.io/badge/Version-5.1.3 -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 2
2
Environment variables used by containers.
3
3
*/} }
4
4
{ {- define " backend.controller.env_vars" -} }
5
- { {- $values := merge .Values.backend.env .Values.common_env -} }
5
+ { {- $values := merge .Values.backend.env -} }
6
6
{ {- if hasKey . " ObjectValues" -} }
7
7
{ {- with .ObjectValues.env -} }
8
8
{ {- $values = . -} }
@@ -40,4 +40,4 @@ Environment variables used by containers.
40
40
{ {- end -} }
41
41
{ {- toYaml (dict " env" $result ) | nindent 0 -} }
42
42
{ {- end -} }
43
- { {- end -} }
43
+ { {- end -} }
You can’t perform that action at this time.
0 commit comments