Skip to content

Commit

Permalink
Upgrade amd64 base image to v1.16.3-debian-logzio-amd64-2.1 (#91)
Browse files Browse the repository at this point in the history
Upgrade amd base image to v1.16.3-debian-logzio-amd64-2.1

The base image fluentd-kubernetes-daemonset:v1.16.3-debian-logzio-amd64-2.1 contain package openssl  3.0

---------

Co-authored-by: Kamlesh Verma <[email protected]>
  • Loading branch information
tamir-michaeli and vkamlesh authored Feb 26, 2024
1 parent ef85b28 commit f8523d1
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fluent/fluentd-kubernetes-daemonset:v1.16.3-debian-logzio-amd64-1.0
FROM fluent/fluentd-kubernetes-daemonset:v1.16.3-debian-logzio-amd64-2.1

USER root
WORKDIR /fluentd
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ These templates collects and exposes fluentd metrics on port `24231`, `/metrics`

### Changelog
**logzio/logzio-fluentd**:

- **1.5.2**:
- Upgrade amd image to `v1.16.3-debian-logzio-amd64-2.1`.
- **1.5.1**:
- Upgrade fluentd to `1.16.3`.
- **1.5.0**:
Expand Down
2 changes: 1 addition & 1 deletion logzio-daemonset-containerd-monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
mountPath: /fluentd/etc
containers:
- name: fluentd
image: logzio/logzio-fluentd:1.5.1
image: logzio/logzio-fluentd:1.5.2
ports:
- name: metrics
containerPort: 24231
Expand Down
2 changes: 1 addition & 1 deletion logzio-daemonset-containerd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
mountPath: /fluentd/etc
containers:
- name: fluentd
image: logzio/logzio-fluentd:1.5.1
image: logzio/logzio-fluentd:1.5.2
env:
- name: LOGZIO_LOG_SHIPPING_TOKEN
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion logzio-daemonset-rbac-monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
mountPath: /fluentd/etc
containers:
- name: fluentd
image: logzio/logzio-fluentd:1.5.1
image: logzio/logzio-fluentd:1.5.2
ports:
- name: metrics
containerPort: 24231
Expand Down
2 changes: 1 addition & 1 deletion logzio-daemonset-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
mountPath: /fluentd/etc
containers:
- name: fluentd
image: logzio/logzio-fluentd:1.5.1
image: logzio/logzio-fluentd:1.5.2
env:
- name: LOGZIO_LOG_SHIPPING_TOKEN
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion logzio-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
mountPath: /fluentd/etc
containers:
- name: fluentd
image: logzio/logzio-fluentd:1.5.1
image: logzio/logzio-fluentd:1.5.2
env:
- name: LOGZIO_LOG_SHIPPING_TOKEN
valueFrom:
Expand Down

0 comments on commit f8523d1

Please sign in to comment.