From 365525cba53ca92b79c21f9499d75bc05864a49b Mon Sep 17 00:00:00 2001 From: Toni Tauro Date: Thu, 5 Oct 2023 09:43:10 +0200 Subject: [PATCH] chore(promitorResourceDiscovery): update from 0.9.0 to 0.11.0 (#1129) * chore(promitorResourceDiscovery): update from 0.9.0 to 0.11.0 Signed-off-by: Toni Tauro * fix(Chart.yaml): add changes Signed-off-by: Toni Tauro --------- Signed-off-by: Toni Tauro --- charts/azure-apps/Chart.yaml | 24 ++++++++++++++++++++---- charts/azure-apps/README.md | 4 ++-- charts/azure-apps/values.yaml | 2 +- 3 files changed, 23 insertions(+), 7 deletions(-) diff --git a/charts/azure-apps/Chart.yaml b/charts/azure-apps/Chart.yaml index 269821c6d..ebd807234 100644 --- a/charts/azure-apps/Chart.yaml +++ b/charts/azure-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: azure-apps description: Argo CD app-of-apps config for Azure applications type: application -version: 0.9.0 +version: 0.10.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/azure-apps sources: - https://github.com/adfinis/helm-charts @@ -17,7 +17,23 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: "promitor: scraper v2.10 & resource discovery v0.9.0" + description: "promitor: resource discovery v0.11.0" links: - - name: GitHub PR - url: https://github.com/promitor/charts/pull/144 + - name: Marinre distroless support + url: https://github.com/tomkerkhove/promitor/pull/2329 + - name: PowerBi Dedicated Scraping + url: https://github.com/tomkerkhove/promitor/pull/2368 + - name: Patch for CVE-2023-29331 + url: https://github.com/advisories/GHSA-w4m3-43gp-x8hx + - name: Patch for CVE-2023-28260 (High | Base image) + url: https://github.com/advisories/GHSA-555c-2p6r-68mm + - name: Patch for CVE-2023-33170 (High - CVE Report) + url: https://github.com/advisories/GHSA-25c8-p796-jg6r + - name: Patch for CVE-2023-36799 (Medium - CVE Report) + url: https://github.com/advisories/GHSA-h3hv-63q5-jgpr + - name: Patch for CVE-2023-36054 (Medium - CVE Report) + url: https://github.com/advisories/GHSA-39q6-4vrm-fv3g + - name: Patch for CVE-2023-3817 (Medium - CVE Report) + url: https://github.com/advisories/GHSA-c945-cqj5-wfv6 + - name: Patch for CVE-2023-2650 (Medium - CVE Report) + url: https://github.com/advisories/GHSA-gqxg-9vfr-p9cg diff --git a/charts/azure-apps/README.md b/charts/azure-apps/README.md index bb97734ea..986df46d0 100644 --- a/charts/azure-apps/README.md +++ b/charts/azure-apps/README.md @@ -1,6 +1,6 @@ # azure-apps -![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for Azure applications @@ -35,7 +35,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | promitorResourceDiscovery.destination.namespace | string | `"infra-promitor"` | Namespace | | promitorResourceDiscovery.enabled | bool | `false` | Enable promitor resource discovery | | promitorResourceDiscovery.repoURL | string | [repo](https://charts.promitor.io) | Repo URL | -| promitorResourceDiscovery.targetRevision | string | `"0.9.0"` | [promitor-agent-resource-discovery Helm chart](https://github.com/promitor/charts/tree/main/promitor-agent-resource-discovery) version | +| promitorResourceDiscovery.targetRevision | string | `"0.11.0"` | [promitor-agent-resource-discovery Helm chart](https://github.com/promitor/charts/tree/main/promitor-agent-resource-discovery) version | | promitorResourceDiscovery.values | object | [upstream values](https://github.com/promitor/charts/blob/main/promitor-agent-resource-discovery/values.yaml) | Helm values | | promitorScraper | object | - | [promitor](https://promitor.io/) scraper ([example](./examples/promitor.yaml)) | | promitorScraper.chart | string | `"promitor-agent-scraper"` | Chart | diff --git a/charts/azure-apps/values.yaml b/charts/azure-apps/values.yaml index d5e42c22e..b98e79b1f 100644 --- a/charts/azure-apps/values.yaml +++ b/charts/azure-apps/values.yaml @@ -53,7 +53,7 @@ promitorResourceDiscovery: # -- Chart chart: "promitor-agent-resource-discovery" # -- [promitor-agent-resource-discovery Helm chart](https://github.com/promitor/charts/tree/main/promitor-agent-resource-discovery) version - targetRevision: "0.9.0" + targetRevision: "0.11.0" # -- Helm values # @default -- [upstream values](https://github.com/promitor/charts/blob/main/promitor-agent-resource-discovery/values.yaml) values: {}