mirror of
https://github.com/helm/charts.git
synced 2026-08-23 14:27:18 +00:00
committed by
Kubernetes Prow Robot
parent
5c92dd16b9
commit
8914dbcdb9
@@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
appVersion: 2.2.1-k8s1.12
|
||||
appVersion: 2.2.2
|
||||
description: nfs-server-provisioner is an out-of-tree dynamic provisioner for Kubernetes. You can use it to quickly & easily deploy shared storage that works almost anywhere.
|
||||
name: nfs-server-provisioner
|
||||
version: 0.3.2
|
||||
version: 0.3.3
|
||||
maintainers:
|
||||
- name: kiall
|
||||
email: kiall@macinnes.ie
|
||||
|
||||
@@ -56,7 +56,7 @@ their default values.
|
||||
|:-------------------------------|:----------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------|
|
||||
| `imagePullSecrets` | Specify image pull secrets | `nil` (does not add image pull secrets to deployed pods) |
|
||||
| `image.repository` | The image repository to pull from | `quay.io/kubernetes_incubator/nfs-provisioner` |
|
||||
| `image.tag` | The image tag to pull from | `v1.0.8` |
|
||||
| `image.tag` | The image tag to pull from | `v2.2.2` |
|
||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `service.type` | service type | `ClusterIP` |
|
||||
| `service.nfsPort` | TCP port on which the nfs-server-provisioner NFS service is exposed | `2049` |
|
||||
|
||||
@@ -8,7 +8,7 @@ replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: quay.io/kubernetes_incubator/nfs-provisioner
|
||||
tag: v2.2.1-k8s1.12
|
||||
tag: v2.2.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user