From bdf833df28be77bfbf8a7d551d407770153f06ef Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Wed, 10 May 2023 12:58:55 +0200 Subject: [PATCH] Fix duplicate key --- charts/json-server/Chart.yaml | 4 ++-- charts/json-server/values.yaml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/charts/json-server/Chart.yaml b/charts/json-server/Chart.yaml index a6e826d..f2fc734 100644 --- a/charts/json-server/Chart.yaml +++ b/charts/json-server/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: v0.2.0 +version: v0.2.1 # This is the version number of the application being deployed. This version number should be # 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: "v0.2.0" +appVersion: "v0.2.1" diff --git a/charts/json-server/values.yaml b/charts/json-server/values.yaml index 40b7353..f94347f 100644 --- a/charts/json-server/values.yaml +++ b/charts/json-server/values.yaml @@ -6,10 +6,9 @@ replicaCount: 1 image: repository: bv11-cr01.bessems.eu/library/json-server - tag: latest pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "" + tag: latest imagePullSecrets: [] nameOverride: ""