From f9c12a25b2f6167bc8c05148e9819a81b47bbd5b Mon Sep 17 00:00:00 2001 From: Julius Tens Date: Fri, 4 Oct 2024 04:22:25 +0200 Subject: [PATCH] fix: update chart version -> 3.2.0 --- kubernetes/.charts/simple-app/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/.charts/simple-app/Chart.yaml b/kubernetes/.charts/simple-app/Chart.yaml index 65e80e7..faf7e82 100644 --- a/kubernetes/.charts/simple-app/Chart.yaml +++ b/kubernetes/.charts/simple-app/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: simple-app -version: 3.1.0 +version: 3.2.0 description: Provides a deployment, service and ingress to expose one container at a given domain