Skip to content

Commit

Permalink
chore: bump chart to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
freeznet committed Aug 9, 2024
1 parent 16c71ff commit f5c17a6
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 163 deletions.
4 changes: 2 additions & 2 deletions charts/pulsar-resources-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -272,9 +271,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -469,9 +468,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -187,9 +186,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -265,9 +264,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -209,9 +208,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -224,9 +223,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -376,9 +375,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -305,9 +304,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -220,9 +219,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -285,9 +284,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
6 changes: 3 additions & 3 deletions charts/pulsar-resources-operator/tests/deployment_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -272,9 +271,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
13 changes: 3 additions & 10 deletions config/crd/bases/resource.streamnative.io_pulsarfunctions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -469,9 +468,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -187,9 +186,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -265,9 +264,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
7 changes: 0 additions & 7 deletions config/crd/bases/resource.streamnative.io_pulsarpackages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -209,9 +208,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
Loading

0 comments on commit f5c17a6

Please sign in to comment.