diff options
| author | Patrick Spek <p.spek@tyil.nl> | 2024-11-27 18:34:02 +0100 |
|---|---|---|
| committer | Patrick Spek <p.spek@tyil.nl> | 2024-11-27 18:34:02 +0100 |
| commit | 4130dede794c8750af5946a4ecacbd564a8dfd84 (patch) | |
| tree | f91a9c56c6c4266dbbf9a05262de012ed52bdfcb | |
| parent | c41c0352afc9c89240d1711e0e69d25b2a02b398 (diff) | |
| download | exporter-fsdir-4130dede794c8750af5946a4ecacbd564a8dfd84.tar.gz exporter-fsdir-4130dede794c8750af5946a4ecacbd564a8dfd84.tar.bz2 | |
Bump app version
| -rw-r--r-- | Chart.yaml | 2 | ||||
| -rw-r--r-- | values.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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: [] |
