Skip to content

Commit a28df47

Browse files
committed
Fixing end templates for backend
1 parent ac75108 commit a28df47

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/apps/piped/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sources:
1010
- https://github.com/TeamPiped/piped-proxy
1111
keywords:
1212
- streaming
13-
version: 5.1.2
13+
version: 5.1.3
1414
appVersion: latest
1515
kubeVersion: ">=1.22.0-0"
1616
maintainers:
@@ -28,4 +28,4 @@ dependencies:
2828
annotations:
2929
artifacthub.io/changes: |-
3030
- kind: fixed
31-
description: Pod templates for addionalContainers values, part three.
31+
description: backend env var related templates

charts/apps/piped/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# piped
22

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)
44

55
Piped is an alternative privacy-friendly YouTube frontend which is efficient by design.
66

charts/apps/piped/templates/backend/lib/_env_vars.tpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Environment variables used by containers.
33
*/}}
44
{{- define "backend.controller.env_vars" -}}
5-
{{- $values := merge .Values.backend.env .Values.common_env -}}
5+
{{- $values := merge .Values.backend.env -}}
66
{{- if hasKey . "ObjectValues" -}}
77
{{- with .ObjectValues.env -}}
88
{{- $values = . -}}
@@ -40,4 +40,4 @@ Environment variables used by containers.
4040
{{- end -}}
4141
{{- toYaml (dict "env" $result) | nindent 0 -}}
4242
{{- end -}}
43-
{{- end -}}
43+
{{- end -}}

0 commit comments

Comments
 (0)