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 operator name #1117

Merged
merged 1 commit into from
Oct 27, 2023
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This repository contains the Helm Charts supported by [StreamNative](https://str

| Chart | Description | Usage |
| --- | --- | --- |
| [`pulsar-operator`](https://github.com/streamnative/charts/tree/master/charts/pulsar-operator) | The Helm Chart used for installing the StreamNative operator for Apache Pulsar that eases the installation and management of Pulsar clusters in a k8s environment. | For more details on how to use it, please refer to its [documentation](https://docs.streamnative.io/operator).
| [`pulsar-operator`](https://github.com/streamnative/charts/tree/master/charts/pulsar-operator) | The Helm Chart used for installing the StreamNative Pulsar Operators that eases the installation and management of Pulsar clusters in a k8s environment. | For more details on how to use it, please refer to its [documentation](https://docs.streamnative.io/operator).
| [`sn-platform`](https://github.com/streamnative/charts/tree/master/charts/sn-platform) | The Helm Chart used for deploying a self-managed version of StreamNative Cloud under a [Private Cloud Licence](https://streamnative.io/deployment/private-cloud-license). | For more details on how to use it, please refer to its [documentation](https://docs.streamnative.io/platform/platform-quickstart).
| [`local-storage-provisioner`](https://github.com/streamnative/charts/tree/master/charts/local-storage-provisioner) | The Helm Chart used for installing the local storage provisioner, allowing the use of local persistent volumes as durable storage. | For more details on how to use it, please see [here](charts/local-storage-provisioner/README.md). |
| [`image-puller`](https://github.com/streamnative/charts/tree/master/charts/image-puller) | The Helm Chart used for installing an Image Puller which retrieves the necessary Docker images for deploying Apache Pulsar or the StreamNative Platform. | For more details on how to use it, please see [here](charts/image-puller/README.md). |
Expand Down
6 changes: 3 additions & 3 deletions charts/pulsar-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# StreamNative Operators for Apache Pulsar
# StreamNative Pulsar Operators

The StreamNative Operators for Apache Pulsar bring the specific controllers for Kubernetes by providing specific Custom Resource Definition (CRD) which is developed and maintained by StreamNative Inc.
Installing the StreamNative Operators for Apache Pulsar means you agree to and are in compliance with the [StreamNative Community License](https://streamnative.io/community-licence).
StreamNative Pulsar Operators bring the specific controllers for Kubernetes by providing specific Custom Resource Definition (CRD) which is developed and maintained by StreamNative Inc.
Installing the StreamNative Pulsar Operators means you agree to and are in compliance with the [StreamNative Community License](https://streamnative.io/community-licence).

## Requirements

Expand Down
4 changes: 2 additions & 2 deletions charts/pulsar-operator/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
StreamNative Operators for Apache Pulsar

The StreamNative Operators for Apache Pulsar bring the specific controllers for Kubernetes by providing specific Custom Resource Definition (CRD) which is developed and maintained by StreamNative Inc.
Installing the StreamNative Operators for Apache Pulsar means you agreed to and are in compliance with https://streamnative.io/community-licence.
The StreamNative Pulsar Operators bring the specific controllers for Kubernetes by providing specific Custom Resource Definition (CRD) which is developed and maintained by StreamNative Inc.
Installing the StreamNative Pulsar Operators means you agreed to and are in compliance with https://streamnative.io/community-licence.
Loading