Merge branch 'master' into renovate/tccr.io-truecharts-jackett-0.x
This commit is contained in:
@@ -28,4 +28,4 @@ sources:
|
||||
- https://cryptpad.fr/
|
||||
- https://hub.docker.com/r/promasu/cryptpad/
|
||||
type: application
|
||||
version: 2.0.0
|
||||
version: 2.0.1
|
||||
|
||||
@@ -2,7 +2,7 @@ env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/cryptpad
|
||||
tag: latest@sha256:4c5190f9e82c6690e37cf02f4c63f980d6dba2be67dba374504071a570ca364a
|
||||
tag: latest@sha256:d282d4b3343dade82295e8c5126e0cb25cf36b1a50e1c2260b54f21cc6c7405f
|
||||
persistence:
|
||||
blobpath:
|
||||
enabled: true
|
||||
|
||||
@@ -30,4 +30,4 @@ sources:
|
||||
- https://github.com/pglombardo/PasswordPusher
|
||||
- https://hub.docker.com/r/pglombardo/pwpush-ephemeral/
|
||||
type: application
|
||||
version: 2.0.0
|
||||
version: 2.0.1
|
||||
|
||||
@@ -2,7 +2,7 @@ env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/passwordpusherephemeral
|
||||
tag: latest@sha256:74123d06736def6ec65d5c445a017cb88675cc0d6f2d200bfc7bfc893750ddba
|
||||
tag: latest@sha256:240e5c8ea230d876e75745301aab8f44e6be1051bb2f16ce9537488416912d29
|
||||
persistence: {}
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
|
||||
@@ -37,7 +37,7 @@ sources:
|
||||
- https://github.com/nextcloud/docker
|
||||
- https://github.com/nextcloud/helm
|
||||
type: application
|
||||
version: 19.0.0
|
||||
version: 19.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- cloud
|
||||
|
||||
@@ -6,7 +6,7 @@ image:
|
||||
nginxImage:
|
||||
repository: tccr.io/truecharts/nginx-unprivileged
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.23.2@sha256:bccb50c802843309ef33ea7b67dc06186c87773728fd037c4ef4ce70e4edae28
|
||||
tag: 1.23.2@sha256:86064448a2764926ca215714b36a80561bcfed064c435245cee641f4ce14768b
|
||||
|
||||
imaginaryImage:
|
||||
repository: h2non/imaginary
|
||||
|
||||
@@ -18,7 +18,7 @@ name: omada-controller
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller
|
||||
- https://github.com/mbentley/docker-omada-controller
|
||||
version: 8.0.0
|
||||
version: 8.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -15,7 +15,8 @@ env:
|
||||
# Omada automatically redirects to that port.
|
||||
# Instead of consuming the external 443 port, it's better to switch internal
|
||||
# But still give user the ability to change it.
|
||||
MANAGE_HTTPS_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
|
||||
# When ingress is enabled, set this to 443, otherwise set it to whatever `port` is set to
|
||||
MANAGE_HTTPS_PORT: "{{ if .Values.ingress.main.enabled }}443{{ else }}{{ .Values.service.main.ports.main.port }}{{ end }}"
|
||||
PORTAL_HTTPS_PORT: "{{ .Values.service.comm.ports.comm.port }}"
|
||||
|
||||
service:
|
||||
@@ -24,7 +25,6 @@ service:
|
||||
main:
|
||||
protocol: HTTPS
|
||||
port: 8043
|
||||
targetPort: 443
|
||||
comm:
|
||||
enabled: true
|
||||
ports:
|
||||
|
||||
@@ -29,7 +29,7 @@ sources:
|
||||
- https://github.com/prometheus-community/helm-charts
|
||||
- https://github.com/prometheus-operator/kube-prometheus
|
||||
type: application
|
||||
version: 7.0.0
|
||||
version: 7.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
||||
|
||||
@@ -8,7 +8,7 @@ thanosImage:
|
||||
|
||||
alertmanagerImage:
|
||||
repository: tccr.io/truecharts/alertmanager
|
||||
tag: v0.24.0@sha256:5568f898ce559971b1fe4b2a658675617b179beab2e68cf233ecd51306428bf2
|
||||
tag: v0.24.0@sha256:ca92e469cc0460ab84e552d28319e82d2554578a1fcb79ab35cf426e9f30014f
|
||||
|
||||
global:
|
||||
labels: {}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: qinglong
|
||||
version: 4.0.0
|
||||
appVersion: "2.14.12"
|
||||
version: 4.0.1
|
||||
appVersion: "2.15.0"
|
||||
description: A timed task management panel that supports typescript, javaScript, python3, and shell
|
||||
type: application
|
||||
deprecated: false
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/qinglong
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.14.12@sha256:fddef5df8b0b7eb9c9322b39b95e45f55674e19799f44cbf0749c89f39d1cc64
|
||||
tag: 2.15.0@sha256:da87ab5eab77121da80c6caff75d0b4524f860ee40175df6c2f21af5ed376109
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
@@ -18,7 +18,7 @@ name: website-shot
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/website-shot
|
||||
- https://github.com/Flowko/website-shot
|
||||
version: 4.0.0
|
||||
version: 4.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/website-shot
|
||||
tag: latest@sha256:1e52d030c3554ee5c5b384550f4adf1ffc335a9eac3637033bc95a8d8d106636
|
||||
tag: latest@sha256:5b575d841bb730dc65ff575c1512797f5c9b045d9f2ee5f2adc6faf1293c3269
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: wireshark
|
||||
version: 4.0.0
|
||||
version: 4.0.1
|
||||
appVersion: "3.6.5"
|
||||
description: Wireshark is the worlds foremost and widely-used network protocol analyzer.
|
||||
type: application
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/wireshark
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 3.6.5@sha256:606c54bb6080f654b0fbf9728d57cba45b02d625a3dbc3861953245fae5d7e6e
|
||||
tag: 3.6.5@sha256:c1973109508352658c4a3834f8e96efaf550feddc6fdf7f358e12794e9b325e4
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user