Skip to content

Commit

Permalink
chore: upgrade sn-operator to 0.6.9 (#57)
Browse files Browse the repository at this point in the history
Signed-off-by: ericsyh <[email protected]>
(cherry picked from commit f5999c7)
  • Loading branch information
ericsyh committed Oct 1, 2024
1 parent b516f20 commit 0aa35a0
Show file tree
Hide file tree
Showing 8 changed files with 9,603 additions and 2 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.1
version: v0.2.2

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

# 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
18 changes: 18 additions & 0 deletions charts/sn-operator/crds/k8s.streamnative.io_apikeys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,24 @@ spec:
description: Pod defines the policy for creating api key pod for the
cluster
properties:
imagePullSecrets:
description: |-
ImagePullSecrets is an optional list of references to secrets in the same namespace
to use for pulling any of the images used by this PodSpec.
items:
description: |-
LocalObjectReference contains enough information to let you locate the
referenced object inside the same namespace.
properties:
name:
description: |-
Name of the referent.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?
type: string
type: object
x-kubernetes-map-type: atomic
type: array
labels:
additionalProperties:
type: string
Expand Down
3,089 changes: 3,089 additions & 0 deletions charts/sn-operator/crds/k8s.streamnative.io_consoles.yaml

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions charts/sn-operator/crds/k8s.streamnative.io_oxiaclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,22 @@ spec:
description: Server contains configuration specific to the server
component
properties:
authOptions:
description: AuthOptions defines the configurations for authentication
properties:
authProviderName:
description: AuthProviderName is the name of the authentication
provider
type: string
authProviderParams:
description: AuthProviderParams is the parameters of the authentication
provider
type: string
enabled:
description: Enabled determines whether the authentication
is enabled
type: boolean
type: object
blockCacheSize:
anyOf:
- type: integer
Expand Down
18 changes: 18 additions & 0 deletions charts/sn-operator/crds/k8s.streamnative.io_pfsqlclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,24 @@ spec:
description: Pod defines the policy for creating api key pod for the
cluster
properties:
imagePullSecrets:
description: |-
ImagePullSecrets is an optional list of references to secrets in the same namespace
to use for pulling any of the images used by this PodSpec.
items:
description: |-
LocalObjectReference contains enough information to let you locate the
referenced object inside the same namespace.
properties:
name:
description: |-
Name of the referent.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?
type: string
type: object
x-kubernetes-map-type: atomic
type: array
labels:
additionalProperties:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,24 @@ spec:
description: CommonPodPolicy defines the common pod data
nullable: true
properties:
imagePullSecrets:
description: |-
ImagePullSecrets is an optional list of references to secrets in the same namespace
to use for pulling any of the images used by this PodSpec.
items:
description: |-
LocalObjectReference contains enough information to let you locate the
referenced object inside the same namespace.
properties:
name:
description: |-
Name of the referent.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?
type: string
type: object
x-kubernetes-map-type: atomic
type: array
labels:
additionalProperties:
type: string
Expand Down Expand Up @@ -246,6 +264,24 @@ spec:
description: Pod defines the policy for creating kafka connect
pods
properties:
imagePullSecrets:
description: |-
ImagePullSecrets is an optional list of references to secrets in the same namespace
to use for pulling any of the images used by this PodSpec.
items:
description: |-
LocalObjectReference contains enough information to let you locate the
referenced object inside the same namespace.
properties:
name:
description: |-
Name of the referent.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?
type: string
type: object
x-kubernetes-map-type: atomic
type: array
labels:
additionalProperties:
type: string
Expand Down Expand Up @@ -384,6 +420,24 @@ spec:
description: CommonPodPolicy defines the common pod data
nullable: true
properties:
imagePullSecrets:
description: |-
ImagePullSecrets is an optional list of references to secrets in the same namespace
to use for pulling any of the images used by this PodSpec.
items:
description: |-
LocalObjectReference contains enough information to let you locate the
referenced object inside the same namespace.
properties:
name:
description: |-
Name of the referent.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?
type: string
type: object
x-kubernetes-map-type: atomic
type: array
labels:
additionalProperties:
type: string
Expand Down Expand Up @@ -459,6 +513,24 @@ spec:
description: Pod defines the common metadata of the pod that will
be used on components
properties:
imagePullSecrets:
description: |-
ImagePullSecrets is an optional list of references to secrets in the same namespace
to use for pulling any of the images used by this PodSpec.
items:
description: |-
LocalObjectReference contains enough information to let you locate the
referenced object inside the same namespace.
properties:
name:
description: |-
Name of the referent.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?
type: string
type: object
x-kubernetes-map-type: atomic
type: array
labels:
additionalProperties:
type: string
Expand Down
Loading

0 comments on commit 0aa35a0

Please sign in to comment.