fix(openspeedtest, libreddit): fix port conflicts with prometheus and move libred to stable (#3039)

This commit is contained in:
Stavros Kois
2022-07-02 16:21:15 +03:00
committed by GitHub
parent eb8df6714d
commit 0c9d60a9cd
10 changed files with 6 additions and 6 deletions
@@ -20,7 +20,7 @@ name: libreddit
sources:
- https://github.com/spikecodes/libreddit
- https://hub.docker.com/r/spikecodes/libreddit
version: 0.0.1
version: 1.0.0
annotations:
truecharts.org/catagories: |
- media
@@ -216,7 +216,7 @@ questions:
description: "This port exposes the container port on the service"
schema:
type: int
default: 10252
default: 10257
required: true
- variable: advanced
label: "Show Advanced settings"
@@ -27,7 +27,7 @@ service:
main:
ports:
main:
port: 10252
port: 10257
targetPort: 8080
configmap:
+1 -1
View File
@@ -21,7 +21,7 @@ name: openspeedtest
sources:
- https://github.com/openspeedtest/Speed-Test
type: application
version: 1.0.3
version: 1.0.4
annotations:
truecharts.org/catagories: |
- utilities
+1 -1
View File
@@ -104,7 +104,7 @@ questions:
description: "This port exposes the container port on the service"
schema:
type: int
default: 10251
default: 10256
required: true
- variable: advanced
label: "Show Advanced settings"
+1 -1
View File
@@ -17,4 +17,4 @@ service:
ports:
main:
targetPort: 3000
port: 10251
port: 10256