Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit bc8aafa

Browse files
authored
Merge pull request #26 from kube-logging/release-4.2.1
chore: bump image and chart versions
2 parents 0ad1754 + ec4e11c commit bc8aafa

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

charts/logging-operator-logging/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
type: application
33
name: logging-operator-logging
4-
version: 4.2.0
4+
version: 4.2.1
55
kubeVersion: ">=1.22"
66
description: A Helm chart to configure logging resource for the Logging operator.
77
keywords:
@@ -24,7 +24,7 @@ annotations:
2424
- name: syslog-ng
2525
image: ghcr.io/axoflow/axosyslog:4.2.0
2626
- name: logging-operator
27-
image: ghcr.io/kube-logging/logging-operator:4.2.0
27+
image: ghcr.io/kube-logging/logging-operator:4.2.1
2828
- name: config-reloader
2929
image: ghcr.io/kube-logging/config-reloader:v0.0.5
3030
- name: node-exporter

charts/logging-operator-logging/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# logging-operator-logging
22

3-
![version: 4.2.0](https://img.shields.io/badge/version-4.2.0-informational?style=flat-square) ![type: application](https://img.shields.io/badge/type-application-informational?style=flat-square) ![kube version: >=1.22](https://img.shields.io/badge/kube%20version->=1.22-informational?style=flat-square) [![artifact hub](https://img.shields.io/badge/artifact%20hub-logging--operator--logging-informational?style=flat-square)](https://artifacthub.io/packages/helm/kube-logging/logging-operator-logging)
3+
![version: 4.2.1](https://img.shields.io/badge/version-4.2.1-informational?style=flat-square) ![type: application](https://img.shields.io/badge/type-application-informational?style=flat-square) ![kube version: >=1.22](https://img.shields.io/badge/kube%20version->=1.22-informational?style=flat-square) [![artifact hub](https://img.shields.io/badge/artifact%20hub-logging--operator--logging-informational?style=flat-square)](https://artifacthub.io/packages/helm/kube-logging/logging-operator-logging)
44

55
A Helm chart to configure logging resource for the Logging operator.
66

charts/logging-operator/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
type: application
33
name: logging-operator
4-
version: 4.2.0
5-
appVersion: 4.2.0
4+
version: 4.2.1
5+
appVersion: 4.2.1
66
kubeVersion: ">=1.22"
77
description: Logging operator for Kubernetes based on Fluentd and Fluentbit.
88
keywords:
@@ -19,4 +19,4 @@ annotations:
1919
description: Moved to to location
2020
artifacthub.io/images: |
2121
- name: logging-operator
22-
image: ghcr.io/kube-logging/logging-operator:4.2.0
22+
image: ghcr.io/kube-logging/logging-operator:4.2.1

charts/logging-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# logging-operator
22

3-
![version: 4.2.0](https://img.shields.io/badge/version-4.2.0-informational?style=flat-square) ![type: application](https://img.shields.io/badge/type-application-informational?style=flat-square) ![app version: 4.2.0](https://img.shields.io/badge/app%20version-4.2.0-informational?style=flat-square) ![kube version: >=1.22](https://img.shields.io/badge/kube%20version->=1.22-informational?style=flat-square) [![artifact hub](https://img.shields.io/badge/artifact%20hub-logging--operator-informational?style=flat-square)](https://artifacthub.io/packages/helm/kube-logging/logging-operator)
3+
![version: 4.2.1](https://img.shields.io/badge/version-4.2.1-informational?style=flat-square) ![type: application](https://img.shields.io/badge/type-application-informational?style=flat-square) ![app version: 4.2.1](https://img.shields.io/badge/app%20version-4.2.1-informational?style=flat-square) ![kube version: >=1.22](https://img.shields.io/badge/kube%20version->=1.22-informational?style=flat-square) [![artifact hub](https://img.shields.io/badge/artifact%20hub-logging--operator-informational?style=flat-square)](https://artifacthub.io/packages/helm/kube-logging/logging-operator)
44

55
Logging operator for Kubernetes based on Fluentd and Fluentbit.
66

0 commit comments

Comments
 (0)