Skip to content

Commit 12d2793

Browse files
authored
chore(helm): chart release for v0.5.0 (#68)
* chore(helm): chart release for v0.5.0 * updating chart maintainers name with github username Signed-off-by: mayank <[email protected]>
1 parent 38bcd8b commit 12d2793

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

deploy/helm/charts/Chart.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: Helm chart for OpenEBS Dynamic NFS PV. For instructions to install
44
type: application
55
# This is the chart version. This version number should be incremented each time you make changes
66
# to the chart and its templates, including the app version.
7-
version: 0.4.2
7+
version: 0.5.0
88
# This is the version number of the application being deployed. This version number should be
99
# incremented each time you make changes to the application.
10-
appVersion: 0.4.0
10+
appVersion: 0.5.0
1111
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
1212
home: http://www.openebs.io/
1313
keywords:
@@ -19,11 +19,11 @@ sources:
1919
- https://github.com/openebs/dynamic-nfs-provisioner
2020

2121
maintainers:
22-
- name: akhilerm
23-
24-
- name: kiranmova
22+
- name: kmova
2523
26-
- name: prateekpandey14
27-
email: prateek.pandey@mayadata.io
24+
- name: mynktl
25+
email: mayank.patel@mayadata.io
2826
- name: rahulkrishnanra
2927
28+
- name: mittachaitu
29+

deploy/helm/charts/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ A Helm chart for openebs dynamic nfs provisioner. This chart bootstraps OpenEBS
1111

1212
| Name | Email | Url |
1313
| ---- | ------ | --- |
14-
| akhilerm | [email protected] | |
15-
| kiranmova | [email protected] | |
16-
| prateekpandey14 | [email protected] | |
14+
| kmova | [email protected] | |
15+
| mynktl | [email protected] | |
1716
| rahulkrishnanra | [email protected] | |
17+
| mittachaitu | [email protected] | |
1818

1919

2020
## Get Repo Info
@@ -117,13 +117,13 @@ helm install openebs-nfs openebs-nfs/nfs-provisioner --namespace openebs --creat
117117
| `nfsProvisioner.healthCheck.periodSeconds` | How often to perform the liveness probe | `60` |
118118
| `nfsProvisioner.image.registry` | Registry for NFS Provisioner image | `""` |
119119
| `nfsProvisioner.image.repository` | Image repository for NFS Provisioner | `openebs/provisioner-nfs` |
120-
| `nfsProvisioner.image.tag` | Image tag for NFS Provisioner | `""` |
120+
| `nfsProvisioner.image.tag` | Image tag for NFS Provisioner | `0.5.0` |
121121
| `nfsProvisioner.image.pullPolicy` | Image pull policy for NFS Provisioner image | `IfNotPresent` |
122122
| `nfsProvisioner.annotations` | Annotations for NFS Provisioner metadata | `""` |
123123
| `nfsProvisioner.nodeSelector` | Nodeselector for NFS Provisioner pod | `""` |
124124
| `nfsProvisioner.nfsServerAlpineImage.registry` | Registry for nfs-server-alpine | `""` |
125125
| `nfsProvisioner.nfsServerAlpineImage.repository` | Image repository for nfs-server-alpine | `openebs/nfs-server-alpine` |
126-
| `nfsProvisioner.nfsServerAlpineImage.tag` | Image tag for nfs-server-alpine | `""` |
126+
| `nfsProvisioner.nfsServerAlpineImage.tag` | Image tag for nfs-server-alpine | `0.5.0` |
127127
| `nfsProvisioner.resources` | Resource request and limit for the container | `true` |
128128
| `nfsProvisioner.securityContext` | Security context for container | `""` |
129129
| `nfsProvisioner.tolerations` | NFS Provisioner pod toleration values | `""` |

0 commit comments

Comments
 (0)