Major version release due to backend changes

This commit is contained in:
Skyler Mäntysaari 2023-03-11 22:17:21 +02:00
parent 1bf70a1979
commit 058d965d26
2 changed files with 3 additions and 19 deletions

View File

@ -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.

View File

@ -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