From 1f58c8a877320a8cd3c2510930a7703510e19fff Mon Sep 17 00:00:00 2001 From: Rui Fu Date: Mon, 30 Mar 2026 20:48:04 +0800 Subject: [PATCH 1/3] chore(charts): bump version to v0.19.0-rc.1 in Helm chart --- charts/pulsar-resources-operator/Chart.yaml | 4 +- charts/pulsar-resources-operator/README.md | 42 ++++++++++----------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/charts/pulsar-resources-operator/Chart.yaml b/charts/pulsar-resources-operator/Chart.yaml index 5adcf1f3..e4dc0523 100644 --- a/charts/pulsar-resources-operator/Chart.yaml +++ b/charts/pulsar-resources-operator/Chart.yaml @@ -30,13 +30,13 @@ 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: v0.17.0 +version: v0.19.0-rc.1 # 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. # It is recommended to use it with quotes. -appVersion: "v0.17.0" +appVersion: "v0.19.0-rc.1" # This is a semver range of compatible Kubernetes versions. Helm will validate the version # constraints when installing the chart and fail if the cluster runs an unsupported Kubernetes version diff --git a/charts/pulsar-resources-operator/README.md b/charts/pulsar-resources-operator/README.md index 0685b244..36497ea1 100644 --- a/charts/pulsar-resources-operator/README.md +++ b/charts/pulsar-resources-operator/README.md @@ -1,6 +1,6 @@ # Pulsar Resources Operator -![Version: v0.17.0](https://img.shields.io/badge/Version-v0.17.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.17.0](https://img.shields.io/badge/AppVersion-v0.17.0-informational?style=flat-square) +![Version: v0.19.0-rc.1](https://img.shields.io/badge/Version-v0.19.0-rc.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.19.0-rc.1](https://img.shields.io/badge/AppVersion-v0.19.0-rc.1-informational?style=flat-square) ## Installing the Chart @@ -28,28 +28,28 @@ Apply from the local chart directory: $ kubectl apply -f charts/pulsar-resources-operator/crds ``` -Apply from raw URLs for a specific version (v0.17.0 shown below): +Apply from raw URLs for a specific version (v0.19.0-rc.1 shown below): ```console -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarfunctions.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_serviceaccounts.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpackages.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_serviceaccountbindings.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_computeworkspaces.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsargeoreplications.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_apikeys.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_computeflinkdeployments.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarconnections.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpermissions.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarnamespaces.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsinks.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartopics.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_secrets.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_rolebindings.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarnsisolationpolicies.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartenants.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsources.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_streamnativecloudconnections.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarfunctions.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_serviceaccounts.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpackages.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_serviceaccountbindings.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_computeworkspaces.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsargeoreplications.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_apikeys.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_computeflinkdeployments.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarconnections.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpermissions.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarnamespaces.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsinks.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartopics.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_secrets.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_rolebindings.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarnsisolationpolicies.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartenants.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsources.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_streamnativecloudconnections.yaml ``` ## Values From e7d8c394810a0f637b531b11529afc4b1864070f Mon Sep 17 00:00:00 2001 From: Rui Fu Date: Wed, 1 Apr 2026 12:01:07 +0800 Subject: [PATCH 2/3] chore(pulsar-resources-operator): update chart version to v0.19.0 --- charts/pulsar-resources-operator/Chart.yaml | 4 +- charts/pulsar-resources-operator/README.md | 42 ++++++++++----------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/charts/pulsar-resources-operator/Chart.yaml b/charts/pulsar-resources-operator/Chart.yaml index e4dc0523..7bea24bb 100644 --- a/charts/pulsar-resources-operator/Chart.yaml +++ b/charts/pulsar-resources-operator/Chart.yaml @@ -30,13 +30,13 @@ 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: v0.19.0-rc.1 +version: v0.19.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. # It is recommended to use it with quotes. -appVersion: "v0.19.0-rc.1" +appVersion: "v0.19.0" # This is a semver range of compatible Kubernetes versions. Helm will validate the version # constraints when installing the chart and fail if the cluster runs an unsupported Kubernetes version diff --git a/charts/pulsar-resources-operator/README.md b/charts/pulsar-resources-operator/README.md index 36497ea1..b1b95b41 100644 --- a/charts/pulsar-resources-operator/README.md +++ b/charts/pulsar-resources-operator/README.md @@ -1,6 +1,6 @@ # Pulsar Resources Operator -![Version: v0.19.0-rc.1](https://img.shields.io/badge/Version-v0.19.0-rc.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.19.0-rc.1](https://img.shields.io/badge/AppVersion-v0.19.0-rc.1-informational?style=flat-square) +![Version: v0.19.0](https://img.shields.io/badge/Version-v0.19.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.19.0](https://img.shields.io/badge/AppVersion-v0.19.0-informational?style=flat-square) ## Installing the Chart @@ -28,28 +28,28 @@ Apply from the local chart directory: $ kubectl apply -f charts/pulsar-resources-operator/crds ``` -Apply from raw URLs for a specific version (v0.19.0-rc.1 shown below): +Apply from raw URLs for a specific version (v0.19.0 shown below): ```console -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarfunctions.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_serviceaccounts.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpackages.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_serviceaccountbindings.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_computeworkspaces.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsargeoreplications.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_apikeys.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_computeflinkdeployments.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarconnections.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpermissions.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarnamespaces.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsinks.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartopics.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_secrets.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_rolebindings.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarnsisolationpolicies.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartenants.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsources.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_streamnativecloudconnections.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarfunctions.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_serviceaccounts.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpackages.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_serviceaccountbindings.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_computeworkspaces.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsargeoreplications.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_apikeys.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_computeflinkdeployments.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarconnections.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpermissions.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarnamespaces.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsinks.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartopics.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_secrets.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_rolebindings.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarnsisolationpolicies.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartenants.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsources.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_streamnativecloudconnections.yaml ``` ## Values From 53448913f79a00638258fac087a203a0614fc3c2 Mon Sep 17 00:00:00 2001 From: Rui Fu Date: Wed, 1 Apr 2026 12:02:35 +0800 Subject: [PATCH 3/3] docs(pulsar-resources-operator): fix CRD URLs in README --- charts/pulsar-resources-operator/README.md | 38 +++++++++++----------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/charts/pulsar-resources-operator/README.md b/charts/pulsar-resources-operator/README.md index b1b95b41..d2f920c3 100644 --- a/charts/pulsar-resources-operator/README.md +++ b/charts/pulsar-resources-operator/README.md @@ -31,25 +31,25 @@ $ kubectl apply -f charts/pulsar-resources-operator/crds Apply from raw URLs for a specific version (v0.19.0 shown below): ```console -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarfunctions.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_serviceaccounts.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpackages.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_serviceaccountbindings.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_computeworkspaces.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsargeoreplications.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_apikeys.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_computeflinkdeployments.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarconnections.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpermissions.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarnamespaces.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsinks.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartopics.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_secrets.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_rolebindings.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarnsisolationpolicies.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartenants.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsources.yaml -kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_streamnativecloudconnections.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarfunctions.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_serviceaccounts.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpackages.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_serviceaccountbindings.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_computeworkspaces.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsargeoreplications.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_apikeys.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_computeflinkdeployments.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarconnections.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpermissions.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarnamespaces.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsinks.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartopics.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_secrets.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_rolebindings.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarnsisolationpolicies.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartenants.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsources.yaml +kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_streamnativecloudconnections.yaml ``` ## Values