chore(release): update container images to 4.0.0
- Update to the prow generated container images pushed to grc.io - Set the tag version to 4.0.0 - Update the helm chart version to 4.0.0 Signed-off-by: kmova <kiran.mova@mayadata.io>
This commit is contained in:
		
							parent
							
								
									23ecb30672
								
							
						
					
					
						commit
						cd45565480
					
				|  | @ -1,4 +1,4 @@ | ||||||
| # Unreleased | # v4.0.0 | ||||||
| - Remove redundant field in the rbac.yaml (https://github.com/kubernetes-retired/external-storage/pull/970) | - Remove redundant field in the rbac.yaml (https://github.com/kubernetes-retired/external-storage/pull/970) | ||||||
| - Use `kubernetes-sigs/sig-storage-lib-external-provisioner` instead of `incubator/external-storage/lib` (https://github.com/kubernetes-retired/external-storage/pull/1026) | - Use `kubernetes-sigs/sig-storage-lib-external-provisioner` instead of `incubator/external-storage/lib` (https://github.com/kubernetes-retired/external-storage/pull/1026) | ||||||
| - Fill in rbac.yaml with ServiceAccount manifest (https://github.com/kubernetes-retired/external-storage/pull/1060, https://github.com/kubernetes-retired/external-storage/pull/1179) | - Fill in rbac.yaml with ServiceAccount manifest (https://github.com/kubernetes-retired/external-storage/pull/1060, https://github.com/kubernetes-retired/external-storage/pull/1179) | ||||||
|  |  | ||||||
|  | @ -8,7 +8,7 @@ Note: This repository is being migrated from https://github.com/kubernetes-incub | ||||||
| make build | make build | ||||||
| make container | make container | ||||||
| # `nfs-subdir-external-provisioner:latest` will be created.  | # `nfs-subdir-external-provisioner:latest` will be created.  | ||||||
| # To upload this to your customer registry, say `quay.io/myorg`, you can use | # To upload this to your custom registry, say `quay.io/myorg`, you can use | ||||||
| # docker tag nfs-subdir-external-provisioner:latest quay.io/myorg/nfs-subdir-external-provisioner:latest | # docker tag nfs-subdir-external-provisioner:latest quay.io/myorg/nfs-subdir-external-provisioner:latest | ||||||
| # docker push quay.io/myorg/nfs-subdir-external-provisioner:latest | # docker push quay.io/myorg/nfs-subdir-external-provisioner:latest | ||||||
| ``` | ``` | ||||||
|  | @ -100,7 +100,7 @@ spec: | ||||||
|       serviceAccountName: nfs-client-provisioner |       serviceAccountName: nfs-client-provisioner | ||||||
|       containers: |       containers: | ||||||
|         - name: nfs-client-provisioner |         - name: nfs-client-provisioner | ||||||
|           image: quay.io/external_storage/nfs-client-provisioner:latest |           image: gcr.io/k8s-staging-sig-storage/nfs-subdir-external-provisioner:v4.0.0 | ||||||
|           volumeMounts: |           volumeMounts: | ||||||
|             - name: nfs-client-root |             - name: nfs-client-root | ||||||
|               mountPath: /persistentvolumes |               mountPath: /persistentvolumes | ||||||
|  |  | ||||||
|  | @ -1,10 +1,10 @@ | ||||||
| apiVersion: v1 | apiVersion: v1 | ||||||
| appVersion: 3.1.0 | appVersion: 4.0.0 | ||||||
| description: nfs-subdir-external-provisioner is an automatic provisioner that used your *already configured* NFS server, automatically creating Persistent Volumes. | description: nfs-subdir-external-provisioner is an automatic provisioner that used your *already configured* NFS server, automatically creating Persistent Volumes. | ||||||
| name: nfs-subdir-external-provisioner | name: nfs-subdir-external-provisioner | ||||||
| home: https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner | home: https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner | ||||||
| version: 3.0.0 | version: 4.0.0 | ||||||
| kubeVersion: ">=1.9.0-0 <1.20.0-0" | kubeVersion: ">=1.9.0-0" | ||||||
| sources: | sources: | ||||||
| - https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner | - https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner | ||||||
| keywords: | keywords: | ||||||
|  |  | ||||||
|  | @ -11,8 +11,6 @@ $ helm install nfs-subdir-external-provisioner nfs-subdir-external-provisioner/n | ||||||
|     --set nfs.path=/exported/path |     --set nfs.path=/exported/path | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| For **arm** deployments set `image.repository` to `--set image.repository=quay.io/external_storage/nfs-client-provisioner-arm` |  | ||||||
| 
 |  | ||||||
| ## Introduction | ## Introduction | ||||||
| 
 | 
 | ||||||
| This charts installs custom [storage class](https://kubernetes.io/docs/concepts/storage/storage-classes/) into a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager. It also installs a [NFS client provisioner](https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner) into the cluster which dynamically creates persistent volumes from single NFS share. | This charts installs custom [storage class](https://kubernetes.io/docs/concepts/storage/storage-classes/) into a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager. It also installs a [NFS client provisioner](https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner) into the cluster which dynamically creates persistent volumes from single NFS share. | ||||||
|  | @ -54,8 +52,8 @@ The following tables lists the configurable parameters of this chart and their d | ||||||
| | ----------------------------------- | ----------------------------------------------------------- | ------------------------------------------------- | | | ----------------------------------- | ----------------------------------------------------------- | ------------------------------------------------- | | ||||||
| | `replicaCount`                      | Number of provisioner instances to deployed                 | `1`                                               | | | `replicaCount`                      | Number of provisioner instances to deployed                 | `1`                                               | | ||||||
| | `strategyType`                      | Specifies the strategy used to replace old Pods by new ones | `Recreate`                                        | | | `strategyType`                      | Specifies the strategy used to replace old Pods by new ones | `Recreate`                                        | | ||||||
| | `image.repository`                  | Provisioner image                                           | `quay.io/external_storage/nfs-client-provisioner` | | | `image.repository`                  | Provisioner image                                           | `gcr.io/k8s-staging-sig-storage/nfs-subdir-external-provisioner` | | ||||||
| | `image.tag`                         | Version of provisioner image                                | `v3.1.0-k8s1.11`                                  | | | `image.tag`                         | Version of provisioner image                                | `v4.0.0`                                  | | ||||||
| | `image.pullPolicy`                  | Image pull policy                                           | `IfNotPresent`                                    | | | `image.pullPolicy`                  | Image pull policy                                           | `IfNotPresent`                                    | | ||||||
| | `storageClass.name`                 | Name of the storageClass                                    | `nfs-client`                                      | | | `storageClass.name`                 | Name of the storageClass                                    | `nfs-client`                                      | | ||||||
| | `storageClass.defaultClass`         | Set as the default StorageClass                             | `false`                                           | | | `storageClass.defaultClass`         | Set as the default StorageClass                             | `false`                                           | | ||||||
|  |  | ||||||
|  | @ -2,8 +2,8 @@ replicaCount: 1 | ||||||
| strategyType: Recreate | strategyType: Recreate | ||||||
| 
 | 
 | ||||||
| image: | image: | ||||||
|   repository: quay.io/external_storage/nfs-client-provisioner |   repository: gcr.io/k8s-staging-sig-storage/nfs-subdir-external-provisioner | ||||||
|   tag: v3.1.0-k8s1.11 |   tag: v4.0.0 | ||||||
|   pullPolicy: IfNotPresent |   pullPolicy: IfNotPresent | ||||||
| 
 | 
 | ||||||
| nfs: | nfs: | ||||||
|  |  | ||||||
|  | @ -21,7 +21,7 @@ spec: | ||||||
|       serviceAccountName: nfs-client-provisioner |       serviceAccountName: nfs-client-provisioner | ||||||
|       containers: |       containers: | ||||||
|         - name: nfs-client-provisioner |         - name: nfs-client-provisioner | ||||||
|           image: quay.io/external_storage/nfs-client-provisioner-arm:latest |           image: gcr.io/k8s-staging-sig-storage/nfs-subdir-external-provisioner:v4.0.0-rc2 | ||||||
|           volumeMounts: |           volumeMounts: | ||||||
|             - name: nfs-client-root |             - name: nfs-client-root | ||||||
|               mountPath: /persistentvolumes |               mountPath: /persistentvolumes | ||||||
|  |  | ||||||
|  | @ -21,7 +21,7 @@ spec: | ||||||
|       serviceAccountName: nfs-client-provisioner |       serviceAccountName: nfs-client-provisioner | ||||||
|       containers: |       containers: | ||||||
|         - name: nfs-client-provisioner |         - name: nfs-client-provisioner | ||||||
|           image: quay.io/external_storage/nfs-client-provisioner:latest |           image: gcr.io/k8s-staging-sig-storage/nfs-subdir-external-provisioner:v4.0.0 | ||||||
|           volumeMounts: |           volumeMounts: | ||||||
|             - name: nfs-client-root |             - name: nfs-client-root | ||||||
|               mountPath: /persistentvolumes |               mountPath: /persistentvolumes | ||||||
|  | @ -29,11 +29,11 @@ spec: | ||||||
|             - name: PROVISIONER_NAME |             - name: PROVISIONER_NAME | ||||||
|               value: k8s-sigs.io/nfs-subdir-external-provisioner |               value: k8s-sigs.io/nfs-subdir-external-provisioner | ||||||
|             - name: NFS_SERVER |             - name: NFS_SERVER | ||||||
|               value: 10.10.10.60 |               value: 10.3.243.101 | ||||||
|             - name: NFS_PATH |             - name: NFS_PATH | ||||||
|               value: /ifs/kubernetes |               value: /ifs/kubernetes | ||||||
|       volumes: |       volumes: | ||||||
|         - name: nfs-client-root |         - name: nfs-client-root | ||||||
|           nfs: |           nfs: | ||||||
|             server: 10.10.10.60 |             server: 10.3.243.101 | ||||||
|             path: /ifs/kubernetes |             path: /ifs/kubernetes | ||||||
|  |  | ||||||
|  | @ -14,7 +14,7 @@ spec: | ||||||
|       serviceAccountName: nfs-client-provisioner |       serviceAccountName: nfs-client-provisioner | ||||||
|       containers: |       containers: | ||||||
|         - name: nfs-client-provisioner |         - name: nfs-client-provisioner | ||||||
|           image: quay.io/external_storage/nfs-client-provisioner-arm:latest |           image: gcr.io/k8s-staging-sig-storage/nfs-subdir-external-provisioner:v4.0.0 | ||||||
|           volumeMounts: |           volumeMounts: | ||||||
|             - name: nfs-client-root |             - name: nfs-client-root | ||||||
|               mountPath: /persistentvolumes |               mountPath: /persistentvolumes | ||||||
|  |  | ||||||
|  | @ -14,7 +14,7 @@ spec: | ||||||
|       serviceAccountName: nfs-client-provisioner |       serviceAccountName: nfs-client-provisioner | ||||||
|       containers: |       containers: | ||||||
|         - name: nfs-client-provisioner |         - name: nfs-client-provisioner | ||||||
|           image: quay.io/external_storage/nfs-client-provisioner:latest |           image: gcr.io/k8s-staging-sig-storage/nfs-subdir-external-provisioner:v4.0.0 | ||||||
|           volumeMounts: |           volumeMounts: | ||||||
|             - name: nfs-client-root |             - name: nfs-client-root | ||||||
|               mountPath: /persistentvolumes |               mountPath: /persistentvolumes | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue