Skip to content

Commit

Permalink
chore: upgrade operator to 0.6.1 (#55)
Browse files Browse the repository at this point in the history
Signed-off-by: ericsyh <[email protected]>
(cherry picked from commit 94cae38)
  • Loading branch information
ericsyh committed Sep 10, 2024
1 parent b693122 commit b516f20
Show file tree
Hide file tree
Showing 10 changed files with 5,645 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/sn-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,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.2.0
version: v0.2.1

# 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.1"
appVersion: "v0.6.1"

# 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 @@ -5956,6 +5956,19 @@ spec:
type: array
type: object
type: array
toOperation:
description: ToOperation defines the ports that the rule
applies to
items:
properties:
ports:
description: Ports defines the ports that the rule
applies to
items:
type: string
type: array
type: object
type: array
type: object
type: array
enabled:
Expand Down Expand Up @@ -5984,6 +5997,28 @@ spec:
description: Key is used to identify the gateway and related
resources, used solely when serving a list of gateways
type: string
route:
description: Route defines route policy for the gateway
properties:
topologyAware:
description: TopologyAware defines
properties:
key:
description: Key defines the node label key used to
detect Pod topology info
type: string
subDomain:
description: SubDomain defines url generation rule
for broker Pod
type: string
required:
- key
type: object
useWildcardDNS:
description: UseWildcardDNS means inherit DNS record from
wildcard DNS, only works for externalDNS
type: boolean
type: object
selector:
additionalProperties:
type: string
Expand All @@ -6010,6 +6045,12 @@ spec:
secured using TLS. The value of this field determines how TLS is
enforced.
type: string
subjectAltNames:
description: SubjectAltNames defines the subject alternative
names for the certificate
items:
type: string
type: array
trustCertsEnabled:
description: TrustCertsEnabled defines whether to enable
trust store
Expand Down Expand Up @@ -6039,6 +6080,28 @@ spec:
description: Key is used to identify the gateway and related
resources, used solely when serving a list of gateways
type: string
route:
description: Route defines route policy for the gateway
properties:
topologyAware:
description: TopologyAware defines
properties:
key:
description: Key defines the node label key used
to detect Pod topology info
type: string
subDomain:
description: SubDomain defines url generation rule
for broker Pod
type: string
required:
- key
type: object
useWildcardDNS:
description: UseWildcardDNS means inherit DNS record
from wildcard DNS, only works for externalDNS
type: boolean
type: object
selector:
additionalProperties:
type: string
Expand All @@ -6065,6 +6128,12 @@ spec:
secured using TLS. The value of this field determines how TLS is
enforced.
type: string
subjectAltNames:
description: SubjectAltNames defines the subject alternative
names for the certificate
items:
type: string
type: array
trustCertsEnabled:
description: TrustCertsEnabled defines whether to enable
trust store
Expand Down
69 changes: 69 additions & 0 deletions charts/sn-operator/crds/k8s.streamnative.io_apikeys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,19 @@ spec:
type: array
type: object
type: array
toOperation:
description: ToOperation defines the ports that the rule
applies to
items:
properties:
ports:
description: Ports defines the ports that the rule
applies to
items:
type: string
type: array
type: object
type: array
type: object
type: array
enabled:
Expand Down Expand Up @@ -199,6 +212,28 @@ spec:
description: Key is used to identify the gateway and related
resources, used solely when serving a list of gateways
type: string
route:
description: Route defines route policy for the gateway
properties:
topologyAware:
description: TopologyAware defines
properties:
key:
description: Key defines the node label key used to
detect Pod topology info
type: string
subDomain:
description: SubDomain defines url generation rule
for broker Pod
type: string
required:
- key
type: object
useWildcardDNS:
description: UseWildcardDNS means inherit DNS record from
wildcard DNS, only works for externalDNS
type: boolean
type: object
selector:
additionalProperties:
type: string
Expand All @@ -225,6 +260,12 @@ spec:
secured using TLS. The value of this field determines how TLS is
enforced.
type: string
subjectAltNames:
description: SubjectAltNames defines the subject alternative
names for the certificate
items:
type: string
type: array
trustCertsEnabled:
description: TrustCertsEnabled defines whether to enable
trust store
Expand Down Expand Up @@ -254,6 +295,28 @@ spec:
description: Key is used to identify the gateway and related
resources, used solely when serving a list of gateways
type: string
route:
description: Route defines route policy for the gateway
properties:
topologyAware:
description: TopologyAware defines
properties:
key:
description: Key defines the node label key used
to detect Pod topology info
type: string
subDomain:
description: SubDomain defines url generation rule
for broker Pod
type: string
required:
- key
type: object
useWildcardDNS:
description: UseWildcardDNS means inherit DNS record
from wildcard DNS, only works for externalDNS
type: boolean
type: object
selector:
additionalProperties:
type: string
Expand All @@ -280,6 +343,12 @@ spec:
secured using TLS. The value of this field determines how TLS is
enforced.
type: string
subjectAltNames:
description: SubjectAltNames defines the subject alternative
names for the certificate
items:
type: string
type: array
trustCertsEnabled:
description: TrustCertsEnabled defines whether to enable
trust store
Expand Down
81 changes: 79 additions & 2 deletions charts/sn-operator/crds/k8s.streamnative.io_oxiaclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,19 @@ spec:
type: array
type: object
type: array
toOperation:
description: ToOperation defines the ports that the rule
applies to
items:
properties:
ports:
description: Ports defines the ports that the rule
applies to
items:
type: string
type: array
type: object
type: array
type: object
type: array
enabled:
Expand Down Expand Up @@ -151,6 +164,28 @@ spec:
description: Key is used to identify the gateway and related
resources, used solely when serving a list of gateways
type: string
route:
description: Route defines route policy for the gateway
properties:
topologyAware:
description: TopologyAware defines
properties:
key:
description: Key defines the node label key used to
detect Pod topology info
type: string
subDomain:
description: SubDomain defines url generation rule
for broker Pod
type: string
required:
- key
type: object
useWildcardDNS:
description: UseWildcardDNS means inherit DNS record from
wildcard DNS, only works for externalDNS
type: boolean
type: object
selector:
additionalProperties:
type: string
Expand All @@ -177,6 +212,12 @@ spec:
secured using TLS. The value of this field determines how TLS is
enforced.
type: string
subjectAltNames:
description: SubjectAltNames defines the subject alternative
names for the certificate
items:
type: string
type: array
trustCertsEnabled:
description: TrustCertsEnabled defines whether to enable
trust store
Expand Down Expand Up @@ -206,6 +247,28 @@ spec:
description: Key is used to identify the gateway and related
resources, used solely when serving a list of gateways
type: string
route:
description: Route defines route policy for the gateway
properties:
topologyAware:
description: TopologyAware defines
properties:
key:
description: Key defines the node label key used
to detect Pod topology info
type: string
subDomain:
description: SubDomain defines url generation rule
for broker Pod
type: string
required:
- key
type: object
useWildcardDNS:
description: UseWildcardDNS means inherit DNS record
from wildcard DNS, only works for externalDNS
type: boolean
type: object
selector:
additionalProperties:
type: string
Expand All @@ -232,6 +295,12 @@ spec:
secured using TLS. The value of this field determines how TLS is
enforced.
type: string
subjectAltNames:
description: SubjectAltNames defines the subject alternative
names for the certificate
items:
type: string
type: array
trustCertsEnabled:
description: TrustCertsEnabled defines whether to enable
trust store
Expand Down Expand Up @@ -277,9 +346,17 @@ spec:
description: Server contains configuration specific to the server
component
properties:
blockCacheSize:
anyOf:
- type: integer
- type: string
description: BlockCacheSize is the max size of the shared DB cache.
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
blockCacheSizeMB:
description: BlockCacheSizeMB is the max size of the shared DB
cache.
description: |-
BlockCacheSizeMB is the max size of the shared DB cache.
Deprecate: Use BlockCacheSize instead.
format: int32
type: integer
persistentVolumeClaimRetentionPolicy:
Expand Down
Loading

0 comments on commit b516f20

Please sign in to comment.