File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : azure-apps
33description : Argo CD app-of-apps config for Azure applications
44type : application
5- version : 0.17 .0
5+ version : 0.18 .0
66home : https://github.com/adfinis/helm-charts/tree/main/charts/azure-apps
77sources :
88 - https://github.com/adfinis/helm-charts
@@ -15,13 +15,13 @@ dependencies:
1515 version : 0.9.1
1616 repository : https://charts.adfinis.com
1717annotations :
18- artifacthub.io/containsSecurityUpdates : " true "
18+ artifacthub.io/containsSecurityUpdates : " false "
1919 artifacthub.io/changes : |
20- - kind: security
20+ - kind: changed
2121 description: |
22- Update promitorResourceDiscovery to 0.14.1, which includes patches for various CVEs.
22+ fix: update promitorScraper to 1.14.1
23+ - Fixed a bug in Azure Monitor scraping to handle duplicate metric namespaces in queries
24+ - Updated dependencies
2325 links:
24- - name: Promitor Resource Discovery v0.14.1
25- url: https://github.com/tomkerkhove/promitor/releases/tag/ResourceDiscovery-v0.14.1
26- - name: ResourceDiscovery v0.14.1
27- url: https://github.com/promitor/charts/releases/tag/ResourceDiscovery-v0.14.1
26+ - name: Scraper 2.14.1 Release
27+ url: https://github.com/tomkerkhove/promitor/releases/tag/Scraper-v2.14.1
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ promitorScraper:
3333 # -- Chart
3434 chart : " promitor-agent-scraper"
3535 # -- [promitor-agent-scraper Helm chart](https://github.com/promitor/charts/tree/main/promitor-agent-scraper) version
36- targetRevision : " 2.14.0 "
36+ targetRevision : " 2.14.1 "
3737 # -- Helm values
3838 # @default -- [upstream values](https://github.com/promitor/charts/blob/main/promitor-agent-scraper/values.yaml)
3939 values : {}
You can’t perform that action at this time.
0 commit comments