-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | `""` | | ||
|