From c17ececc3f3c8219d480599f2a21a45655c52ff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Fri, 5 Apr 2024 05:12:20 +0300 Subject: [PATCH] fix(ytproxy): Fix the template for env variables. --- charts/apps/piped/Chart.yaml | 6 +++--- charts/apps/piped/README.md | 4 ++-- charts/apps/piped/templates/ytproxy/lib/_env_vars.tpl | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/apps/piped/Chart.yaml b/charts/apps/piped/Chart.yaml index d689c71..774ffd8 100644 --- a/charts/apps/piped/Chart.yaml +++ b/charts/apps/piped/Chart.yaml @@ -10,7 +10,7 @@ sources: - https://github.com/TeamPiped/piped-proxy keywords: - streaming -version: 5.0.1 +version: 5.0.2 appVersion: latest kubeVersion: ">=1.22.0-0" maintainers: @@ -27,5 +27,5 @@ dependencies: condition: postgresql.enabled annotations: artifacthub.io/changes: |- - - kind: changed - description: Upgraded `postgresql` chart dependency to version 13.2.30 + - kind: fixed + description: ytproxy env variable template diff --git a/charts/apps/piped/README.md b/charts/apps/piped/README.md index 8c86519..b0c56cf 100644 --- a/charts/apps/piped/README.md +++ b/charts/apps/piped/README.md @@ -1,6 +1,6 @@ # piped -![Version: 5.0.1](https://img.shields.io/badge/Version-5.0.1-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 5.0.2](https://img.shields.io/badge/Version-5.0.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. @@ -125,4 +125,4 @@ The following table contains an overview of available values and their descripti ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) \ No newline at end of file +Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) diff --git a/charts/apps/piped/templates/ytproxy/lib/_env_vars.tpl b/charts/apps/piped/templates/ytproxy/lib/_env_vars.tpl index e544622..7e9ff56 100644 --- a/charts/apps/piped/templates/ytproxy/lib/_env_vars.tpl +++ b/charts/apps/piped/templates/ytproxy/lib/_env_vars.tpl @@ -2,7 +2,7 @@ Environment variables used by containers. */}} {{- define "ytproxy.controller.env_vars" -}} - {{- $values := merge .Values.ytproxy.env .Values.common_env -}} + {{- $values := merge .Values.ytproxy.env -}} {{- if hasKey . "ObjectValues" -}} {{- with .ObjectValues.env -}} {{- $values = . -}} @@ -40,4 +40,4 @@ Environment variables used by containers. {{- end -}} {{- toYaml (dict "env" $result) | nindent 0 -}} {{- end -}} -{{- end -}} \ No newline at end of file +{{- end -}}