Skip to content

Commit 5aba475

Browse files
committed
helm-chart: patch 3.4 release
Signed-off-by: Marco Franssen <[email protected]>
1 parent b0d32e6 commit 5aba475

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/fluent-operator/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords:
66
- fluent-bit
77
- fluentd
88
- operator
9-
version: 3.4.0
9+
version: 3.4.1
1010
# renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-operator
1111
appVersion: "3.4.0"
1212
icon: https://raw.githubusercontent.com/fluent/fluent-operator/master/docs/images/fluent-operator-icon.svg
@@ -19,9 +19,9 @@ maintainers:
1919
dependencies:
2020
- name: fluent-bit-crds
2121
repository: "file://charts/fluent-bit-crds"
22-
version: 3.3.0
22+
version: 3.4.1
2323
condition: fluentbit.crdsEnable
2424
- name: fluentd-crds
2525
repository: "file://charts/fluentd-crds"
26-
version: 3.3.0
26+
version: 3.4.1
2727
condition: fluentd.crdsEnable

charts/fluent-operator/charts/fluent-bit-crds/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: A Helm chart delivering fluenbt-bit controller CRDS
1414
# This is the chart version. This version number should be incremented each time you make changes
1515
# to the chart and its templates, including the app version.
1616
# Versions are expected to follow Semantic Versioning (https://semver.org/)
17-
version: 3.3.0
17+
version: 3.4.1
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application. Versions are not expected to

charts/fluent-operator/charts/fluentd-crds/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: A Helm chart delivering fluentd controller CRDS
1414
# This is the chart version. This version number should be incremented each time you make changes
1515
# to the chart and its templates, including the app version.
1616
# Versions are expected to follow Semantic Versioning (https://semver.org/)
17-
version: 3.3.0
17+
version: 3.4.1
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application. Versions are not expected to

0 commit comments

Comments
 (0)