Update NFS Provisioner image version
This change updates the nfs-provisioner to a newer image version. Also nfs-provisioner 2.3.0 requires more ports. Change-Id: I5ac00d6de95bc27fec6b935395a4c717e146f857
This commit is contained in:
parent
c925341518
commit
7ce571ab54
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v2.2.1
|
appVersion: v2.2.1
|
||||||
description: OpenStack-Helm NFS
|
description: OpenStack-Helm NFS
|
||||||
name: nfs-provisioner
|
name: nfs-provisioner
|
||||||
version: 0.1.4
|
version: 0.1.5
|
||||||
home: https://github.com/kubernetes-incubator/external-storage
|
home: https://github.com/kubernetes-incubator/external-storage
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/kubernetes-incubator/external-storage
|
- https://github.com/kubernetes-incubator/external-storage
|
||||||
|
@ -139,13 +139,34 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- name: nfs
|
- name: nfs
|
||||||
containerPort: 2049
|
containerPort: 2049
|
||||||
|
- name: nfs-udp
|
||||||
|
containerPort: 2049
|
||||||
|
protocol: UDP
|
||||||
- name: mountd
|
- name: mountd
|
||||||
containerPort: 20048
|
containerPort: 20048
|
||||||
|
- name: mountd-udp
|
||||||
|
containerPort: 20048
|
||||||
|
protocol: UDP
|
||||||
- name: rpcbind
|
- name: rpcbind
|
||||||
containerPort: 111
|
containerPort: 111
|
||||||
- name: rpcbind-udp
|
- name: rpcbind-udp
|
||||||
containerPort: 111
|
containerPort: 111
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
|
- name: port-662
|
||||||
|
containerPort: 662
|
||||||
|
- name: port-662-udp
|
||||||
|
containerPort: 662
|
||||||
|
protocol: UDP
|
||||||
|
- name: port-875
|
||||||
|
containerPort: 875
|
||||||
|
- name: port-875-udp
|
||||||
|
containerPort: 875
|
||||||
|
protocol: UDP
|
||||||
|
- name: port-32803
|
||||||
|
containerPort: 32803
|
||||||
|
- name: port-32803-udp
|
||||||
|
containerPort: 32803
|
||||||
|
protocol: UDP
|
||||||
env:
|
env:
|
||||||
- name: POD_IP
|
- name: POD_IP
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
@ -25,13 +25,34 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- name: nfs
|
- name: nfs
|
||||||
port: 2049
|
port: 2049
|
||||||
|
- name: nfs-udp
|
||||||
|
port: 2049
|
||||||
|
protocol: UDP
|
||||||
- name: mountd
|
- name: mountd
|
||||||
port: 20048
|
port: 20048
|
||||||
|
- name: mountd-udp
|
||||||
|
port: 20048
|
||||||
|
protocol: UDP
|
||||||
- name: rpcbind
|
- name: rpcbind
|
||||||
port: 111
|
port: 111
|
||||||
- name: rpcbind-udp
|
- name: rpcbind-udp
|
||||||
port: 111
|
port: 111
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
|
- name: port-662
|
||||||
|
port: 662
|
||||||
|
- name: port-662-udp
|
||||||
|
port: 662
|
||||||
|
protocol: UDP
|
||||||
|
- name: port-875
|
||||||
|
port: 875
|
||||||
|
- name: port-875-udp
|
||||||
|
port: 875
|
||||||
|
protocol: UDP
|
||||||
|
- name: port-32803
|
||||||
|
port: 32803
|
||||||
|
- name: port-32803-udp
|
||||||
|
port: 32803
|
||||||
|
protocol: UDP
|
||||||
selector:
|
selector:
|
||||||
{{ tuple $envAll "nfs" "provisioner" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 4 }}
|
{{ tuple $envAll "nfs" "provisioner" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -47,7 +47,7 @@ pod:
|
|||||||
|
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
nfs_provisioner: quay.io/kubernetes_incubator/nfs-provisioner:v2.2.1-k8s1.12
|
nfs_provisioner: quay.io/kubernetes_incubator/nfs-provisioner:v2.3.0
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
|
@ -5,4 +5,5 @@ nfs-provisioner:
|
|||||||
- 0.1.2 Use full image ref for docker official images
|
- 0.1.2 Use full image ref for docker official images
|
||||||
- 0.1.3 Update htk requirements
|
- 0.1.3 Update htk requirements
|
||||||
- 0.1.4 Added OCI registry authentication
|
- 0.1.4 Added OCI registry authentication
|
||||||
|
- 0.1.5 Update image version
|
||||||
...
|
...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user