Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit 63936bb

Browse files
committed
fix: add the right version in the image overlay for the deployment
1 parent 7727ccc commit 63936bb

File tree

4 files changed

+5
-15
lines changed

4 files changed

+5
-15
lines changed

config/default/manager_config_patch.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

config/manager/kustomization.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@ kind: Kustomization
33
resources:
44
- deployment.yaml
55
images:
6-
- name: controller
7-
newName: controller
8-
newTag: latest
96
- name: open-component-model/git-controller
107
newName: ghcr.io/open-component-model/git-controller
11-
newTag: latest
8+
newTag: v0.12.1
129

1310
# Comment to disable HTTPS for the registry
1411
patches:

docs/release_notes/v0.12.1.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Release 0.12.1
2+
3+
- fix: add the right version in the image overlay for the deployment (#145)

pkg/version/release.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
package version
66

77
// ReleaseVersion is the version number in semver format "vX.Y.Z", prefixed with "v".
8-
var ReleaseVersion = "v0.12.0"
8+
var ReleaseVersion = "v0.12.1"
99

1010
// ReleaseCandidate is the release candidate ID in format "rc.X", which will be appended to the release version.
1111
var ReleaseCandidate = "rc.1"

0 commit comments

Comments
 (0)