From 452a90d067f1409ca0bf0cb1f4418c77e1e2ca62 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Wed, 10 May 2023 12:32:48 +0200 Subject: [PATCH] Override appversion --- charts/json-server/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/json-server/Chart.yaml b/charts/json-server/Chart.yaml index 56e110e..e80226c 100644 --- a/charts/json-server/Chart.yaml +++ b/charts/json-server/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.16.0" +appVersion: "latest"