From 21c8a99d8a55e94699d848e4f2f342a63e7d0f59 Mon Sep 17 00:00:00 2001 From: T ArunTheja <arun9theja@gmail.com> Date: Sun, 15 May 2022 04:09:45 +0000 Subject: [PATCH] helmfile_5.yaml --- Code/Helmfile/2/helmfile_5.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Code/Helmfile/2/helmfile_5.yaml diff --git a/Code/Helmfile/2/helmfile_5.yaml b/Code/Helmfile/2/helmfile_5.yaml new file mode 100644 index 0000000..1261f12 --- /dev/null +++ b/Code/Helmfile/2/helmfile_5.yaml @@ -0,0 +1,4 @@ +releases: + - name: ingress-backend + chart: stable/nginx-ingress + version: 1.36.0 -- GitLab