-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update helm chart version and clarify helm-related docs (#1378)
* Update chart.yaml to ref v3.2.0. Signed-off-by: Josh Baird <[email protected]> * Update docs. Signed-off-by: Josh Baird <[email protected]> * Touch up. Signed-off-by: Josh Baird <[email protected]> --------- Signed-off-by: Josh Baird <[email protected]>
- Loading branch information
1 parent
dbb6848
commit 09cfed2
Showing
4 changed files
with
38 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
The Helm charts in this directory are considered "development" and are [synced](../RELEASE.md) to the [fluent/helm-charts](https://github.com/fluent/helm-charts/tree/main/charts/fluent-operator/) repository for each release. Users are instructed to install the Fluent Operator Helm chart from the [fluent/helm-charts](https://github.com/fluent/helm-charts/tree/main/charts/fluent-operator/) repo. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,26 @@ | ||
apiVersion: v2 | ||
name: fluent-operator | ||
description: A Helm chart for Kubernetes | ||
|
||
# A chart can be either an 'application' or a 'library' chart. | ||
# | ||
# Application charts are a collection of templates that can be packaged into versioned archives | ||
# to be deployed. | ||
# | ||
# Library charts provide useful utilities or functions for the chart developer. They're included as | ||
# a dependency of application charts to inject those utilities and functions into the rendering | ||
# pipeline. Library charts do not define any templates and therefore cannot be deployed. | ||
# type: application | ||
|
||
# This is the chart version. This version number should be incremented each time you make changes | ||
# to the chart and its templates, including the app version. | ||
# Versions are expected to follow Semantic Versioning (https://semver.org/) | ||
version: 3.1.0 | ||
|
||
# This is the version number of the application being deployed. This version number should be | ||
# incremented each time you make changes to the application. Versions are not expected to | ||
# follow Semantic Versioning. They should reflect the version the application is using. | ||
appVersion: 3.1.0 | ||
|
||
description: Fluent Operator provides great flexibility in building a logging layer based on Fluent Bit and Fluentd. | ||
keywords: | ||
- logging | ||
- fluent-bit | ||
- fluentd | ||
- operator | ||
version: 3.2.0 | ||
appVersion: 3.2.0 | ||
icon: https://raw.githubusercontent.com/fluent/fluent-operator/master/docs/images/fluent-operator-icon.svg | ||
home: https://www.fluentd.org/ | ||
sources: | ||
- https://github.com/fluent/fluent-operator | ||
maintainers: | ||
- name: wenchajun | ||
email: [email protected] | ||
dependencies: | ||
- name: fluent-bit-crds | ||
repository: fluent-bit-crds | ||
repository: "file://charts/fluent-bit-crds" | ||
version: 3.2.0 | ||
condition: fluentbit.crdsEnable | ||
- name: fluentd-crds | ||
repository: fluentd-crds | ||
condition: fluentd.crdsEnable | ||
repository: "file://charts/fluentd-crds" | ||
version: 3.2.0 | ||
condition: fluentd.crdsEnable |