Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the state of the helm charts #1968

Merged
merged 1 commit into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,9 @@ For more information on the fields you can define on the cluster resource, see t

### Using helm

You can also use helm to install and manage the operator:

```bash
helm repo add fdb-kubernetes-operator https://foundationdb.github.io/fdb-kubernetes-operator/
helm repo update
helm install fdb-kubernetes-operator fdb-kubernetes-operator/fdb-kubernetes-operator
```
This repository contains a helm chart under [charts](./charts).
The helm chart is not published and not actively tested by our CI.
The charts are provided by the community on a best-effort base.

## Local Development

Expand Down
2 changes: 1 addition & 1 deletion charts/fdb-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: fdb-operator
description: A Helm chart for foundationDB operator
home: https://www.foundationdb.org/
sources:
- https://github.com/FoundationDB/fdb-kubernetes-operator/tree/master/helm/fdb-operator
- https://github.com/FoundationDB/fdb-kubernetes-operator/tree/main/charts/fdb-operator
# 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
Expand Down
Empty file.
Loading