Skip to content

Commit 573293d

Browse files
Merge pull request #1715 from marcofranssen/bump-chart
bump chart
2 parents 13bf68b + 6d9d007 commit 573293d

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
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.2
9+
version: 3.5.0
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.4.2
22+
version: 3.5.0
2323
condition: fluentbit.crdsEnable
2424
- name: fluentd-crds
2525
repository: "file://charts/fluentd-crds"
26-
version: 3.4.2
26+
version: 3.5.0
2727
condition: fluentd.crdsEnable

charts/fluent-operator/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@ export FLUENT_OPERATOR_CONTAINER_RUNTIME="containerd" # or "cri-o", "docker" dep
1111

1212
helm repo add fluent https://fluent.github.io/helm-charts
1313
helm upgrade --install fluent-operator fluent/fluent-operator \
14-
--create-namespace \
14+
--create-namespace \
1515
--set containerRuntime=${FLUENT_OPERATOR_CONTAINER_RUNTIME}
1616
```
1717

18-
By default, all CRDs required for Fluent Operator will be installed. To prevent `helm install` from installing CRDs, you can set `fluent-bit.crdsEnable` or `fluentd.crdsEnable` to `false`.
18+
By default, all CRDs required for Fluent Operator will be installed. To prevent `helm install` from installing CRDs, you can set `fluent-bit.crdsEnable` or `fluentd.crdsEnable` to `false`.
1919

2020
## Upgrading
2121

22-
Helm [does not manage the lifecycle of CRDs](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/), so if the Fluent Operator CRDs already exist, subsequent
22+
Helm [does not manage the lifecycle of CRDs](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/), so if the Fluent Operator CRDs already exist, subsequent
2323
chart upgrades will not add or remove CRDs even if they have changed. During upgrades, users should manually update CRDs:
2424

25-
```
25+
```shell
2626
wget https://github.com/fluent/fluent-operator/releases/download/<version>/fluent-operator.tgz
2727
tar -xf fluent-operator.tgz
2828
kubectl replace -f fluent-operator/crds
2929
```
3030

3131
## Chart Values
3232

33-
```
33+
```shell
3434
helm show values fluent/fluent-operator
35-
```
35+
```

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.4.2
17+
version: 3.5.0
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.4.2
17+
version: 3.5.0
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/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ fluentbit:
126126
registry: ghcr.io
127127
repository: fluent/fluent-operator/fluent-bit
128128
# renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-bit
129-
tag: "4.0.1"
129+
tag: "4.1.0"
130130

131131
# fluentbit resources. If you do want to specify resources, adjust them as necessary
132132
# You can adjust it based on the log volume.

0 commit comments

Comments
 (0)