From fc4d84c2d6749b845d76a4acdb0bad69c947eaf8 Mon Sep 17 00:00:00 2001 From: Frank Dekervel Date: Thu, 10 Mar 2022 10:35:11 +0100 Subject: [PATCH] fix mismatch in docker image tag and release 0.2.1 --- charts/cvat-helm/Chart.yaml | 2 +- charts/cvat-helm/README.md | 3 +-- charts/cvat-helm/templates/opa.yaml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/charts/cvat-helm/Chart.yaml b/charts/cvat-helm/Chart.yaml index 617cc55..3f2da39 100644 --- a/charts/cvat-helm/Chart.yaml +++ b/charts/cvat-helm/Chart.yaml @@ -15,7 +15,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.2.0 +version: 0.2.1 # 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/cvat-helm/README.md b/charts/cvat-helm/README.md index 4eaaf39..3cf7acd 100644 --- a/charts/cvat-helm/README.md +++ b/charts/cvat-helm/README.md @@ -42,6 +42,5 @@ helm install cvat cvat-helm \ * Bump CVAT version number (tag) in `docker/opa/Dockerfile` * Bump appVersion in `charts/cvat-helm/Chart.yaml` to the cvat version * Bump version in `charts/cvat-helm/Chart.yaml` to the version of the future helm chart -* Create a tag with the new version number (eg `cvat-helm-0.1.7`) -* Create a github release with that tag +* commit and push diff --git a/charts/cvat-helm/templates/opa.yaml b/charts/cvat-helm/templates/opa.yaml index 35e2855..8f21dc1 100644 --- a/charts/cvat-helm/templates/opa.yaml +++ b/charts/cvat-helm/templates/opa.yaml @@ -25,7 +25,7 @@ spec: {{ if .Values.opa.image }} image: {{ .Values.opa.image }} {{ else }} - image: {{ .Values.opa.repository }}:{{ .Chart.Version }} + image: {{ .Values.opa.repository }}:cvat-helm-{{ .Chart.Version }} {{ end }} ports: - containerPort: 8181