feat(apps): move to stable (#3687)
* feat(apps): move to stable * feat(filerun): move to stable
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- Tools-Utilities
|
||||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
dependencies:
|
||||
@@ -9,7 +5,7 @@ dependencies:
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.6
|
||||
deprecated: false
|
||||
description: "Chronos is a small container to run and schedule Python 3.7 scripts. You can create virtual enviroments, edit your scripts, install Pip dependencies, view execution logs, and debug your scripts, all from the sleek web UI.\n"
|
||||
description: "Chronos is a small container to run and schedule Python 3.7 scripts. You can create virtual enviroments, edit your scripts, install Pip dependencies, view execution logs, and debug your scripts, all from the sleek web UI."
|
||||
home: https://truecharts.org/docs/charts/incubator/chronos
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronos.png
|
||||
keywords:
|
||||
@@ -26,4 +22,8 @@ sources:
|
||||
- https://github.com/simse/chronos
|
||||
- https://hub.docker.com/r/simsemand/chronos
|
||||
type: application
|
||||
version: 0.0.22
|
||||
version: 1.0.0
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- Tools-Utilities
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@@ -33,9 +33,9 @@ questions:
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 5000
|
||||
default: 10305
|
||||
required: true
|
||||
# Include{advancedPortTCP}
|
||||
# Include{advancedPortHTTP}
|
||||
- variable: targetPort
|
||||
label: "Target Port"
|
||||
description: "The internal(!) port on the container the Application runs on"
|
||||
@@ -1,25 +1,28 @@
|
||||
env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/chronos
|
||||
tag: latest@sha256:d461df79e6aad3f6567b30c539691f80abaa70ba977d524c21a8a71750f7c9c1
|
||||
persistence:
|
||||
chronos:
|
||||
enabled: true
|
||||
mountPath: /chronos
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.2@sha256:f8dd4381e007a4fa1846c0bfa1691c7bd4f77720b79d3513ab293ecbcc5d1e36
|
||||
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 5000
|
||||
protocol: TCP
|
||||
port: 10305
|
||||
protocol: HTTP
|
||||
targetPort: 5000
|
||||
|
||||
persistence:
|
||||
chronos:
|
||||
enabled: true
|
||||
mountPath: /chronos
|
||||
|
||||
portal:
|
||||
enabled: true
|
||||
@@ -24,7 +24,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/filerun
|
||||
- https://hub.docker.com/r/filerun/filerun
|
||||
- https://github.com/filerun/docker
|
||||
version: 2.1.6
|
||||
version: 3.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
@@ -33,6 +33,7 @@ service:
|
||||
ports:
|
||||
main:
|
||||
port: 10199
|
||||
protocol: HTTP
|
||||
targetPort: 80
|
||||
|
||||
persistence:
|
||||
@@ -22,7 +22,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/kitchenowl
|
||||
- https://tombursch.github.io/kitchenowl
|
||||
type: application
|
||||
version: 0.0.13
|
||||
version: 1.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
||||
|
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 102 KiB |
@@ -18,6 +18,7 @@ words:
|
||||
- bungeecord
|
||||
- chainname
|
||||
- cheatsheet
|
||||
- Chronos
|
||||
- cloudflared
|
||||
- Cloudflareddns
|
||||
- collabora
|
||||
@@ -176,6 +177,7 @@ words:
|
||||
- webbasecontrol
|
||||
- webpanel
|
||||
- websecure
|
||||
- websockets
|
||||
- weejewel
|
||||
- wger
|
||||
- xsystems
|
||||
|
||||
Reference in New Issue
Block a user