From 6ed5407915344ce4a0350dffe74dab5ffb1fc0e8 Mon Sep 17 00:00:00 2001 From: Eric Shen Date: Mon, 25 Sep 2023 22:12:56 +0800 Subject: [PATCH] chore: bump chart to the 0.4.3 release (#155) * chore: bump chart to 0.4.3 Signed-off-by: ericsyh * update crd Signed-off-by: ericsyh * update test Signed-off-by: ericsyh --------- Signed-off-by: ericsyh --- charts/pulsar-resources-operator/Chart.yaml | 4 ++-- .../crds/resource.streamnative.io_pulsarconnections.yaml | 2 ++ .../crds/resource.streamnative.io_pulsarpermissions.yaml | 2 +- .../crds/resource.streamnative.io_pulsartenants.yaml | 2 +- charts/pulsar-resources-operator/tests/deployment_test.yaml | 2 +- .../crd/bases/resource.streamnative.io_pulsarconnections.yaml | 2 ++ .../crd/bases/resource.streamnative.io_pulsarpermissions.yaml | 2 +- config/crd/bases/resource.streamnative.io_pulsartenants.yaml | 2 +- config/rbac/role.yaml | 2 +- 9 files changed, 12 insertions(+), 8 deletions(-) diff --git a/charts/pulsar-resources-operator/Chart.yaml b/charts/pulsar-resources-operator/Chart.yaml index 77dd7e64..3ccd637e 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.4.2 +version: v0.4.3 # 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.4.2" +appVersion: "v0.4.3" # 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/crds/resource.streamnative.io_pulsarconnections.yaml b/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarconnections.yaml index ade4fb3a..c560926c 100644 --- a/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarconnections.yaml +++ b/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarconnections.yaml @@ -122,6 +122,8 @@ spec: value: type: string type: object + scope: + type: string required: - audience - clientID diff --git a/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpermissions.yaml b/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpermissions.yaml index ead68d4a..501b7946 100644 --- a/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpermissions.yaml +++ b/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpermissions.yaml @@ -1,4 +1,4 @@ -# Copyright 2022 StreamNative +# Copyright 2023 StreamNative # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartenants.yaml b/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartenants.yaml index c9e1569e..6adf5113 100644 --- a/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartenants.yaml +++ b/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartenants.yaml @@ -1,4 +1,4 @@ -# Copyright 2022 StreamNative +# Copyright 2023 StreamNative # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/charts/pulsar-resources-operator/tests/deployment_test.yaml b/charts/pulsar-resources-operator/tests/deployment_test.yaml index 98f4faa0..b8ef0c6f 100644 --- a/charts/pulsar-resources-operator/tests/deployment_test.yaml +++ b/charts/pulsar-resources-operator/tests/deployment_test.yaml @@ -31,7 +31,7 @@ tests: value: gcr.io/kubebuilder/kube-rbac-proxy:v0.14.1 - equal: path: spec.template.spec.containers[1].image - value: docker.streamnative.io/streamnative/operators/pulsar-resources-operator:v0.4.2 + value: docker.streamnative.io/streamnative/operators/pulsar-resources-operator:v0.4.3 - equal: path: spec.template.spec.containers[1].imagePullPolicy value: IfNotPresent diff --git a/config/crd/bases/resource.streamnative.io_pulsarconnections.yaml b/config/crd/bases/resource.streamnative.io_pulsarconnections.yaml index ade4fb3a..c560926c 100644 --- a/config/crd/bases/resource.streamnative.io_pulsarconnections.yaml +++ b/config/crd/bases/resource.streamnative.io_pulsarconnections.yaml @@ -122,6 +122,8 @@ spec: value: type: string type: object + scope: + type: string required: - audience - clientID diff --git a/config/crd/bases/resource.streamnative.io_pulsarpermissions.yaml b/config/crd/bases/resource.streamnative.io_pulsarpermissions.yaml index ead68d4a..501b7946 100644 --- a/config/crd/bases/resource.streamnative.io_pulsarpermissions.yaml +++ b/config/crd/bases/resource.streamnative.io_pulsarpermissions.yaml @@ -1,4 +1,4 @@ -# Copyright 2022 StreamNative +# Copyright 2023 StreamNative # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/crd/bases/resource.streamnative.io_pulsartenants.yaml b/config/crd/bases/resource.streamnative.io_pulsartenants.yaml index c9e1569e..6adf5113 100644 --- a/config/crd/bases/resource.streamnative.io_pulsartenants.yaml +++ b/config/crd/bases/resource.streamnative.io_pulsartenants.yaml @@ -1,4 +1,4 @@ -# Copyright 2022 StreamNative +# Copyright 2023 StreamNative # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index 657b066b..132155f9 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -1,4 +1,4 @@ -# Copyright 2022 StreamNative +# Copyright 2023 StreamNative # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.