diff --git a/charts/enterprise/prometheus/Chart.yaml b/charts/enterprise/prometheus/Chart.yaml index 517a8179be2d..2a6fd4fe22ac 100644 --- a/charts/enterprise/prometheus/Chart.yaml +++ b/charts/enterprise/prometheus/Chart.yaml @@ -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 diff --git a/charts/enterprise/prometheus/values.yaml b/charts/enterprise/prometheus/values.yaml index d06b810dcd6d..f7d624f2bb1d 100644 --- a/charts/enterprise/prometheus/values.yaml +++ b/charts/enterprise/prometheus/values.yaml @@ -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 diff --git a/charts/incubator/grafana-agent-operator/Chart.yaml b/charts/incubator/grafana-agent-operator/Chart.yaml index e7e057c9baa8..b3b3579df5a9 100644 --- a/charts/incubator/grafana-agent-operator/Chart.yaml +++ b/charts/incubator/grafana-agent-operator/Chart.yaml @@ -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 diff --git a/charts/incubator/grafana-agent-operator/values.yaml b/charts/incubator/grafana-agent-operator/values.yaml index 2594ea39dd93..64b42681c352 100644 --- a/charts/incubator/grafana-agent-operator/values.yaml +++ b/charts/incubator/grafana-agent-operator/values.yaml @@ -1,7 +1,7 @@ image: repository: grafana/agent-operator pullPolicy: IfNotPresent - tag: v0.39.1 + tag: v0.39.2@sha256:841e8e1365758116d4058aa561d8d0f9deb3f6339d17548eadeeecc46889307f podOptions: automountServiceAccountToken: true diff --git a/charts/incubator/speedtest-tracker/Chart.yaml b/charts/incubator/speedtest-tracker/Chart.yaml index 55468c4614e0..a139cc23f32e 100644 --- a/charts/incubator/speedtest-tracker/Chart.yaml +++ b/charts/incubator/speedtest-tracker/Chart.yaml @@ -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: "" diff --git a/charts/incubator/speedtest-tracker/questions.yaml b/charts/incubator/speedtest-tracker/questions.yaml index 36c6e314c58a..b8e3d2412fa8 100644 --- a/charts/incubator/speedtest-tracker/questions.yaml +++ b/charts/incubator/speedtest-tracker/questions.yaml @@ -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} diff --git a/charts/incubator/speedtest-tracker/values.yaml b/charts/incubator/speedtest-tracker/values.yaml index b5e4c2b073fd..d09fd13fcef7 100644 --- a/charts/incubator/speedtest-tracker/values.yaml +++ b/charts/incubator/speedtest-tracker/values.yaml @@ -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: "" diff --git a/charts/stable/rimgo/Chart.yaml b/charts/stable/rimgo/Chart.yaml index c59ba9035971..07bcfaebe604 100644 --- a/charts/stable/rimgo/Chart.yaml +++ b/charts/stable/rimgo/Chart.yaml @@ -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 diff --git a/charts/stable/rimgo/values.yaml b/charts/stable/rimgo/values.yaml index 058dc70722fa..d0561ec6faae 100644 --- a/charts/stable/rimgo/values.yaml +++ b/charts/stable/rimgo/values.yaml @@ -1,6 +1,6 @@ image: repository: quay.io/pussthecatorg/rimgo - tag: latest@sha256:07736f187249686f2dc804787067296cf9aa81eae6bf35f0ccc7b8e3795515b1 + tag: latest@sha256:4ec3a42f38f935b4a344d49b70fbe8debab364effc095514db9e1c2fb74a6ee6 pullPolicy: IfNotPresent persistence: {}