summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-11-27 18:34:02 +0100
committerPatrick Spek <p.spek@tyil.nl>2024-11-27 18:34:02 +0100
commit4130dede794c8750af5946a4ecacbd564a8dfd84 (patch)
treef91a9c56c6c4266dbbf9a05262de012ed52bdfcb
parentc41c0352afc9c89240d1711e0e69d25b2a02b398 (diff)
downloadexporter-fsdir-4130dede794c8750af5946a4ecacbd564a8dfd84.tar.gz
exporter-fsdir-4130dede794c8750af5946a4ecacbd564a8dfd84.tar.bz2
Bump app version
-rw-r--r--Chart.yaml2
-rw-r--r--values.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Chart.yaml b/Chart.yaml
index ca767f9..310e110 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -21,4 +21,4 @@ version: 1.0.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.0.0"
+appVersion: "1.0.1"
diff --git a/values.yaml b/values.yaml
index 9991956..a939647 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: "v1.0.0"
+ tag: "v1.0.1"
# 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: []