Skip to content

Commit e742d49

Browse files
committed
fix: make chart version equal to image tag
1 parent 036c996 commit e742d49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ kos:
2828
- repositories:
2929
- "ghcr.io/insightsengineering/oasbinder"
3030
tags:
31-
- "v{{.Version}}"
31+
- "{{.Version}}"
3232
- latest
3333
bare: true
3434
preserve_import_paths: false

helm/templates/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.0.3-rc16
18+
version: 0.0.3-rc17
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

0 commit comments

Comments
 (0)