diff --git a/charts/nmrkit/Chart.yaml b/charts/nmrkit/Chart.yaml index 36de240..f6bda38 100644 --- a/charts/nmrkit/Chart.yaml +++ b/charts/nmrkit/Chart.yaml @@ -18,7 +18,7 @@ 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.8 +version: 0.2.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 diff --git a/charts/nmrkit/values.yaml b/charts/nmrkit/values.yaml index 24dadf5..4bf0be1 100644 --- a/charts/nmrkit/values.yaml +++ b/charts/nmrkit/values.yaml @@ -6,10 +6,10 @@ replicaCount: 1 image: name: nmrkit - repository: nfdi4chem/nmrkit:dev-latest + repository: nfdi4chem/nmrkit pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: latest + tag: dev-latest imagePullSecrets: [] nameOverride: ""