Release 0.41.0 chart
This commit is contained in:
parent
f3a6b809bd
commit
8aefb97fea
10 changed files with 314 additions and 298 deletions
|
|
@ -4,8 +4,14 @@ This file documents all notable changes to [ingress-nginx](https://github.com/ku
|
|||
|
||||
### Unreleased
|
||||
|
||||
|
||||
### 3.8.0
|
||||
|
||||
- [X] [#6395](https://github.com/kubernetes/ingress-nginx/pull/6395) Update jettech/kube-webhook-certgen image
|
||||
- [X] [#6377](https://github.com/kubernetes/ingress-nginx/pull/6377) Added loadBalancerSourceRanges for internal lbs
|
||||
- [X] [#6356](https://github.com/kubernetes/ingress-nginx/pull/6356) Add securitycontext settings on defaultbackend
|
||||
- [X] [#6401](https://github.com/kubernetes/ingress-nginx/pull/6401) Fix controller service annotations
|
||||
- [X] [#6403](https://github.com/kubernetes/ingress-nginx/pull/6403) Initial helm chart changelog
|
||||
|
||||
### 3.7.1
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v1
|
||||
name: ingress-nginx
|
||||
version: 3.7.1
|
||||
appVersion: 0.40.2
|
||||
version: 3.8.0
|
||||
appVersion: 0.41.0
|
||||
home: https://github.com/kubernetes/ingress-nginx
|
||||
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
|
||||
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Nginx_logo.svg/500px-Nginx_logo.svg.png
|
||||
|
|
@ -14,3 +14,10 @@ maintainers:
|
|||
- name: ChiefAlexander
|
||||
engine: gotpl
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- Update jettech/kube-webhook-certgen image
|
||||
- Added loadBalancerSourceRanges for internal lbs
|
||||
- Add securitycontext settings on defaultbackend
|
||||
- Fix controller service annotations
|
||||
- Initial helm chart changelog
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
controller:
|
||||
image:
|
||||
repository: k8s.gcr.io/ingress-nginx/controller
|
||||
tag: "v0.40.2"
|
||||
digest: sha256:46ba23c3fbaafd9e5bd01ea85b2f921d9f2217be082580edc22e6c704a83f02f
|
||||
tag: "v0.41.0"
|
||||
digest: sha256:e6019e536cfb921afb99408d5292fa88b017c49dd29d05fc8dbc456aa770d590
|
||||
pullPolicy: IfNotPresent
|
||||
# www-data -> uid 101
|
||||
runAsUser: 101
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue