Fix duplicate key
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Danny Bessems 2023-05-10 12:58:55 +02:00
parent 5aa9a52ed8
commit bdf833df28
2 changed files with 3 additions and 4 deletions

View File

@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # 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 # 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 # 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. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: "v0.2.0" appVersion: "v0.2.1"

View File

@ -6,10 +6,9 @@ replicaCount: 1
image: image:
repository: bv11-cr01.bessems.eu/library/json-server repository: bv11-cr01.bessems.eu/library/json-server
tag: latest
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "" tag: latest
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""