From 058d965d26051acd39e25aa29ba0d6e680b5d37e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Sat, 11 Mar 2023 22:17:21 +0200 Subject: [PATCH] Major version release due to backend changes --- charts/apps/piped/Chart.yaml | 6 +++--- charts/apps/piped/values.yaml | 16 ---------------- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/charts/apps/piped/Chart.yaml b/charts/apps/piped/Chart.yaml index d01ebae..bb0b852 100644 --- a/charts/apps/piped/Chart.yaml +++ b/charts/apps/piped/Chart.yaml @@ -9,7 +9,7 @@ sources: - https://github.com/TeamPiped/piped-proxy keywords: - streaming -version: 1.1.1 +version: 2.0.0 appVersion: latest kubeVersion: ">=1.22.0-0" maintainers: @@ -26,5 +26,5 @@ dependencies: condition: postgresql.enabled annotations: artifacthub.io/changes: |- - - kind: fixed - description: Frontend probe definitions + - kind: changed + description: The backend uses the CMD line from the Dockerfile. diff --git a/charts/apps/piped/values.yaml b/charts/apps/piped/values.yaml index 01047c2..1b6df28 100644 --- a/charts/apps/piped/values.yaml +++ b/charts/apps/piped/values.yaml @@ -62,22 +62,6 @@ backend: port: 8080 protocol: HTTP - command: "/opt/java/openjdk/bin/java" - args: - - -server - - -Xmx1G - - -Xaggressive - - -XX:+UnlockExperimentalVMOptions - - -XX:+OptimizeStringConcat - - -XX:+UseStringDeduplication - - -XX:+UseCompressedOops - - -XX:+UseNUMA - - -Xgcpolicy:gencon - - -Xshareclasses:allowClasspaths - - -Xtune:virtualized - - -jar - - /app/piped.jar - # command: "/bin/sh" # args: # - -c