Merge branch 'master' of github.com:truecharts/charts
This commit is contained in:
commit
24f2aaba68
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: enterprise
|
||||
apiVersion: v2
|
||||
appVersion: 2.50.0
|
||||
appVersion: 2.50.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 18.0.3
|
||||
|
@ -29,7 +29,7 @@ home: https://truecharts.org/charts/enterprise/prometheus
|
|||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus.png
|
||||
keywords:
|
||||
- metrics
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
@ -43,4 +43,4 @@ sources:
|
|||
- https://hub.docker.com/r/bitnami/alertmanager
|
||||
- https://quay.io/thanos/thanos
|
||||
type: application
|
||||
version: 17.4.2
|
||||
version: 17.4.3
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: bitnami/prometheus
|
||||
tag: 2.50.0@sha256:5c06e840a870a4a279406f0d0a73c3ca33fcf0adf6464153e273206118be0c29
|
||||
tag: 2.50.1@sha256:d4f5af2ea07aaa34cb1335cc0053c03e4e327977afdbdf4261b5afb3ce50febe
|
||||
thanosImage:
|
||||
repository: quay.io/thanos/thanos
|
||||
tag: v0.34.1@sha256:567346c3f6ff2927c2c6c0daad977b2213f62d45eca54d48afd19e6deb902181
|
||||
|
|
|
@ -7,10 +7,10 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: incubator
|
||||
apiVersion: v2
|
||||
appVersion: 0.39.1
|
||||
appVersion: 0.39.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.5.0
|
||||
version: 17.5.1
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-agent-operator.p
|
|||
keywords:
|
||||
- grafana-agent
|
||||
- shell
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
@ -34,4 +34,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/incubator/grafana-agent-operator
|
||||
- https://hub.docker.com/r/grafana/agent-operator
|
||||
type: application
|
||||
version: 0.0.1
|
||||
version: 0.0.3
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: grafana/agent-operator
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.39.1
|
||||
tag: v0.39.2@sha256:841e8e1365758116d4058aa561d8d0f9deb3f6339d17548eadeeecc46889307f
|
||||
|
||||
podOptions:
|
||||
automountServiceAccountToken: true
|
||||
|
|
|
@ -2,7 +2,7 @@ annotations:
|
|||
max_scale_version: 24.04.0
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: productivity
|
||||
truecharts.org/category: metrics
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: incubator
|
||||
|
@ -10,7 +10,7 @@ apiVersion: v2
|
|||
appVersion: 0.17.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 18.0.3
|
||||
version: 18.0.4
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
|
|
@ -34,7 +34,7 @@ questions:
|
|||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: MAIL_MAILER
|
||||
label: Server Memory
|
||||
label: Protocol
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
|
@ -65,20 +65,22 @@ questions:
|
|||
private: true
|
||||
default: ""
|
||||
- variable: MAIL_ENCRYPTION
|
||||
label: Mail Server Port
|
||||
label: Encryption
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
default: "SSL"
|
||||
- variable: MAIL_FROM_ADDRESS
|
||||
label: Sender Address
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: MAIL_FROM_NAME
|
||||
label: Sender Name
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "Speedtest Tracker"
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
|
|
@ -74,7 +74,7 @@ workload:
|
|||
MAIL_PORT: 465
|
||||
MAIL_USERNAME: ""
|
||||
MAIL_PASSWORD: ""
|
||||
MAIL_ENCRYPTION: ""
|
||||
MAIL_ENCRYPTION: "SSL"
|
||||
MAIL_FROM_ADDRESS: ""
|
||||
MAIL_FROM_NAME: "Speedtest Tracker"
|
||||
TELEGRAM_BOT_TOKEN: ""
|
||||
|
|
|
@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rimgo.png
|
|||
keywords:
|
||||
- rimgo
|
||||
- Network-Web
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
@ -33,4 +33,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/rimgo
|
||||
- https://quay.io/pussthecatorg/rimgo
|
||||
type: application
|
||||
version: 6.1.3
|
||||
version: 6.1.4
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: quay.io/pussthecatorg/rimgo
|
||||
tag: latest@sha256:07736f187249686f2dc804787067296cf9aa81eae6bf35f0ccc7b8e3795515b1
|
||||
tag: latest@sha256:4ec3a42f38f935b4a344d49b70fbe8debab364effc095514db9e1c2fb74a6ee6
|
||||
pullPolicy: IfNotPresent
|
||||
persistence: {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue