Skip to content

Commit 8184711

Browse files
authored
Sync sn operator crds rbac, upgrade to 0.17.0 version (#105)
1 parent f951c37 commit 8184711

21 files changed

Lines changed: 3768 additions & 8 deletions

charts/sn-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: v0.16.0
18+
version: v0.17.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v0.16.1"
24+
appVersion: "v0.17.5"
2525

2626
# This is a semver range of compatible Kubernetes versions. Helm will validate the version
2727
# constraints when installing the chart and fail if the cluster runs an unsupported Kubernetes version

charts/sn-operator/crds/bookkeeper.streamnative.io_bookkeeperclusters.yaml

Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,12 @@ spec:
741741
stabilizationWindowSeconds:
742742
format: int32
743743
type: integer
744+
tolerance:
745+
anyOf:
746+
- type: integer
747+
- type: string
748+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
749+
x-kubernetes-int-or-string: true
744750
type: object
745751
scaleUp:
746752
properties:
@@ -767,6 +773,12 @@ spec:
767773
stabilizationWindowSeconds:
768774
format: int32
769775
type: integer
776+
tolerance:
777+
anyOf:
778+
- type: integer
779+
- type: string
780+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
781+
x-kubernetes-int-or-string: true
770782
type: object
771783
type: object
772784
maxReplicas:
@@ -1560,6 +1572,23 @@ spec:
15601572
- fieldPath
15611573
type: object
15621574
x-kubernetes-map-type: atomic
1575+
fileKeyRef:
1576+
properties:
1577+
key:
1578+
type: string
1579+
optional:
1580+
default: false
1581+
type: boolean
1582+
path:
1583+
type: string
1584+
volumeName:
1585+
type: string
1586+
required:
1587+
- key
1588+
- path
1589+
- volumeName
1590+
type: object
1591+
x-kubernetes-map-type: atomic
15631592
resourceFieldRef:
15641593
properties:
15651594
containerName:
@@ -2078,6 +2107,23 @@ spec:
20782107
- fieldPath
20792108
type: object
20802109
x-kubernetes-map-type: atomic
2110+
fileKeyRef:
2111+
properties:
2112+
key:
2113+
type: string
2114+
optional:
2115+
default: false
2116+
type: boolean
2117+
path:
2118+
type: string
2119+
volumeName:
2120+
type: string
2121+
required:
2122+
- key
2123+
- path
2124+
- volumeName
2125+
type: object
2126+
x-kubernetes-map-type: atomic
20812127
resourceFieldRef:
20822128
properties:
20832129
containerName:
@@ -2566,6 +2612,23 @@ spec:
25662612
- fieldPath
25672613
type: object
25682614
x-kubernetes-map-type: atomic
2615+
fileKeyRef:
2616+
properties:
2617+
key:
2618+
type: string
2619+
optional:
2620+
default: false
2621+
type: boolean
2622+
path:
2623+
type: string
2624+
volumeName:
2625+
type: string
2626+
required:
2627+
- key
2628+
- path
2629+
- volumeName
2630+
type: object
2631+
x-kubernetes-map-type: atomic
25692632
resourceFieldRef:
25702633
properties:
25712634
containerName:
@@ -2699,6 +2762,12 @@ spec:
26992762
stabilizationWindowSeconds:
27002763
format: int32
27012764
type: integer
2765+
tolerance:
2766+
anyOf:
2767+
- type: integer
2768+
- type: string
2769+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
2770+
x-kubernetes-int-or-string: true
27022771
type: object
27032772
scaleUp:
27042773
properties:
@@ -2725,6 +2794,12 @@ spec:
27252794
stabilizationWindowSeconds:
27262795
format: int32
27272796
type: integer
2797+
tolerance:
2798+
anyOf:
2799+
- type: integer
2800+
- type: string
2801+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
2802+
x-kubernetes-int-or-string: true
27282803
type: object
27292804
type: object
27302805
maxReplicas:
@@ -3138,6 +3213,10 @@ spec:
31383213
key:
31393214
default: istio-generatedid
31403215
type: string
3216+
listenerName:
3217+
maxLength: 63
3218+
pattern: ^[a-z0-9]([a-z0-9_]*[a-z0-9])?$
3219+
type: string
31413220
route:
31423221
properties:
31433222
topologyAware:
@@ -3190,6 +3269,10 @@ spec:
31903269
key:
31913270
default: istio-generatedid
31923271
type: string
3272+
listenerName:
3273+
maxLength: 63
3274+
pattern: ^[a-z0-9]([a-z0-9_]*[a-z0-9])?$
3275+
type: string
31933276
route:
31943277
properties:
31953278
topologyAware:
@@ -3774,6 +3857,23 @@ spec:
37743857
- fieldPath
37753858
type: object
37763859
x-kubernetes-map-type: atomic
3860+
fileKeyRef:
3861+
properties:
3862+
key:
3863+
type: string
3864+
optional:
3865+
default: false
3866+
type: boolean
3867+
path:
3868+
type: string
3869+
volumeName:
3870+
type: string
3871+
required:
3872+
- key
3873+
- path
3874+
- volumeName
3875+
type: object
3876+
x-kubernetes-map-type: atomic
37773877
resourceFieldRef:
37783878
properties:
37793879
containerName:
@@ -4292,6 +4392,23 @@ spec:
42924392
- fieldPath
42934393
type: object
42944394
x-kubernetes-map-type: atomic
4395+
fileKeyRef:
4396+
properties:
4397+
key:
4398+
type: string
4399+
optional:
4400+
default: false
4401+
type: boolean
4402+
path:
4403+
type: string
4404+
volumeName:
4405+
type: string
4406+
required:
4407+
- key
4408+
- path
4409+
- volumeName
4410+
type: object
4411+
x-kubernetes-map-type: atomic
42954412
resourceFieldRef:
42964413
properties:
42974414
containerName:
@@ -4780,6 +4897,23 @@ spec:
47804897
- fieldPath
47814898
type: object
47824899
x-kubernetes-map-type: atomic
4900+
fileKeyRef:
4901+
properties:
4902+
key:
4903+
type: string
4904+
optional:
4905+
default: false
4906+
type: boolean
4907+
path:
4908+
type: string
4909+
volumeName:
4910+
type: string
4911+
required:
4912+
- key
4913+
- path
4914+
- volumeName
4915+
type: object
4916+
x-kubernetes-map-type: atomic
47834917
resourceFieldRef:
47844918
properties:
47854919
containerName:

0 commit comments

Comments
 (0)