From f5c17a629953bb46e06eb97e2dc2bf7cd868e0dd Mon Sep 17 00:00:00 2001 From: Rui Fu Date: Fri, 9 Aug 2024 11:28:50 +0800 Subject: [PATCH] chore: bump chart to 0.5.4 --- charts/pulsar-resources-operator/Chart.yaml | 4 ++-- .../resource.streamnative.io_pulsarconnections.yaml | 7 ------- .../resource.streamnative.io_pulsarfunctions.yaml | 13 +++---------- ...ource.streamnative.io_pulsargeoreplications.yaml | 7 ------- .../resource.streamnative.io_pulsarnamespaces.yaml | 7 ------- .../resource.streamnative.io_pulsarpackages.yaml | 7 ------- .../resource.streamnative.io_pulsarpermissions.yaml | 7 ------- .../crds/resource.streamnative.io_pulsarsinks.yaml | 13 +++---------- .../resource.streamnative.io_pulsarsources.yaml | 13 +++---------- .../resource.streamnative.io_pulsartenants.yaml | 7 ------- .../crds/resource.streamnative.io_pulsartopics.yaml | 7 ------- .../tests/deployment_test.yaml | 6 +++--- .../resource.streamnative.io_pulsarconnections.yaml | 7 ------- .../resource.streamnative.io_pulsarfunctions.yaml | 13 +++---------- ...ource.streamnative.io_pulsargeoreplications.yaml | 7 ------- .../resource.streamnative.io_pulsarnamespaces.yaml | 7 ------- .../resource.streamnative.io_pulsarpackages.yaml | 7 ------- .../resource.streamnative.io_pulsarpermissions.yaml | 7 ------- .../bases/resource.streamnative.io_pulsarsinks.yaml | 13 +++---------- .../resource.streamnative.io_pulsarsources.yaml | 13 +++---------- .../resource.streamnative.io_pulsartenants.yaml | 7 ------- .../resource.streamnative.io_pulsartopics.yaml | 7 ------- 22 files changed, 23 insertions(+), 163 deletions(-) diff --git a/charts/pulsar-resources-operator/Chart.yaml b/charts/pulsar-resources-operator/Chart.yaml index 802548c4..2503ef43 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.5.3 +version: v0.5.4 # 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.5.3" +appVersion: "v0.5.4" # 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 f8cd2929..b8ce0ad8 100644 --- a/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarconnections.yaml +++ b/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarconnections.yaml @@ -18,7 +18,6 @@ kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.15.0 - creationTimestamp: null name: pulsarconnections.resource.streamnative.io spec: group: resource.streamnative.io @@ -272,9 +271,3 @@ spec: storage: true subresources: status: {} -status: - acceptedNames: - kind: "" - plural: "" - conditions: null - storedVersions: null \ No newline at end of file diff --git a/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarfunctions.yaml b/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarfunctions.yaml index b34b57ae..0b63ecf3 100644 --- a/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarfunctions.yaml +++ b/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarfunctions.yaml @@ -18,7 +18,6 @@ kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.15.0 - creationTimestamp: null name: pulsarfunctions.resource.streamnative.io spec: group: resource.streamnative.io @@ -306,15 +305,15 @@ spec: type: string secrets: additionalProperties: - description: SecretKeyRef indicates a secret name and key + description: FunctionSecretKeyRef indicates a secret name and key properties: key: type: string - name: + path: type: string required: - key - - name + - path type: object description: Secrets is the secrets of the function type: object @@ -469,9 +468,3 @@ spec: storage: true subresources: status: {} -status: - acceptedNames: - kind: "" - plural: "" - conditions: null - storedVersions: null \ No newline at end of file diff --git a/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsargeoreplications.yaml b/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsargeoreplications.yaml index 7b23eae9..03c7d2d6 100644 --- a/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsargeoreplications.yaml +++ b/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsargeoreplications.yaml @@ -18,7 +18,6 @@ kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.15.0 - creationTimestamp: null name: pulsargeoreplications.resource.streamnative.io spec: group: resource.streamnative.io @@ -187,9 +186,3 @@ spec: storage: true subresources: status: {} -status: - acceptedNames: - kind: "" - plural: "" - conditions: null - storedVersions: null \ No newline at end of file diff --git a/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarnamespaces.yaml b/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarnamespaces.yaml index 6443b0db..c9855b7f 100644 --- a/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarnamespaces.yaml +++ b/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarnamespaces.yaml @@ -18,7 +18,6 @@ kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.15.0 - creationTimestamp: null name: pulsarnamespaces.resource.streamnative.io spec: group: resource.streamnative.io @@ -265,9 +264,3 @@ spec: storage: true subresources: status: {} -status: - acceptedNames: - kind: "" - plural: "" - conditions: null - storedVersions: null \ No newline at end of file diff --git a/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpackages.yaml b/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpackages.yaml index 2f1d7934..eb3b62b8 100644 --- a/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpackages.yaml +++ b/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpackages.yaml @@ -18,7 +18,6 @@ kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.15.0 - creationTimestamp: null name: pulsarpackages.resource.streamnative.io spec: group: resource.streamnative.io @@ -209,9 +208,3 @@ spec: storage: true subresources: status: {} -status: - acceptedNames: - kind: "" - plural: "" - conditions: null - storedVersions: null \ No newline at end of file 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 459307a9..2ab07071 100644 --- a/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpermissions.yaml +++ b/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpermissions.yaml @@ -18,7 +18,6 @@ kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.15.0 - creationTimestamp: null name: pulsarpermissions.resource.streamnative.io spec: group: resource.streamnative.io @@ -224,9 +223,3 @@ spec: storage: true subresources: status: {} -status: - acceptedNames: - kind: "" - plural: "" - conditions: null - storedVersions: null \ No newline at end of file diff --git a/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsinks.yaml b/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsinks.yaml index 59a15350..e5cffe7e 100644 --- a/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsinks.yaml +++ b/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsinks.yaml @@ -18,7 +18,6 @@ kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.15.0 - creationTimestamp: null name: pulsarsinks.resource.streamnative.io spec: group: resource.streamnative.io @@ -215,15 +214,15 @@ spec: type: string secrets: additionalProperties: - description: SecretKeyRef indicates a secret name and key + description: FunctionSecretKeyRef indicates a secret name and key properties: key: type: string - name: + path: type: string required: - key - - name + - path type: object description: Secrets is the map of secrets of the PulsarSink type: object @@ -376,9 +375,3 @@ spec: storage: true subresources: status: {} -status: - acceptedNames: - kind: "" - plural: "" - conditions: null - storedVersions: null \ No newline at end of file diff --git a/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsources.yaml b/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsources.yaml index e5917471..73a35945 100644 --- a/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsources.yaml +++ b/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsources.yaml @@ -18,7 +18,6 @@ kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.15.0 - creationTimestamp: null name: pulsarsources.resource.streamnative.io spec: group: resource.streamnative.io @@ -186,15 +185,15 @@ spec: type: string secrets: additionalProperties: - description: SecretKeyRef indicates a secret name and key + description: FunctionSecretKeyRef indicates a secret name and key properties: key: type: string - name: + path: type: string required: - key - - name + - path type: object description: Secrets is the map of secrets of the PulsarSource type: object @@ -305,9 +304,3 @@ spec: storage: true subresources: status: {} -status: - acceptedNames: - kind: "" - plural: "" - conditions: null - storedVersions: null \ No newline at end of file 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 233b73ef..d4d83ba4 100644 --- a/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartenants.yaml +++ b/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartenants.yaml @@ -18,7 +18,6 @@ kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.15.0 - creationTimestamp: null name: pulsartenants.resource.streamnative.io spec: group: resource.streamnative.io @@ -220,9 +219,3 @@ spec: storage: true subresources: status: {} -status: - acceptedNames: - kind: "" - plural: "" - conditions: null - storedVersions: null \ No newline at end of file diff --git a/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartopics.yaml b/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartopics.yaml index 0fcf92c3..c86fc997 100644 --- a/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartopics.yaml +++ b/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartopics.yaml @@ -18,7 +18,6 @@ kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.15.0 - creationTimestamp: null name: pulsartopics.resource.streamnative.io spec: group: resource.streamnative.io @@ -285,9 +284,3 @@ spec: storage: true subresources: status: {} -status: - acceptedNames: - kind: "" - plural: "" - conditions: null - storedVersions: null \ No newline at end of file diff --git a/charts/pulsar-resources-operator/tests/deployment_test.yaml b/charts/pulsar-resources-operator/tests/deployment_test.yaml index 6cbd2a48..a8a41d41 100644 --- a/charts/pulsar-resources-operator/tests/deployment_test.yaml +++ b/charts/pulsar-resources-operator/tests/deployment_test.yaml @@ -28,7 +28,7 @@ tests: pattern: -pulsar-resources-operator$ - equal: path: spec.template.spec.containers[0].image - value: docker.io/streamnative/pulsar-resources-operator:v0.5.3 + value: docker.io/streamnative/pulsar-resources-operator:v0.5.4 - equal: path: spec.template.spec.containers[0].imagePullPolicy value: IfNotPresent @@ -42,11 +42,11 @@ tests: - it: should update the image version successfully set: - image.manager.tag: v0.5.3 + image.manager.tag: v0.5.4 asserts: - equal: path: spec.template.spec.containers[0].image - value: docker.io/streamnative/pulsar-resources-operator:v0.5.3 + value: docker.io/streamnative/pulsar-resources-operator:v0.5.4 - it: should update the replicas successfully set: diff --git a/config/crd/bases/resource.streamnative.io_pulsarconnections.yaml b/config/crd/bases/resource.streamnative.io_pulsarconnections.yaml index f8cd2929..b8ce0ad8 100644 --- a/config/crd/bases/resource.streamnative.io_pulsarconnections.yaml +++ b/config/crd/bases/resource.streamnative.io_pulsarconnections.yaml @@ -18,7 +18,6 @@ kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.15.0 - creationTimestamp: null name: pulsarconnections.resource.streamnative.io spec: group: resource.streamnative.io @@ -272,9 +271,3 @@ spec: storage: true subresources: status: {} -status: - acceptedNames: - kind: "" - plural: "" - conditions: null - storedVersions: null \ No newline at end of file diff --git a/config/crd/bases/resource.streamnative.io_pulsarfunctions.yaml b/config/crd/bases/resource.streamnative.io_pulsarfunctions.yaml index b34b57ae..0b63ecf3 100644 --- a/config/crd/bases/resource.streamnative.io_pulsarfunctions.yaml +++ b/config/crd/bases/resource.streamnative.io_pulsarfunctions.yaml @@ -18,7 +18,6 @@ kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.15.0 - creationTimestamp: null name: pulsarfunctions.resource.streamnative.io spec: group: resource.streamnative.io @@ -306,15 +305,15 @@ spec: type: string secrets: additionalProperties: - description: SecretKeyRef indicates a secret name and key + description: FunctionSecretKeyRef indicates a secret name and key properties: key: type: string - name: + path: type: string required: - key - - name + - path type: object description: Secrets is the secrets of the function type: object @@ -469,9 +468,3 @@ spec: storage: true subresources: status: {} -status: - acceptedNames: - kind: "" - plural: "" - conditions: null - storedVersions: null \ No newline at end of file diff --git a/config/crd/bases/resource.streamnative.io_pulsargeoreplications.yaml b/config/crd/bases/resource.streamnative.io_pulsargeoreplications.yaml index 7b23eae9..03c7d2d6 100644 --- a/config/crd/bases/resource.streamnative.io_pulsargeoreplications.yaml +++ b/config/crd/bases/resource.streamnative.io_pulsargeoreplications.yaml @@ -18,7 +18,6 @@ kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.15.0 - creationTimestamp: null name: pulsargeoreplications.resource.streamnative.io spec: group: resource.streamnative.io @@ -187,9 +186,3 @@ spec: storage: true subresources: status: {} -status: - acceptedNames: - kind: "" - plural: "" - conditions: null - storedVersions: null \ No newline at end of file diff --git a/config/crd/bases/resource.streamnative.io_pulsarnamespaces.yaml b/config/crd/bases/resource.streamnative.io_pulsarnamespaces.yaml index 6443b0db..c9855b7f 100644 --- a/config/crd/bases/resource.streamnative.io_pulsarnamespaces.yaml +++ b/config/crd/bases/resource.streamnative.io_pulsarnamespaces.yaml @@ -18,7 +18,6 @@ kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.15.0 - creationTimestamp: null name: pulsarnamespaces.resource.streamnative.io spec: group: resource.streamnative.io @@ -265,9 +264,3 @@ spec: storage: true subresources: status: {} -status: - acceptedNames: - kind: "" - plural: "" - conditions: null - storedVersions: null \ No newline at end of file diff --git a/config/crd/bases/resource.streamnative.io_pulsarpackages.yaml b/config/crd/bases/resource.streamnative.io_pulsarpackages.yaml index 2f1d7934..eb3b62b8 100644 --- a/config/crd/bases/resource.streamnative.io_pulsarpackages.yaml +++ b/config/crd/bases/resource.streamnative.io_pulsarpackages.yaml @@ -18,7 +18,6 @@ kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.15.0 - creationTimestamp: null name: pulsarpackages.resource.streamnative.io spec: group: resource.streamnative.io @@ -209,9 +208,3 @@ spec: storage: true subresources: status: {} -status: - acceptedNames: - kind: "" - plural: "" - conditions: null - storedVersions: null \ No newline at end of file diff --git a/config/crd/bases/resource.streamnative.io_pulsarpermissions.yaml b/config/crd/bases/resource.streamnative.io_pulsarpermissions.yaml index 459307a9..2ab07071 100644 --- a/config/crd/bases/resource.streamnative.io_pulsarpermissions.yaml +++ b/config/crd/bases/resource.streamnative.io_pulsarpermissions.yaml @@ -18,7 +18,6 @@ kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.15.0 - creationTimestamp: null name: pulsarpermissions.resource.streamnative.io spec: group: resource.streamnative.io @@ -224,9 +223,3 @@ spec: storage: true subresources: status: {} -status: - acceptedNames: - kind: "" - plural: "" - conditions: null - storedVersions: null \ No newline at end of file diff --git a/config/crd/bases/resource.streamnative.io_pulsarsinks.yaml b/config/crd/bases/resource.streamnative.io_pulsarsinks.yaml index 59a15350..e5cffe7e 100644 --- a/config/crd/bases/resource.streamnative.io_pulsarsinks.yaml +++ b/config/crd/bases/resource.streamnative.io_pulsarsinks.yaml @@ -18,7 +18,6 @@ kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.15.0 - creationTimestamp: null name: pulsarsinks.resource.streamnative.io spec: group: resource.streamnative.io @@ -215,15 +214,15 @@ spec: type: string secrets: additionalProperties: - description: SecretKeyRef indicates a secret name and key + description: FunctionSecretKeyRef indicates a secret name and key properties: key: type: string - name: + path: type: string required: - key - - name + - path type: object description: Secrets is the map of secrets of the PulsarSink type: object @@ -376,9 +375,3 @@ spec: storage: true subresources: status: {} -status: - acceptedNames: - kind: "" - plural: "" - conditions: null - storedVersions: null \ No newline at end of file diff --git a/config/crd/bases/resource.streamnative.io_pulsarsources.yaml b/config/crd/bases/resource.streamnative.io_pulsarsources.yaml index e5917471..73a35945 100644 --- a/config/crd/bases/resource.streamnative.io_pulsarsources.yaml +++ b/config/crd/bases/resource.streamnative.io_pulsarsources.yaml @@ -18,7 +18,6 @@ kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.15.0 - creationTimestamp: null name: pulsarsources.resource.streamnative.io spec: group: resource.streamnative.io @@ -186,15 +185,15 @@ spec: type: string secrets: additionalProperties: - description: SecretKeyRef indicates a secret name and key + description: FunctionSecretKeyRef indicates a secret name and key properties: key: type: string - name: + path: type: string required: - key - - name + - path type: object description: Secrets is the map of secrets of the PulsarSource type: object @@ -305,9 +304,3 @@ spec: storage: true subresources: status: {} -status: - acceptedNames: - kind: "" - plural: "" - conditions: null - storedVersions: null \ No newline at end of file diff --git a/config/crd/bases/resource.streamnative.io_pulsartenants.yaml b/config/crd/bases/resource.streamnative.io_pulsartenants.yaml index 233b73ef..d4d83ba4 100644 --- a/config/crd/bases/resource.streamnative.io_pulsartenants.yaml +++ b/config/crd/bases/resource.streamnative.io_pulsartenants.yaml @@ -18,7 +18,6 @@ kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.15.0 - creationTimestamp: null name: pulsartenants.resource.streamnative.io spec: group: resource.streamnative.io @@ -220,9 +219,3 @@ spec: storage: true subresources: status: {} -status: - acceptedNames: - kind: "" - plural: "" - conditions: null - storedVersions: null \ No newline at end of file diff --git a/config/crd/bases/resource.streamnative.io_pulsartopics.yaml b/config/crd/bases/resource.streamnative.io_pulsartopics.yaml index 0fcf92c3..c86fc997 100644 --- a/config/crd/bases/resource.streamnative.io_pulsartopics.yaml +++ b/config/crd/bases/resource.streamnative.io_pulsartopics.yaml @@ -18,7 +18,6 @@ kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.15.0 - creationTimestamp: null name: pulsartopics.resource.streamnative.io spec: group: resource.streamnative.io @@ -285,9 +284,3 @@ spec: storage: true subresources: status: {} -status: - acceptedNames: - kind: "" - plural: "" - conditions: null - storedVersions: null \ No newline at end of file