Skip to content

Commit 7fab00d

Browse files
committed
update ks-core helm chart
1 parent a55b087 commit 7fab00d

26 files changed

+330
-217
lines changed

src/test/ks-core/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ type: application
77
# This is the chart version. This version number should be incremented each time you make changes
88
# to the chart and its templates, including the app version.
99
# Versions are expected to follow Semantic Versioning (https://semver.org/)
10-
version: 1.1.3
10+
version: 1.1.2
1111

1212
# This is the version number of the application being deployed. This version number should be
1313
# incremented each time you make changes to the application. Versions are not expected to
1414
# follow Semantic Versioning. They should reflect the version the application is using.
15-
appVersion: "v4.1.2"
15+
appVersion: "v4.1.1"
1616

1717
dependencies:
1818
- name: redis-ha

src/test/ks-core/charts/ks-crds/crds/application.kubesphere.io_applicationreleases.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ spec:
9696
items:
9797
description: |-
9898
RawMessage is a raw encoded JSON value.
99-
It implements Marshaler and Unmarshaler and can
99+
It implements [Marshaler] and [Unmarshaler] and can
100100
be used to delay JSON decoding or precompute a JSON encoding.
101101
format: byte
102102
type: string

src/test/ks-core/charts/ks-crds/crds/application.kubesphere.io_repos.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ spec:
8585
url:
8686
type: string
8787
required:
88+
- syncPeriod
8889
- url
8990
type: object
9091
status:

src/test/ks-core/charts/ks-crds/crds/extensions.kubesphere.io_apiservices.yaml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,8 @@ spec:
9292
properties:
9393
conditions:
9494
items:
95-
description: "Condition contains details for one aspect of the current
96-
state of this API Resource.\n---\nThis struct is intended for
97-
direct use as an array at the field path .status.conditions. For
98-
example,\n\n\n\ttype FooStatus struct{\n\t // Represents the
99-
observations of a foo's current state.\n\t // Known .status.conditions.type
100-
are: \"Available\", \"Progressing\", and \"Degraded\"\n\t //
101-
+patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t
102-
\ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\"
103-
patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t
104-
\ // other fields\n\t}"
95+
description: Condition contains details for one aspect of the current
96+
state of this API Resource.
10597
properties:
10698
lastTransitionTime:
10799
description: |-
@@ -142,12 +134,7 @@ spec:
142134
- Unknown
143135
type: string
144136
type:
145-
description: |-
146-
type of condition in CamelCase or in foo.example.com/CamelCase.
147-
---
148-
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
149-
useful (see .node.status.conditions), the ability to deconflict is important.
150-
The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
137+
description: type of condition in CamelCase or in foo.example.com/CamelCase.
151138
maxLength: 316
152139
pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$
153140
type: string

src/test/ks-core/charts/ks-crds/crds/extensions.kubesphere.io_extensionentries.yaml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,8 @@ spec:
4949
properties:
5050
conditions:
5151
items:
52-
description: "Condition contains details for one aspect of the current
53-
state of this API Resource.\n---\nThis struct is intended for
54-
direct use as an array at the field path .status.conditions. For
55-
example,\n\n\n\ttype FooStatus struct{\n\t // Represents the
56-
observations of a foo's current state.\n\t // Known .status.conditions.type
57-
are: \"Available\", \"Progressing\", and \"Degraded\"\n\t //
58-
+patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t
59-
\ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\"
60-
patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t
61-
\ // other fields\n\t}"
52+
description: Condition contains details for one aspect of the current
53+
state of this API Resource.
6254
properties:
6355
lastTransitionTime:
6456
description: |-
@@ -99,12 +91,7 @@ spec:
9991
- Unknown
10092
type: string
10193
type:
102-
description: |-
103-
type of condition in CamelCase or in foo.example.com/CamelCase.
104-
---
105-
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
106-
useful (see .node.status.conditions), the ability to deconflict is important.
107-
The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
94+
description: type of condition in CamelCase or in foo.example.com/CamelCase.
10895
maxLength: 316
10996
pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$
11097
type: string

0 commit comments

Comments
 (0)