Skip to content

Commit

Permalink
chore(promitorResourceDiscovery): update from 0.9.0 to 0.11.0 (#1129)
Browse files Browse the repository at this point in the history
* chore(promitorResourceDiscovery): update from 0.9.0 to 0.11.0

Signed-off-by: Toni Tauro <[email protected]>

* fix(Chart.yaml): add changes

Signed-off-by: Toni Tauro <[email protected]>

---------

Signed-off-by: Toni Tauro <[email protected]>
  • Loading branch information
eyenx authored Oct 5, 2023
1 parent 95acc72 commit 365525c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
24 changes: 20 additions & 4 deletions charts/azure-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions charts/azure-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/azure-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}

0 comments on commit 365525c

Please sign in to comment.