From 64922dd238c65b61f341b48e184833dfebf0fd72 Mon Sep 17 00:00:00 2001 From: Claudio Poli Date: Tue, 30 Apr 2024 20:04:10 +0200 Subject: [PATCH] chore(nextjs): bump chart version from 1.1.0 to 1.1.1 to reflect latest changes and updates --- charts/nextjs/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nextjs/Chart.yaml b/charts/nextjs/Chart.yaml index 8c5cb7a..495695a 100644 --- a/charts/nextjs/Chart.yaml +++ b/charts/nextjs/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: nextjs description: Generic Helm chart for Nextjs apps on Kubernetes type: application -version: 1.1.0 +version: 1.1.1 appVersion: '1.0.0' keywords: - nextjs