Skip to content

Commit 97bdbf2

Browse files
authored
chore(infra-apps): Bump kubePrometheusStack to 80.9.2 (#1629)
Signed-off-by: Iago Santos <[email protected]>
1 parent cbbf365 commit 97bdbf2

File tree

3 files changed

+7
-30
lines changed

3 files changed

+7
-30
lines changed

charts/infra-apps/Chart.yaml

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: infra-apps
33
description: Argo CD app-of-apps config for infrastructure components
44
type: application
5-
version: 0.256.0
5+
version: 0.257.0
66
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
77
sources:
88
- https://github.com/adfinis/helm-charts
@@ -19,29 +19,6 @@ annotations:
1919
artifacthub.io/changes: |
2020
- kind: changed
2121
description: |
22-
fix: update certManager to 1.19.2
23-
24-
- Fixes for various CVEs
25-
- Updated ACME client
26-
- Add IPv6 rules to the default network policy
27-
- Add global.nodeSelector to helm chart
28-
- Add a feature gate to default to Ingress pathType Exact in ACME HTTP01 Ingress challenge solvers.
29-
- Add generated applyconfigurations allowing clients to make type-safe server-side apply requests for cert-manager resources.
30-
- Added API defaults to issuer references group (cert-manager.io) and kind (Issuer)
31-
- Added certmanager_certificate_challenge_status Prometheus metric.
32-
- Added protocol field for rfc2136 DNS01 provider
33-
- The CAInjectorMerging feature has been promoted to BETA and is now enabled by default
34-
- Updated certificate metrics to the collector approach
35-
- ACME: Increased challenge authorization timeout to 2 minutes to fix error waiting for authorization
36-
- Increase maximum sizes of PEM certificates and chain
37-
38-
39-
links:
40-
- name: v1.19.2 Release
41-
url: https://github.com/cert-manager/cert-manager/releases/tag/v1.19.2
42-
- name: v1.18.4 Release
43-
url: https://github.com/cert-manager/cert-manager/releases/tag/v1.18.4
44-
- name: v1.19.1 Release
45-
url: https://github.com/cert-manager/cert-manager/releases/tag/v1.19.1
46-
- name: v1.19.0 Release
47-
url: https://github.com/cert-manager/cert-manager/releases/tag/v1.19.0
22+
Update from kube-prometheus-stack v79.9.0 to v80.9.2
23+
- Update etcd image digest bump in v80.9.0
24+
- Update kube-prometheus-stack dependencies non-major updates

charts/infra-apps/README.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/infra-apps/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ kubePrometheusStack:
131131
# -- Chart
132132
chart: kube-prometheus-stack
133133
# -- [kube-prometheus-stack Helm chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) version
134-
targetRevision: 79.9.0
134+
targetRevision: 80.9.2
135135
syncPolicy:
136136
syncOptions:
137137
# -- enable server-side-apply for KPS since it get's rid of having to manually sync/replace resources

0 commit comments

Comments
 (0)