Skip to content

Commit 6ed5407

Browse files
authored
chore: bump chart to the 0.4.3 release (#155)
* chore: bump chart to 0.4.3 Signed-off-by: ericsyh <ericshenyuhao@outlook.com> * update crd Signed-off-by: ericsyh <ericshenyuhao@outlook.com> * update test Signed-off-by: ericsyh <ericshenyuhao@outlook.com> --------- Signed-off-by: ericsyh <ericshenyuhao@outlook.com>
1 parent d2e484a commit 6ed5407

9 files changed

Lines changed: 12 additions & 8 deletions

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.4.2
33+
version: v0.4.3
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.4.2"
39+
appVersion: "v0.4.3"
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/crds/resource.streamnative.io_pulsarconnections.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ spec:
122122
value:
123123
type: string
124124
type: object
125+
scope:
126+
type: string
125127
required:
126128
- audience
127129
- clientID

charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpermissions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022 StreamNative
1+
# Copyright 2023 StreamNative
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartenants.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022 StreamNative
1+
# Copyright 2023 StreamNative
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

charts/pulsar-resources-operator/tests/deployment_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tests:
3131
value: gcr.io/kubebuilder/kube-rbac-proxy:v0.14.1
3232
- equal:
3333
path: spec.template.spec.containers[1].image
34-
value: docker.streamnative.io/streamnative/operators/pulsar-resources-operator:v0.4.2
34+
value: docker.streamnative.io/streamnative/operators/pulsar-resources-operator:v0.4.3
3535
- equal:
3636
path: spec.template.spec.containers[1].imagePullPolicy
3737
value: IfNotPresent

config/crd/bases/resource.streamnative.io_pulsarconnections.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ spec:
122122
value:
123123
type: string
124124
type: object
125+
scope:
126+
type: string
125127
required:
126128
- audience
127129
- clientID

config/crd/bases/resource.streamnative.io_pulsarpermissions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022 StreamNative
1+
# Copyright 2023 StreamNative
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

config/crd/bases/resource.streamnative.io_pulsartenants.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022 StreamNative
1+
# Copyright 2023 StreamNative
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

config/rbac/role.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022 StreamNative
1+
# Copyright 2023 StreamNative
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)