Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 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.17.0
version: 0.18.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/azure-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -15,13 +15,13 @@ dependencies:
version: 0.9.1
repository: https://charts.adfinis.com
annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- kind: security
- kind: changed
description: |
Update promitorResourceDiscovery to 0.14.1, which includes patches for various CVEs.
fix: update promitorScraper to 1.14.1
- Fixed a bug in Azure Monitor scraping to handle duplicate metric namespaces in queries
- Updated dependencies
links:
- name: Promitor Resource Discovery v0.14.1
url: https://github.com/tomkerkhove/promitor/releases/tag/ResourceDiscovery-v0.14.1
- name: ResourceDiscovery v0.14.1
url: https://github.com/promitor/charts/releases/tag/ResourceDiscovery-v0.14.1
- name: Scraper 2.14.1 Release
url: https://github.com/tomkerkhove/promitor/releases/tag/Scraper-v2.14.1
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 @@ -33,7 +33,7 @@ promitorScraper:
# -- Chart
chart: "promitor-agent-scraper"
# -- [promitor-agent-scraper Helm chart](https://github.com/promitor/charts/tree/main/promitor-agent-scraper) version
targetRevision: "2.14.0"
targetRevision: "2.14.1"
# -- Helm values
# @default -- [upstream values](https://github.com/promitor/charts/blob/main/promitor-agent-scraper/values.yaml)
values: {}
Expand Down
46 changes: 26 additions & 20 deletions charts/infra-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: infra-apps
description: Argo CD app-of-apps config for infrastructure components
type: application
version: 0.255.0
version: 0.256.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -15,27 +15,33 @@ dependencies:
version: 0.9.1
repository: https://charts.adfinis.com
annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- kind: changed
description: |
fix: update ingress-nginx to 4.14.1
fix: update certManager to 1.19.2

- Fixes for various CVEs
- Updated ACME client
- Add IPv6 rules to the default network policy
- Add global.nodeSelector to helm chart
- Add a feature gate to default to Ingress pathType Exact in ACME HTTP01 Ingress challenge solvers.
- Add generated applyconfigurations allowing clients to make type-safe server-side apply requests for cert-manager resources.
- Added API defaults to issuer references group (cert-manager.io) and kind (Issuer)
- Added certmanager_certificate_challenge_status Prometheus metric.
- Added protocol field for rfc2136 DNS01 provider
- The CAInjectorMerging feature has been promoted to BETA and is now enabled by default
- Updated certificate metrics to the collector approach
- ACME: Increased challenge authorization timeout to 2 minutes to fix error waiting for authorization
- Increase maximum sizes of PEM certificates and chain


- Update NGINX controller to 1.14.1
- Added support for PROXY protocol v2 in SSL Proxy
- Fixes for rate-limiting zone sorting
links:
- name: ingress nginx changelog
url: https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog
- name: helm-chart-4.14.1
url: https://github.com/kubernetes/ingress-nginx/releases/tag/helm-chart-4.14.1
- name: helm-chart-4.13.5
url: https://github.com/kubernetes/ingress-nginx/releases/tag/helm-chart-4.13.5
- name: helm-chart-4.14.0
url: https://github.com/kubernetes/ingress-nginx/releases/tag/helm-chart-4.14.0
- name: helm-chart-4.13.4
url: https://github.com/kubernetes/ingress-nginx/releases/tag/helm-chart-4.13.4
- name: helm-chart-4.13.3
url: https://github.com/kubernetes/ingress-nginx/releases/tag/helm-chart-4.13.3
- name: helm-chart-4.13.2
url: https://github.com/kubernetes/ingress-nginx/releases/tag/helm-chart-4.13.2
- name: v1.19.2 Release
url: https://github.com/cert-manager/cert-manager/releases/tag/v1.19.2
- name: v1.18.4 Release
url: https://github.com/cert-manager/cert-manager/releases/tag/v1.18.4
- name: v1.19.1 Release
url: https://github.com/cert-manager/cert-manager/releases/tag/v1.19.1
- name: v1.19.0 Release
url: https://github.com/cert-manager/cert-manager/releases/tag/v1.19.0
4 changes: 2 additions & 2 deletions charts/infra-apps/README.md

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

3 changes: 2 additions & 1 deletion charts/infra-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ certManager:
# -- Chart
chart: cert-manager
# -- [cert-manager Helm chart](https://github.com/cert-manager/cert-manager/tree/master/deploy/charts/cert-manager) version
targetRevision: 1.18.2
targetRevision: 1.19.2

# -- Helm values
# @default -- [upstream values](https://github.com/cert-manager/cert-manager/blob/master/deploy/charts/cert-manager/values.yaml)
values: {}
Expand Down
20 changes: 9 additions & 11 deletions charts/logging-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: logging-apps
description: Argo CD app-of-apps config for logging applications
type: application
version: 0.42.0
version: 0.43.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/logging-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -19,14 +19,12 @@ annotations:
artifacthub.io/changes: |
- kind: changed
description: |
Updating promtail Chart form 6.16.5 to 6.17.1
* Mark promtail chart as deprecated
* update appVersion to 3.5.1
* allow to inject templates
Updating loki Chart form 6.41.1 to 6.46.0
* nameOverride is now templated, and topologySpreadConstraints are configurable for single binary
* Removed storageClass field from compactor persistence (move it to claims)
* MinIO is deprecated as an object store and will be removed in the future
* The experimental Loki UI was removed (moved to the loki-operational-ui plugin)
* Added support for auto-resizing volumes by recreating the StatefulSet
links:
- name: promtail-6.16.6 Relese Notes
url: https://github.com/grafana/helm-charts/releases/tag/promtail-6.16.6
- name: promtail-6.17.0 Release notes
url: https://github.com/grafana/helm-charts/releases/tag/promtail-6.17.0
- name: promtail-6.17.1 Release notes
url: https://github.com/grafana/helm-charts/releases/tag/promtail-6.17.1
- name: Grafana loki changelog
url: https://github.com/grafana/loki/blob/main/production/helm/loki/CHANGELOG.md
4 changes: 2 additions & 2 deletions charts/logging-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/logging-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ loki:
# -- Chart
chart: "loki"
# -- [loki Helm chart](https://github.com/grafana/loki/tree/main/production/helm/loki)
targetRevision: "6.41.1"
targetRevision: "6.46.0"
# -- Helm values
# @default -- [upstream values](https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml)
values: {}
Expand Down
30 changes: 11 additions & 19 deletions charts/misc-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: misc-apps
description: Argo CD app-of-apps config for miscellaneous small tools
type: application
version: 0.57.0
version: 0.58.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/misc-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -19,26 +19,18 @@ annotations:
artifacthub.io/changes: |
- kind: changed
description: |
chore: Upgraded Keda chart from 2.14.2 to 2.17.2
chore: Upgraded Keda chart from 2.17.2 to 2.18.2

- Bumped Keda to v2.17.0
- improved security with stricter RBAC
- improved reliability of cer Renewals
- Bumped Keda to 2.18.2
- improved the raw metrics stream to send metrics during the ScaledObject's polling interval
- Added a flag KEDA_CHECK_UNEXPECTED_SCALERS_PARAMS to allow checking for unexpected scaler parameters
- added option to disable the creation of legacy Docker service links
- fixed service account token bug.

links:
- name: v2.17.2 release notes
url: https://github.com/kedacore/charts/releases/tag/v2.17.2
- name: v2.17.1 release notes
url: https://github.com/kedacore/charts/releases/tag/v2.17.1
- name: v2.16.1 release notes
url: https://github.com/kedacore/charts/releases/tag/v2.16.1
- name: v2.16.0 release notes
url: https://github.com/kedacore/charts/releases/tag/v2.16.0
- name: v2.15.2 release notes
url: https://github.com/kedacore/charts/releases/tag/v2.15.2
- name: v2.15.1 release notes
url: https://github.com/kedacore/charts/releases/tag/v2.15.1
- name: v2.14.3 release notes
url: https://github.com/kedacore/charts/releases/tag/v2.14.3
- name: v2.18.0 release notes
url: https://github.com/kedacore/keda/releases/tag/v2.18.0
- name: v2.18.1 release notes
url: https://github.com/kedacore/keda/releases/tag/v2.18.1
- name: v2.18.0 release notes
url: https://github.com/kedacore/keda/releases/tag/v2.18.0
4 changes: 2 additions & 2 deletions charts/misc-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/misc-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ keda:
# -- Chart
chart: keda
# -- [keda Helm chart](https://github.com/kedacore/charts/tree/main/keda/) version
targetRevision: 2.17.2
targetRevision: 2.18.2
# -- Helm values
# @default -- [upstream values](https://github.com/kedacore/charts/blob/main/keda/values.yaml)
values: {}
Expand Down
46 changes: 11 additions & 35 deletions charts/storage-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: storage-apps
description: Argo CD app-of-apps config for storage applications
type: application
version: 0.19.0
version: 0.21.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/storage-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -15,41 +15,17 @@ dependencies:
version: 0.9.1
repository: https://charts.adfinis.com
annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- kind: changed
description: |
Updated cephCsiCephfs and cephCsiRbd charts to 3.15.0, including:
- Replication server moved from main controller to CSI-Addons
- Added support for QoS parameters, like limits based on I/O capacity, read/write mix, and maximums.
- New method for SELinux labeling was introduce
- Can now create a ReadWriteMany (PVC) directly from a ReadOnlyMany
- Now supports using the ObjectMap data store within a RADOS namespace.
Updated csiDriverSmb to 1.19.1, including:
- Various CVE fixes
- upgrade csi-resizer to v1.14.0
- enable to use secrets with special characters
- support multiple storage classes creation using helm chart
links:
- name: "3.15 Release Notes"
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.15.0"
- name: "3.14.2 Release Notes"
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.14.2"
- name: "3.14.1 Release Notes"
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.14.1"
- name: "3.14 Release Notes"
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.14.0"
- name: "3.13.1 Release Notes"
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.13.1"
- name: "3.13 Release Notes"
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.13.0"
- name: "3.12.3 Release Notes"
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.12.3"
- name: "3.12.1 Release Notes"
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.12.1"
- name: "3.12 Release Notes"
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.12.0"
- name: "3.11 Release Notes"
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.11.0"
- name: "3.10.2 Release Notes"
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.10.2"
- name: "3.10.1 Release Notes"
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.10.1"
- name: "3.10 Release Notes"
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.10.0"
- name: "3.9 Release Notes"
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.9.0"
- name: "v1.19.1 Release Notes"
url: "https://github.com/kubernetes-csi/csi-driver-smb/releases/tag/v1.19.1"
- name: "v1.19.0 Release Notes"
url: "https://github.com/kubernetes-csi/csi-driver-smb/releases/tag/v1.19.0"
Loading