Skip to content

Commit

Permalink
Release chart 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Nov 12, 2020
1 parent 59761ad commit c0085f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions charts/ingress-nginx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This file documents all notable changes to [ingress-nginx](https://github.com/ku

### Unreleased

### 3.10.0

- Fix routing regression introduced in 0.41.0 with PathType Exact

### 3.9.0

- [X] [#6423](https://github.com/kubernetes/ingress-nginx/pull/6423) Add Default backend HPA autoscaling
Expand Down
6 changes: 3 additions & 3 deletions charts/ingress-nginx/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: ingress-nginx
version: 3.9.0
appVersion: 0.41.0
version: 3.10.0
appVersion: 0.41.1
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
Expand All @@ -16,4 +16,4 @@ engine: gotpl
kubeVersion: ">=1.16.0-0"
annotations:
artifacthub.io/changes: |
- Add Default backend HPA autoscaling
- Fix routing regression introduced in 0.41.0 with PathType Exact
4 changes: 2 additions & 2 deletions charts/ingress-nginx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
controller:
image:
repository: k8s.gcr.io/ingress-nginx/controller
tag: "v0.41.0"
digest: sha256:e6019e536cfb921afb99408d5292fa88b017c49dd29d05fc8dbc456aa770d590
tag: "v0.41.1"
digest: sha256:595f5c08aaa2bdfd1afdfb2e0f1a668bc85d96f80c097ddb3d4241f0c9122549
pullPolicy: IfNotPresent
# www-data -> uid 101
runAsUser: 101
Expand Down

0 comments on commit c0085f8

Please sign in to comment.