Update nginx-ingress from v1.0.0 to v1.0.1
This commit is contained in:
parent
69f37c8b17
commit
5a1e455220
|
@ -6,6 +6,7 @@ Notable changes between versions.
|
|||
|
||||
### Addons
|
||||
|
||||
* Update nginx-ingress from v1.0.0 to [v1.0.1](https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v1.0.1)
|
||||
* Update Prometheus from v2.29.2 to [v2.30.0](https://github.com/prometheus/prometheus/releases/tag/v2.30.0)
|
||||
|
||||
## v1.22.2
|
||||
|
|
|
@ -23,7 +23,7 @@ spec:
|
|||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: nginx-ingress-controller
|
||||
image: k8s.gcr.io/ingress-nginx/controller:v1.0.0
|
||||
image: k8s.gcr.io/ingress-nginx/controller:v1.0.1
|
||||
args:
|
||||
- /nginx-ingress-controller
|
||||
- --ingress-class=public
|
||||
|
|
|
@ -23,7 +23,7 @@ spec:
|
|||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: nginx-ingress-controller
|
||||
image: k8s.gcr.io/ingress-nginx/controller:v1.0.0
|
||||
image: k8s.gcr.io/ingress-nginx/controller:v1.0.1
|
||||
args:
|
||||
- /nginx-ingress-controller
|
||||
- --ingress-class=public
|
||||
|
|
|
@ -23,7 +23,7 @@ spec:
|
|||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: nginx-ingress-controller
|
||||
image: k8s.gcr.io/ingress-nginx/controller:v1.0.0
|
||||
image: k8s.gcr.io/ingress-nginx/controller:v1.0.1
|
||||
args:
|
||||
- /nginx-ingress-controller
|
||||
- --ingress-class=public
|
||||
|
|
|
@ -23,7 +23,7 @@ spec:
|
|||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: nginx-ingress-controller
|
||||
image: k8s.gcr.io/ingress-nginx/controller:v1.0.0
|
||||
image: k8s.gcr.io/ingress-nginx/controller:v1.0.1
|
||||
args:
|
||||
- /nginx-ingress-controller
|
||||
- --ingress-class=public
|
||||
|
|
|
@ -23,7 +23,7 @@ spec:
|
|||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: nginx-ingress-controller
|
||||
image: k8s.gcr.io/ingress-nginx/controller:v1.0.0
|
||||
image: k8s.gcr.io/ingress-nginx/controller:v1.0.1
|
||||
args:
|
||||
- /nginx-ingress-controller
|
||||
- --ingress-class=public
|
||||
|
|
Loading…
Reference in New Issue