Update image (#19842)

Signed-off-by: Naseem <naseemkullah@gmail.com>
This commit is contained in:
Naseem
2020-01-21 05:37:38 -08:00
committed by Kubernetes Prow Robot
parent 5c92dd16b9
commit 8914dbcdb9
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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` |
+1 -1
View File
@@ -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: