Skip to content

Commit

Permalink
chart: Update controller container image to v1.3.1. (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gacko committed Oct 17, 2022
1 parent 45c6ad6 commit 27b197c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 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.3.1`](https://github.com/kubernetes/ingress-nginx/blob/main/Changelog.md#131). ([#349](https://github.com/giantswarm/nginx-ingress-controller-app/pull/349))

## [2.18.1] - 2022-09-29

### Added
Expand Down
2 changes: 1 addition & 1 deletion helm/nginx-ingress-controller-app/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: v1.3.0
appVersion: v1.3.1
description: The most popular ingress controller for Kubernetes, based on NGINX
home: https://github.com/giantswarm/nginx-ingress-controller-app
icon: https://s.giantswarm.io/app-icons/nginx-ingress-controller/1/light.svg
Expand Down
6 changes: 3 additions & 3 deletions helm/nginx-ingress-controller-app/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,11 +274,11 @@
"service": {
"type": "object",
"properties": {
"servicePort": {
"type": "integer"
},
"labels": {
"type": "object"
},
"servicePort": {
"type": "integer"
}
}
}
Expand Down
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 @@ -124,7 +124,7 @@ controller:

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

# controller.containerPort
containerPort:
Expand Down

0 comments on commit 27b197c

Please sign in to comment.