Skip to content

Commit c6dbe6a

Browse files
Merge pull request #277 from openebs/helm_changes
chore(helm): helm changes with version bump
2 parents 75dc60a + 61aa046 commit c6dbe6a

File tree

8 files changed

+124
-124
lines changed

8 files changed

+124
-124
lines changed

changelogs/unreleased/270-maxs-rose

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Correct invalid yaml in helm chart

changelogs/unreleased/272-cmontemuino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
remove extra hyphen to make helm linter pass

deploy/helm/charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: lvm-localpv
33
description: CSI Driver for dynamic provisioning of LVM Persistent Local Volumes.
4-
version: 1.3.0
4+
version: 1.3.1
55
appVersion: 1.3.0
66
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
77
home: https://openebs.io/

deploy/helm/charts/templates/rbac.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ metadata:
1414
labels:
1515
{{- include "lvmlocalpv.lvmController.labels" . | nindent 4 }}
1616
rules:
17-
- apiGroups: [""]
18-
resources: ["secrets"]
19-
verbs: ["get", "list"]
2017
- apiGroups: [""]
2118
resources: ["namespaces"]
2219
verbs: ["get", "list", "watch"]
@@ -123,7 +120,8 @@ roleRef:
123120
apiGroup: rbac.authorization.k8s.io
124121
---
125122
{{- end }}
126-
{{- if .Values.serviceAccount.lvmNode.create -}}
123+
124+
{{- if .Values.serviceAccount.lvmNode.create }}
127125
apiVersion: v1
128126
kind: ServiceAccount
129127
metadata:

deploy/helm/charts/templates/volumesnapshotclasses-crd.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ spec:
4242
properties:
4343
apiVersion:
4444
description: 'APIVersion defines the versioned schema of this representation
45-
of an object. Servers should convert recognized schemas to the latest
46-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
45+
of an object. Servers should convert recognized schemas to the latest
46+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
4747
type: string
4848
deletionPolicy:
4949
description: deletionPolicy determines whether a VolumeSnapshotContent
@@ -63,8 +63,8 @@ spec:
6363
type: string
6464
kind:
6565
description: 'Kind is a string value representing the REST resource this
66-
object represents. Servers may infer this from the endpoint the client
67-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
66+
object represents. Servers may infer this from the endpoint the client
67+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
6868
type: string
6969
parameters:
7070
additionalProperties:

deploy/helm/charts/templates/volumesnapshots-crd.yaml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,18 @@ spec:
6767
properties:
6868
apiVersion:
6969
description: 'APIVersion defines the versioned schema of this representation
70-
of an object. Servers should convert recognized schemas to the latest
71-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
70+
of an object. Servers should convert recognized schemas to the latest
71+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
7272
type: string
7373
kind:
7474
description: 'Kind is a string value representing the REST resource this
75-
object represents. Servers may infer this from the endpoint the client
76-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
75+
object represents. Servers may infer this from the endpoint the client
76+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
7777
type: string
7878
spec:
7979
description: 'spec defines the desired characteristics of a snapshot requested
80-
by a user. More info: https://kubernetes.io/docs/concepts/storage/volume-snapshots#volumesnapshots
81-
Required.'
80+
by a user. More info: https://kubernetes.io/docs/concepts/storage/volume-snapshots#volumesnapshots
81+
Required.'
8282
properties:
8383
source:
8484
description: source specifies where a snapshot will be created from.
@@ -105,16 +105,16 @@ spec:
105105
- required: ["volumeSnapshotContentName"]
106106
volumeSnapshotClassName:
107107
description: 'VolumeSnapshotClassName is the name of the VolumeSnapshotClass
108-
requested by the VolumeSnapshot. VolumeSnapshotClassName may be
109-
left nil to indicate that the default SnapshotClass should be used.
110-
A given cluster may have multiple default Volume SnapshotClasses:
111-
one default per CSI Driver. If a VolumeSnapshot does not specify
112-
a SnapshotClass, VolumeSnapshotSource will be checked to figure
113-
out what the associated CSI Driver is, and the default VolumeSnapshotClass
114-
associated with that CSI Driver will be used. If more than one VolumeSnapshotClass
115-
exist for a given CSI Driver and more than one have been marked
116-
as default, CreateSnapshot will fail and generate an event. Empty
117-
string is not allowed for this field.'
108+
requested by the VolumeSnapshot. VolumeSnapshotClassName may be
109+
left nil to indicate that the default SnapshotClass should be used.
110+
A given cluster may have multiple default Volume SnapshotClasses:
111+
one default per CSI Driver. If a VolumeSnapshot does not specify
112+
a SnapshotClass, VolumeSnapshotSource will be checked to figure
113+
out what the associated CSI Driver is, and the default VolumeSnapshotClass
114+
associated with that CSI Driver will be used. If more than one VolumeSnapshotClass
115+
exist for a given CSI Driver and more than one have been marked
116+
as default, CreateSnapshot will fail and generate an event. Empty
117+
string is not allowed for this field.'
118118
type: string
119119
required:
120120
- source
@@ -127,13 +127,13 @@ spec:
127127
properties:
128128
boundVolumeSnapshotContentName:
129129
description: 'boundVolumeSnapshotContentName is the name of the VolumeSnapshotContent
130-
object to which this VolumeSnapshot object intends to bind to. If
131-
not specified, it indicates that the VolumeSnapshot object has not
132-
been successfully bound to a VolumeSnapshotContent object yet. NOTE:
133-
To avoid possible security issues, consumers must verify binding
134-
between VolumeSnapshot and VolumeSnapshotContent objects is successful
135-
(by validating that both VolumeSnapshot and VolumeSnapshotContent
136-
point at each other) before using this object.'
130+
object to which this VolumeSnapshot object intends to bind to. If
131+
not specified, it indicates that the VolumeSnapshot object has not
132+
been successfully bound to a VolumeSnapshotContent object yet. NOTE:
133+
To avoid possible security issues, consumers must verify binding
134+
between VolumeSnapshot and VolumeSnapshotContent objects is successful
135+
(by validating that both VolumeSnapshot and VolumeSnapshotContent
136+
point at each other) before using this object.'
137137
type: string
138138
creationTime:
139139
description: creationTime is the timestamp when the point-in-time
@@ -157,8 +157,8 @@ spec:
157157
properties:
158158
message:
159159
description: 'message is a string detailing the encountered error
160-
during snapshot creation if specified. NOTE: message may be
161-
logged, and it should not contain sensitive information.'
160+
during snapshot creation if specified. NOTE: message may be
161+
logged, and it should not contain sensitive information.'
162162
type: string
163163
time:
164164
description: time is the timestamp when the error was encountered.

0 commit comments

Comments
 (0)