Skip to content

Commit

Permalink
Merge pull request #26 from kube-logging/release-4.2.1
Browse files Browse the repository at this point in the history
chore: bump image and chart versions
  • Loading branch information
pepov authored Jun 8, 2023
2 parents 0ad1754 + ec4e11c commit bc8aafa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/logging-operator-logging/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
type: application
name: logging-operator-logging
version: 4.2.0
version: 4.2.1
kubeVersion: ">=1.22"
description: A Helm chart to configure logging resource for the Logging operator.
keywords:
Expand All @@ -24,7 +24,7 @@ annotations:
- name: syslog-ng
image: ghcr.io/axoflow/axosyslog:4.2.0
- name: logging-operator
image: ghcr.io/kube-logging/logging-operator:4.2.0
image: ghcr.io/kube-logging/logging-operator:4.2.1
- name: config-reloader
image: ghcr.io/kube-logging/config-reloader:v0.0.5
- name: node-exporter
Expand Down
2 changes: 1 addition & 1 deletion charts/logging-operator-logging/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# logging-operator-logging

![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)
![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)

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

Expand Down
6 changes: 3 additions & 3 deletions charts/logging-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
type: application
name: logging-operator
version: 4.2.0
appVersion: 4.2.0
version: 4.2.1
appVersion: 4.2.1
kubeVersion: ">=1.22"
description: Logging operator for Kubernetes based on Fluentd and Fluentbit.
keywords:
Expand All @@ -19,4 +19,4 @@ annotations:
description: Moved to to location
artifacthub.io/images: |
- name: logging-operator
image: ghcr.io/kube-logging/logging-operator:4.2.0
image: ghcr.io/kube-logging/logging-operator:4.2.1
2 changes: 1 addition & 1 deletion charts/logging-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# logging-operator

![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)
![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)

Logging operator for Kubernetes based on Fluentd and Fluentbit.

Expand Down

0 comments on commit bc8aafa

Please sign in to comment.