Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit a5b4907

Browse files
committed
Update helm
1 parent f46fbca commit a5b4907

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

deploy/charts/cluster-config-maps/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cluster-config-maps
22

3-
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.0](https://img.shields.io/badge/AppVersion-0.3.0-informational?style=flat-square)
3+
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0](https://img.shields.io/badge/AppVersion-0.4.0-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

deploy/charts/cluster-config-maps/templates/crds/indeed.com_clusterconfigmaps.yaml

+18-12
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1
44
kind: CustomResourceDefinition
55
metadata:
66
annotations:
7-
controller-gen.kubebuilder.io/version: v0.13.0
7+
controller-gen.kubebuilder.io/version: v0.15.0
88
name: clusterconfigmaps.indeed.com
99
spec:
1010
group: indeed.com
@@ -22,23 +22,29 @@ spec:
2222
openAPIV3Schema:
2323
properties:
2424
apiVersion:
25-
description: 'APIVersion defines the versioned schema of this representation
26-
of an object. Servers should convert recognized schemas to the latest
27-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
25+
description: |-
26+
APIVersion defines the versioned schema of this representation of an object.
27+
Servers should convert recognized schemas to the latest internal value, and
28+
may reject unrecognized values.
29+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
2830
type: string
2931
data:
3032
additionalProperties:
3133
type: string
32-
description: Data contains the configuration data. Each key must consist
33-
of alphanumeric characters, '-', '_' or '.'. Values with non-UTF-8 byte
34-
sequences must use the BinaryData field. The keys stored in Data must
35-
not overlap with the keys in the BinaryData field, this is enforced
36-
during validation process.
34+
description: |-
35+
Data contains the configuration data.
36+
Each key must consist of alphanumeric characters, '-', '_' or '.'.
37+
Values with non-UTF-8 byte sequences must use the BinaryData field.
38+
The keys stored in Data must not overlap with the keys in
39+
the BinaryData field, this is enforced during validation process.
3740
type: object
3841
kind:
39-
description: 'Kind is a string value representing the REST resource this
40-
object represents. Servers may infer this from the endpoint the client
41-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
42+
description: |-
43+
Kind is a string value representing the REST resource this object represents.
44+
Servers may infer this from the endpoint the client submits requests to.
45+
Cannot be updated.
46+
In CamelCase.
47+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
4248
type: string
4349
metadata:
4450
type: object

0 commit comments

Comments
 (0)