From 5a767b85fbc5cc4936e77f79f50c4dda4899e61c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Fri, 21 Jul 2023 05:17:52 +0300 Subject: [PATCH] Cleanup of yaml document separators and add icon --- charts/apps/piped/Chart.yaml | 1 + charts/apps/piped/templates/common.yaml | 1 - charts/apps/piped/templates/frontend/deployment.yaml | 1 - charts/apps/piped/templates/frontend/ingress.yaml | 2 -- charts/apps/piped/templates/ytproxy/deployment.yaml | 1 - charts/apps/piped/templates/ytproxy/ingress.yaml | 2 -- 6 files changed, 1 insertion(+), 7 deletions(-) diff --git a/charts/apps/piped/Chart.yaml b/charts/apps/piped/Chart.yaml index 69160ab..c39f376 100644 --- a/charts/apps/piped/Chart.yaml +++ b/charts/apps/piped/Chart.yaml @@ -3,6 +3,7 @@ apiVersion: v2 description: Piped is an alternative privacy-friendly YouTube frontend which is efficient by design. name: piped home: https://github.com/TeamPiped/Piped-Kubernetes +icon: https://raw.githubusercontent.com/TeamPiped/Piped/master/public/img/icons/logo.svg sources: - https://github.com/TeamPiped/Piped - https://github.com/TeamPiped/Piped-Backend diff --git a/charts/apps/piped/templates/common.yaml b/charts/apps/piped/templates/common.yaml index 7c8f010..a6b2e2e 100644 --- a/charts/apps/piped/templates/common.yaml +++ b/charts/apps/piped/templates/common.yaml @@ -1,4 +1,3 @@ ---- {{- include "bjw-s.common.values.init" . }} {{- define "common.getValueFromSecret" }} diff --git a/charts/apps/piped/templates/frontend/deployment.yaml b/charts/apps/piped/templates/frontend/deployment.yaml index 50685d8..c5caf98 100644 --- a/charts/apps/piped/templates/frontend/deployment.yaml +++ b/charts/apps/piped/templates/frontend/deployment.yaml @@ -1,4 +1,3 @@ ---- {{- if .Values.frontend.enabled -}} apiVersion: apps/v1 kind: Deployment diff --git a/charts/apps/piped/templates/frontend/ingress.yaml b/charts/apps/piped/templates/frontend/ingress.yaml index 7967bb1..7ddc457 100644 --- a/charts/apps/piped/templates/frontend/ingress.yaml +++ b/charts/apps/piped/templates/frontend/ingress.yaml @@ -1,4 +1,3 @@ ---- {{- if .Values.ingress.main.enabled }} {{- $fullName := include "common.names.fullname" . -}} {{- $ingressName := $fullName -}} @@ -17,7 +16,6 @@ {{- $primaryService := .Values.frontend.service.main -}} {{- $defaultServiceName := "piped-frontend" -}} {{- $defaultServicePort := get $primaryService.ports (include "bjw-s.common.lib.service.primaryPort" (dict "values" $primaryService)) -}} ---- apiVersion: networking.k8s.io/v1 kind: Ingress metadata: diff --git a/charts/apps/piped/templates/ytproxy/deployment.yaml b/charts/apps/piped/templates/ytproxy/deployment.yaml index bfe739a..781daf4 100644 --- a/charts/apps/piped/templates/ytproxy/deployment.yaml +++ b/charts/apps/piped/templates/ytproxy/deployment.yaml @@ -1,4 +1,3 @@ ---- {{- if .Values.ytproxy.enabled -}} apiVersion: apps/v1 kind: Deployment diff --git a/charts/apps/piped/templates/ytproxy/ingress.yaml b/charts/apps/piped/templates/ytproxy/ingress.yaml index 4007d99..1676e65 100644 --- a/charts/apps/piped/templates/ytproxy/ingress.yaml +++ b/charts/apps/piped/templates/ytproxy/ingress.yaml @@ -1,4 +1,3 @@ ---- {{- if .Values.ingress.ytproxy.enabled }} {{- $fullName := include "common.names.fullname" . -}} {{- $ingressName := $fullName -}} @@ -17,7 +16,6 @@ {{- $primaryService := .Values.ytproxy.service.main -}} {{- $defaultServiceName := "piped-ytproxy" -}} {{- $defaultServicePort := get $primaryService.ports (include "bjw-s.common.lib.service.primaryPort" (dict "values" $primaryService)) -}} ---- apiVersion: networking.k8s.io/v1 kind: Ingress metadata: