Skip to content

Commit 8a2b172

Browse files
committed
chore(pulsar-resources-operator): bump chart version to v0.19.1-rc.2
1 parent 4f85287 commit 8a2b172

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

charts/pulsar-resources-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ type: application
3030
# This is the chart version. This version number should be incremented each time you make changes
3131
# to the chart and its templates, including the app version.
3232
# Versions are expected to follow Semantic Versioning (https://semver.org/)
33-
version: v0.19.1-rc.1
33+
version: v0.19.1-rc.2
3434

3535
# This is the version number of the application being deployed. This version number should be
3636
# incremented each time you make changes to the application. Versions are not expected to
3737
# follow Semantic Versioning. They should reflect the version the application is using.
3838
# It is recommended to use it with quotes.
39-
appVersion: "v0.19.1-rc.1"
39+
appVersion: "v0.19.1-rc.2"
4040

4141
# This is a semver range of compatible Kubernetes versions. Helm will validate the version
4242
# constraints when installing the chart and fail if the cluster runs an unsupported Kubernetes version

charts/pulsar-resources-operator/README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pulsar Resources Operator
22

3-
![Version: v0.19.1-rc.1](https://img.shields.io/badge/Version-v0.19.1-rc.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.19.1-rc.1](https://img.shields.io/badge/AppVersion-v0.19.1-rc.1-informational?style=flat-square)
3+
![Version: v0.19.1-rc.2](https://img.shields.io/badge/Version-v0.19.1-rc.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.19.1-rc.2](https://img.shields.io/badge/AppVersion-v0.19.1-rc.2-informational?style=flat-square)
44

55
## Installing the Chart
66

@@ -28,28 +28,28 @@ Apply from the local chart directory:
2828
$ kubectl apply -f charts/pulsar-resources-operator/crds
2929
```
3030

31-
Apply from raw URLs for a specific version (v0.19.1-rc.1 shown below):
31+
Apply from raw URLs for a specific version (v0.19.1-rc.2 shown below):
3232

3333
```console
34-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarfunctions.yaml
35-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_serviceaccounts.yaml
36-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpackages.yaml
37-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_serviceaccountbindings.yaml
38-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_computeworkspaces.yaml
39-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsargeoreplications.yaml
40-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_apikeys.yaml
41-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_computeflinkdeployments.yaml
42-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarconnections.yaml
43-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpermissions.yaml
44-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarnamespaces.yaml
45-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsinks.yaml
46-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartopics.yaml
47-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_secrets.yaml
48-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_rolebindings.yaml
49-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarnsisolationpolicies.yaml
50-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartenants.yaml
51-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsources.yaml
52-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.1/charts/pulsar-resources-operator/crds/resource.streamnative.io_streamnativecloudconnections.yaml
34+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.2/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarfunctions.yaml
35+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.2/charts/pulsar-resources-operator/crds/resource.streamnative.io_serviceaccounts.yaml
36+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.2/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpackages.yaml
37+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.2/charts/pulsar-resources-operator/crds/resource.streamnative.io_serviceaccountbindings.yaml
38+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.2/charts/pulsar-resources-operator/crds/resource.streamnative.io_computeworkspaces.yaml
39+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.2/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsargeoreplications.yaml
40+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.2/charts/pulsar-resources-operator/crds/resource.streamnative.io_apikeys.yaml
41+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.2/charts/pulsar-resources-operator/crds/resource.streamnative.io_computeflinkdeployments.yaml
42+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.2/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarconnections.yaml
43+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.2/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpermissions.yaml
44+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.2/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarnamespaces.yaml
45+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.2/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsinks.yaml
46+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.2/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartopics.yaml
47+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.2/charts/pulsar-resources-operator/crds/resource.streamnative.io_secrets.yaml
48+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.2/charts/pulsar-resources-operator/crds/resource.streamnative.io_rolebindings.yaml
49+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.2/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarnsisolationpolicies.yaml
50+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.2/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartenants.yaml
51+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.2/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsources.yaml
52+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.1-rc.2/charts/pulsar-resources-operator/crds/resource.streamnative.io_streamnativecloudconnections.yaml
5353
```
5454

5555
## Values

0 commit comments

Comments
 (0)