File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next version -->
4
4
5
+ ## 1.0.1
6
+ - Upgrade docker image to ` 1.5.6 ` .
7
+ - Upgrade ARM and AMD fluentd image version to ` v1.18.0-debian-logzio-amd64-1.3 ` and ` v1.18.0-debian-logzio-arm64-1.3 `
8
+
5
9
## 1.0.0
6
10
- ** Breaking changes**
7
11
- Secret values are now global to prevent duplicate values in the parent chart
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ description: A Helm chart for shipping Kubernetes logs via Fluentd.
4
4
keywords :
5
5
- logging
6
6
- fluentd
7
- version : 1.0.0
8
- appVersion : 1.5.5
7
+ version : 1.0.1
8
+ appVersion : 1.5.6
9
9
maintainers :
10
10
- name : Yotam loewenbach
11
11
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ enabled: true
2
2
# Fluentd image in daemonset
3
3
image : logzio/logzio-fluentd
4
4
# Fluentd image tag
5
- imageTag : 1.5.5
5
+ imageTag : 1.5.6
6
6
7
7
# Fluentd image in daemonset for windows nodes
8
8
windowsImage : logzio/fluentd-windows
You can’t perform that action at this time.
0 commit comments