From 4505e70e06f45e91b378b627c2f7ba57b79e5eae Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 28 Feb 2024 01:02:47 +0100 Subject: [PATCH 1/4] chore(deps): update ignored by renovate (patch) (#18689) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | patch | `18.0.3` -> `18.0.4` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | patch | `17.5.0` -> `17.5.1` | | [grafana/agent-operator](https://togithub.com/grafana/agent) | patch | `v0.39.1` -> `v0.39.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
grafana/agent (grafana/agent-operator) ### [`v0.39.2`](https://togithub.com/grafana/agent/blob/HEAD/CHANGELOG.md#v0392-2024-1-31) [Compare Source](https://togithub.com/grafana/agent/compare/v0.39.1...v0.39.2) ##### Bugfixes - Fix error introduced in v0.39.0 preventing remote write to Amazon Managed Prometheus. ([@​captncraig](https://togithub.com/captncraig)) - An error will be returned in the converter from Static to Flow when `scrape_integration` is set to `true` but no `remote_write` is defined. ([@​erikbaranowski](https://togithub.com/erikbaranowski))
--- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Signed-off-by: Kjeld Schouten Co-authored-by: Kjeld Schouten --- charts/incubator/grafana-agent-operator/Chart.yaml | 8 ++++---- charts/incubator/grafana-agent-operator/values.yaml | 2 +- charts/incubator/speedtest-tracker/Chart.yaml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) 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..86cb8d5c1ce0 100644 --- a/charts/incubator/speedtest-tracker/Chart.yaml +++ b/charts/incubator/speedtest-tracker/Chart.yaml @@ -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: "" @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/speedtest-tracker - https://ghcr.io/linuxserver/speedtest-tracker type: application -version: 0.0.1 +version: 0.0.2 From 78c5897235de565bbc56e076e204934a31ef1a76 Mon Sep 17 00:00:00 2001 From: alfi0812 <43101280+alfi0812@users.noreply.github.com> Date: Wed, 28 Feb 2024 01:07:58 +0100 Subject: [PATCH 2/4] Fixed Copy Paste Issues (#18704) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️Fixed Copy Paste Issues ⚒️Bumped Version to 0.1.0 ⚒️Changed Category to "Metrics" ⚒️Removed wrong link from Chart.yaml **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Kjeld Schouten Signed-off-by: Kjeld Schouten Co-authored-by: Kjeld Schouten Co-authored-by: Kjeld Schouten --- charts/incubator/speedtest-tracker/Chart.yaml | 4 ++-- charts/incubator/speedtest-tracker/questions.yaml | 8 +++++--- charts/incubator/speedtest-tracker/values.yaml | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/charts/incubator/speedtest-tracker/Chart.yaml b/charts/incubator/speedtest-tracker/Chart.yaml index 86cb8d5c1ce0..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 @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/speedtest-tracker - https://ghcr.io/linuxserver/speedtest-tracker type: application -version: 0.0.2 +version: 0.0.1 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: "" From d4559c679ed3cab9b0841bd62e4ac8d1e27cc64a Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 28 Feb 2024 01:31:06 +0100 Subject: [PATCH 3/4] chore(deps): update container image bitnami/prometheus to v2.50.1@d4f5af2 by renovate (#18683) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | bitnami/prometheus | patch | `2.50.0` -> `2.50.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- charts/enterprise/prometheus/Chart.yaml | 6 +++--- charts/enterprise/prometheus/values.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 From 79a28466d473ebd83e76a6460620bee8f6eaf966 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 28 Feb 2024 01:31:14 +0100 Subject: [PATCH 4/4] chore(deps): update container image quay.io/pussthecatorg/rimgo to latest@4ec3a42 by renovate (#18611) --- charts/stable/rimgo/Chart.yaml | 4 ++-- charts/stable/rimgo/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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: {}