diff --git a/charts/keep/Chart.lock b/charts/keep/Chart.lock index 7189fb1..e1dd07d 100644 --- a/charts/keep/Chart.lock +++ b/charts/keep/Chart.lock @@ -2,5 +2,5 @@ dependencies: - name: ingress-nginx repository: https://kubernetes.github.io/ingress-nginx version: 4.11.3 -digest: sha256:b8a1d7ce0c002bf7b1b31c5a55e5d9a05b4de11638998e871abb336954c3901b -generated: "2024-10-20T14:13:00.322813+03:00" +digest: sha256:c1ab16f763d3eced319e2219971b069907ff7ad0a013d51642f26fcb7cb03a56 +generated: "2024-10-21T15:29:13.494426+03:00" diff --git a/charts/keep/values.yaml b/charts/keep/values.yaml index 2ad4466..6625ba8 100644 --- a/charts/keep/values.yaml +++ b/charts/keep/values.yaml @@ -8,6 +8,8 @@ fullnameOverride: "" isGKE: false global: + # this section controls the ingress resource and not the ingress-nginx controller + # see the ingress-nginx section below for the controller configuration ingress: enabled: true className: "nginx" @@ -19,6 +21,8 @@ global: hosts: [] tls: [] +# this section controls the ingress-nginx **controller** +# and not the ingress resource itself ingress-nginx: # install the ingress-nginx controller dependency repo enabled: true