Skip to content

Commit

Permalink
Use upstream v1.0.4 controller image (#231)
Browse files Browse the repository at this point in the history
* Use upstream v1.0.4 controller image

* Update CHANGELOG.md
  • Loading branch information
ubergesundheit committed Oct 18, 2021
1 parent 9ccf791 commit 37c082b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

### Changed

- Update controller container image to [`v1.0.4`](https://github.com/kubernetes/ingress-nginx/blob/main/Changelog.md#104) which disables ssl_session_cache due to possible memory fragmentation. ([#231](https://github.com/giantswarm/nginx-ingress-controller-app/pull/231))

## [2.3.0] - 2021-10-07

### Changed
Expand Down
4 changes: 2 additions & 2 deletions helm/nginx-ingress-controller-app/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: v1.0.3
appVersion: v1.0.4
description: A Helm chart for the nginx ingress-controller
home: https://github.com/giantswarm/nginx-ingress-controller-app
icon: https://s.giantswarm.io/app-icons/1/png/nginx-ingress-controller-app-light.png
kubeVersion: ">=1.19.0-0"
name: nginx-ingress-controller-app
version: 2.3.0
version: 2.4.0
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
ports:
- name: metrics
port: {{ .Values.controller.metrics.service.servicePort }}
protocol: TCP
targetPort: metrics
selector:
{{- include "labels.selector" . | nindent 4 }}
2 changes: 1 addition & 1 deletion helm/nginx-ingress-controller-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ controller:

# controller.image.tag
# When updating tag make sure to also keep appVersion in Chart.yaml in sync
tag: v1.0.3
tag: v1.0.4

# controller.containerPort
containerPort:
Expand Down

0 comments on commit 37c082b

Please sign in to comment.