Skip to content

Commit a047750

Browse files
authored
[bitnami/nginx-ingress-controller] Update NOTES.txt (#6436)
* chore: Update NOTES.txt Update the deprecated `apiVersion: extensions/v1beta1` with `apiVersion: networking.k8s.io/v1` * [bitnami/nginx-ingress-controller] Bump chart version Update chart version from v7.6.6 to v7.6.7 * [bitnami/nginx-ingress-controller] Bump chart verion Bump chart version to `version: 7.6.8`
1 parent 58ef7b0 commit a047750

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

bitnami/nginx-ingress-controller/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ name: nginx-ingress-controller
2626
sources:
2727
- https://github.com/bitnami/bitnami-docker-nginx-ingress-controller
2828
- https://github.com/kubernetes/ingress-nginx
29-
version: 7.6.7
29+
version: 7.6.8

bitnami/nginx-ingress-controller/templates/NOTES.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Get the application URL by running these commands:
4242

4343
An example Ingress that makes use of the controller:
4444

45-
apiVersion: extensions/v1beta1
45+
apiVersion: networking.k8s.io/v1
4646
kind: Ingress
4747
metadata:
4848
annotations:
@@ -55,9 +55,12 @@ An example Ingress that makes use of the controller:
5555
http:
5656
paths:
5757
- backend:
58-
serviceName: exampleService
59-
port: 80
58+
service:
59+
name: exampleService
60+
port:
61+
number: 80
6062
path: /
63+
pathType: Prefix
6164
# This section is only required if TLS is to be enabled for the Ingress
6265
tls:
6366
- hosts:

0 commit comments

Comments
 (0)