fix(openspeedtest, libreddit): fix port conflicts with prometheus and move libred to stable (#3039)
This commit is contained in:
@@ -20,7 +20,7 @@ name: libreddit
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/spikecodes/libreddit
|
- https://github.com/spikecodes/libreddit
|
||||||
- https://hub.docker.com/r/spikecodes/libreddit
|
- https://hub.docker.com/r/spikecodes/libreddit
|
||||||
version: 0.0.1
|
version: 1.0.0
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
@@ -216,7 +216,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 10252
|
default: 10257
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
label: "Show Advanced settings"
|
label: "Show Advanced settings"
|
||||||
@@ -27,7 +27,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 10252
|
port: 10257
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
|
|
||||||
configmap:
|
configmap:
|
||||||
@@ -21,7 +21,7 @@ name: openspeedtest
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/openspeedtest/Speed-Test
|
- https://github.com/openspeedtest/Speed-Test
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.3
|
version: 1.0.4
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- utilities
|
- utilities
|
||||||
|
|||||||
@@ -104,7 +104,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 10251
|
default: 10256
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
label: "Show Advanced settings"
|
label: "Show Advanced settings"
|
||||||
|
|||||||
@@ -17,4 +17,4 @@ service:
|
|||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
port: 10251
|
port: 10256
|
||||||
|
|||||||
Reference in New Issue
Block a user