summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-11-27 14:35:39 +0100
committerPatrick Spek <p.spek@tyil.nl>2024-11-27 14:35:39 +0100
commitc41c0352afc9c89240d1711e0e69d25b2a02b398 (patch)
treeaa35dedba991343d88efe5a1f0ae3d354ce37950
parent4b62cb141435ff31a70218423fb787552bff2c07 (diff)
downloadexporter-fsdir-c41c0352afc9c89240d1711e0e69d25b2a02b398.tar.gz
exporter-fsdir-c41c0352afc9c89240d1711e0e69d25b2a02b398.tar.bz2
Bump application versionv1.0.0
-rw-r--r--Chart.yaml4
-rw-r--r--values.yaml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Chart.yaml b/Chart.yaml
index 556917c..ca767f9 100644
--- a/Chart.yaml
+++ b/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: 0.1.0
+version: 1.0.0
# 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: "1.16.0"
+appVersion: "1.0.0"
diff --git a/values.yaml b/values.yaml
index 03fb433..9991956 100644
--- a/values.yaml
+++ b/values.yaml
@@ -11,7 +11,7 @@ image:
# This sets the pull policy for images.
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
- tag: "latest"
+ tag: "v1.0.0"
# This is for the secretes for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
imagePullSecrets: []