Skip to content

Commit a07bd67

Browse files
committed
helm: Align crds charts appVersion with operator version
Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
1 parent 9b82598 commit a07bd67

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/fluent-bit-crds/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: fluent-bit-crds
33
description: A helm chart for Fluent-Bit custom resource definitions (CRDs) used by fluent-operator.
44
type: application
5-
version: 0.1.0
6-
appVersion: 0.1.0
5+
version: 0.2.0
6+
appVersion: v3.5.0
77
keywords:
88
- logging
99
- fluentd

charts/fluentd-crds/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: fluentd-crds
33
description: A helm chart for Fluentd custom resource definitions (CRDs) used by fluent-operator.
44
type: application
5-
version: 0.1.0
6-
appVersion: 0.1.0
5+
version: 0.2.0
6+
appVersion: v3.5.0
77
keywords:
88
- logging
99
- fluentd

0 commit comments

Comments
 (0)