Skip to content

Commit

Permalink
chore(helm): chart release for v0.5.0 (#68)
Browse files Browse the repository at this point in the history
* chore(helm): chart release for v0.5.0
* updating chart maintainers name with github username

Signed-off-by: mayank <[email protected]>
  • Loading branch information
mynktl authored Jul 16, 2021
1 parent 38bcd8b commit 12d2793
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions deploy/helm/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ description: Helm chart for OpenEBS Dynamic NFS PV. For instructions to install
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.4.2
version: 0.5.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 0.4.0
appVersion: 0.5.0
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
home: http://www.openebs.io/
keywords:
Expand All @@ -19,11 +19,11 @@ sources:
- https://github.com/openebs/dynamic-nfs-provisioner

maintainers:
- name: akhilerm
email: [email protected]
- name: kiranmova
- name: kmova
email: [email protected]
- name: prateekpandey14
email: prateek.pandey@mayadata.io
- name: mynktl
email: mayank.patel@mayadata.io
- name: rahulkrishnanra
email: [email protected]
- name: mittachaitu
email: [email protected]
10 changes: 5 additions & 5 deletions deploy/helm/charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ A Helm chart for openebs dynamic nfs provisioner. This chart bootstraps OpenEBS

| Name | Email | Url |
| ---- | ------ | --- |
| akhilerm | [email protected] | |
| kiranmova | [email protected] | |
| prateekpandey14 | [email protected] | |
| kmova | [email protected] | |
| mynktl | [email protected] | |
| rahulkrishnanra | [email protected] | |
| mittachaitu | [email protected] | |


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

0 comments on commit 12d2793

Please sign in to comment.