diff options
| author | Patrick Spek <p.spek@tyil.nl> | 2024-11-27 14:35:39 +0100 |
|---|---|---|
| committer | Patrick Spek <p.spek@tyil.nl> | 2024-11-27 14:35:39 +0100 |
| commit | c41c0352afc9c89240d1711e0e69d25b2a02b398 (patch) | |
| tree | aa35dedba991343d88efe5a1f0ae3d354ce37950 | |
| parent | 4b62cb141435ff31a70218423fb787552bff2c07 (diff) | |
| download | exporter-fsdir-c41c0352afc9c89240d1711e0e69d25b2a02b398.tar.gz exporter-fsdir-c41c0352afc9c89240d1711e0e69d25b2a02b398.tar.bz2 | |
Bump application versionv1.0.0
| -rw-r--r-- | Chart.yaml | 4 | ||||
| -rw-r--r-- | values.yaml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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: [] |
