Skip to content

Commit

Permalink
Fixing templates for additionalContainers definitions, part three.
Browse files Browse the repository at this point in the history
  • Loading branch information
samip5 committed Apr 5, 2024
1 parent c78b7bc commit ac75108
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/apps/piped/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sources:
- https://github.com/TeamPiped/piped-proxy
keywords:
- streaming
version: 5.1.1
version: 5.1.2
appVersion: latest
kubeVersion: ">=1.22.0-0"
maintainers:
Expand All @@ -28,4 +28,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: fixed
description: Pod templates for addionalContainers values, part two.
description: Pod templates for addionalContainers values, part three.
2 changes: 1 addition & 1 deletion charts/apps/piped/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# piped

![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)
![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)

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

Expand Down
2 changes: 1 addition & 1 deletion charts/apps/piped/templates/backend/lib/_pod.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ containers:
{{- if .Values.backend.additionalContainers }}
{{- $additionalContainers := list }}
{{- range $index, $key := (keys .Values.backend.additionalContainers | uniq | sortAlpha) }}
{{- $container := get $.Values.backend.initContainers $key }}
{{- $container := get $.Values.backend.additionalContainers $key }}
{{- if not $container.name -}}
{{- $_ := set $container "name" $key }}
{{- end }}
Expand Down

0 comments on commit ac75108

Please sign in to comment.