You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/fluent-bit-aggregator/CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,12 @@
14
14
15
15
## [UNRELEASED]
16
16
17
+
## [v0.16.1] - 2024-11-22
18
+
19
+
### Changed
20
+
21
+
- Updated hot-reload image to use `ghcr.io/jimmidyson/configmap-reload` as the _Chainguard_ image is no longer available. ([#1082](https://github.com/stevehipwell/helm-charts/pull/1082)) _@stevehipwell_
As the OCI chart release is signed by [Cosign](https://github.com/sigstore/cosign) you can verify the chart before installing it by running the following command.
| hotReload.enabled | bool |`false`| If `true`, enable [hot-reload](https://docs.fluentbit.io/manual/administration/hot-reload) via a sidecar container. |
73
73
| hotReload.image.digest | string |`nil`| Optional image digest for the hot-reload sidecar container. |
74
74
| hotReload.image.pullPolicy | string |`"IfNotPresent"`| Image pull policy for the hot-reload sidecar container. |
75
-
| hotReload.image.repository | string |`"cgr.dev/chainguard/configmap-reload"`| Image repository for the hot-reload sidecar container. |
76
-
| hotReload.image.tag | string |`"latest"`| Image tag for the hot-reload sidecar container. |
75
+
| hotReload.image.repository | string |`"ghcr.io/jimmidyson/configmap-reload"`| Image repository for the hot-reload sidecar container. |
76
+
| hotReload.image.tag | string |`"v0.14.0"`| Image tag for the hot-reload sidecar container. |
77
77
| hotReload.resources | object |`{}`| Resources for the hot-reload sidecar container. |
78
78
| image.digest | string |`nil`| Optional image digest for the default container. |
79
79
| image.pullPolicy | string |`"IfNotPresent"`| Image pull policy for the default container. |
Copy file name to clipboardExpand all lines: charts/fluent-bit-collector/CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,12 @@
14
14
15
15
## [UNRELEASED]
16
16
17
+
## [v0.13.1] - 2024-11-22
18
+
19
+
### Changed
20
+
21
+
- Updated hot-reload image to use `ghcr.io/jimmidyson/configmap-reload` as the _Chainguard_ image is no longer available. ([#1082](https://github.com/stevehipwell/helm-charts/pull/1082)) _@stevehipwell_
As the OCI chart release is signed by [Cosign](https://github.com/sigstore/cosign) you can verify the chart before installing it by running the following command.
| hotReload.enabled | bool |`false`| If `true`, enable [hot-reload](https://docs.fluentbit.io/manual/administration/hot-reload) via a sidecar container. |
71
71
| hotReload.image.digest | string |`nil`| Optional image digest for the hot-reload sidecar container. |
72
72
| hotReload.image.pullPolicy | string |`"IfNotPresent"`| Image pull policy for the hot-reload sidecar container. |
73
-
| hotReload.image.repository | string |`"cgr.dev/chainguard/configmap-reload"`| Image repository for the hot-reload sidecar container. |
74
-
| hotReload.image.tag | string |`"latest"`| Image tag for the hot-reload sidecar container. |
73
+
| hotReload.image.repository | string |`"ghcr.io/jimmidyson/configmap-reload"`| Image repository for the hot-reload sidecar container. |
74
+
| hotReload.image.tag | string |`"v0.14.0"`| Image tag for the hot-reload sidecar container. |
75
75
| hotReload.resources | object |`{}`| Resources for the hot-reload sidecar container. |
76
76
| image.digest | string |`nil`| Optional image digest for the default container. |
77
77
| image.pullPolicy | string |`"IfNotPresent"`| Image pull policy for the default container. |
Copy file name to clipboardExpand all lines: charts/nexus3/CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,12 @@
14
14
15
15
## [UNRELEASED]
16
16
17
+
## [v5.4.1] - 2024-11-05
18
+
19
+
### Changed
20
+
21
+
- Updated the config image to use `docker.io/alpine/k8s` as the _Chainguard_ image is no longer available. ([#1082](https://github.com/stevehipwell/helm-charts/pull/1082)) _@stevehipwell_
As the OCI chart release is signed by [Cosign](https://github.com/sigstore/cosign) you can verify the chart before installing it by running the following command.
Copy file name to clipboardExpand all lines: charts/thanos/CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,12 @@
14
14
15
15
## [UNRELEASED]
16
16
17
+
## [v1.18.2] - 2024-11-22
18
+
19
+
### Changed
20
+
21
+
- Updated configmap reload image to use `ghcr.io/jimmidyson/configmap-reload` as the _Chainguard_ image is no longer available. ([#1082](https://github.com/stevehipwell/helm-charts/pull/1082)) _@stevehipwell_
Copy file name to clipboardExpand all lines: charts/thanos/Chart.yaml
+2-10
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ apiVersion: v2
2
2
name: thanos
3
3
description: Helm chart to install Thanos; a set of components that can be composed into a highly available metric system with unlimited storage capacity, which can be added seamlessly on top of existing Prometheus deployments.
description: "Added support for setting the `unhealthyPodEvictionPolicy` value for the `PodDisruptionBudget` via the `<component>.podDisruptionBudget.unhealthyPodEvictionPolicy` value on _Kubernetes_ `1.27` or higher clusters."
27
-
- kind: added
28
-
description: "Added support for setting the `trafficDistribution` value for the _Query_ `Service` via the `query.service.trafficDistribution` value on _Kubernetes_ `1.31` or higher clusters."
29
-
- kind: added
30
-
description: "Added support for setting the `trafficDistribution` value for the _Query Frontend_ `Service` via the `queryFrontend.service.trafficDistribution` value on _Kubernetes_ `1.31` or higher clusters."
31
-
- kind: added
32
-
description: "Added support for setting the `trafficDistribution` value for the _Store Gateway_ `Service` via the `storeGateway.service.trafficDistribution` value on _Kubernetes_ `1.31` or higher clusters."
33
25
- kind: changed
34
-
description: "Updated the _Thanos_ OCI image to [v0.36.1](https://github.com/thanos-io/thanos/releases/tag/v0.36.1)."
26
+
description: "Updated configmap reload image to use `ghcr.io/jimmidyson/configmap-reload` as the _Chainguard_ image is no longer available."
0 commit comments