Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
fix mismatch in docker image tag and release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kervel committed Mar 10, 2022
1 parent 41e5a16 commit fc4d84c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/cvat-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions charts/cvat-helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion charts/cvat-helm/templates/opa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc4d84c

Please sign in to comment.