From a2fc31542703434a9caf5a5fca6aeae4a49cf6d0 Mon Sep 17 00:00:00 2001 From: Neal DeBuhr Date: Sat, 29 Jan 2022 03:23:38 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20the=20ingress-ng?= =?UTF-8?q?inx=20and=20aws-efs-csi-driver=20Helm=20chart=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prepare/chart/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prepare/chart/Chart.yaml b/prepare/chart/Chart.yaml index 4138254..a12513f 100644 --- a/prepare/chart/Chart.yaml +++ b/prepare/chart/Chart.yaml @@ -4,12 +4,12 @@ version: 0.14.1 icon: https://raw.githubusercontent.com/ndebuhr/cloud-native-workstation/master/images/cnw.png dependencies: - name: ingress-nginx - version: 4.0.13 + version: 4.0.16 repository: https://kubernetes.github.io/ingress-nginx - name: gatekeeper version: 3.7.0 repository: https://open-policy-agent.github.io/gatekeeper/charts - name: aws-efs-csi-driver - version: 2.2.2 + version: 2.2.3 repository: https://kubernetes-sigs.github.io/aws-efs-csi-driver/ condition: aws-efs-csi-driver.enabled \ No newline at end of file