Skip to content

Commit ac75108

Browse files
committed
Fixing templates for additionalContainers definitions, part three.
1 parent c78b7bc commit ac75108

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.1
13+
version: 5.1.2
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 two.
31+
description: Pod templates for addionalContainers values, part three.

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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ containers:
6565
{{- if .Values.backend.additionalContainers }}
6666
{{- $additionalContainers := list }}
6767
{{- range $index, $key := (keys .Values.backend.additionalContainers | uniq | sortAlpha) }}
68-
{{- $container := get $.Values.backend.initContainers $key }}
68+
{{- $container := get $.Values.backend.additionalContainers $key }}
6969
{{- if not $container.name -}}
7070
{{- $_ := set $container "name" $key }}
7171
{{- end }}

0 commit comments

Comments
 (0)