We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344f0b8 commit 45c7654Copy full SHA for 45c7654
helm/Chart.yaml
@@ -4,6 +4,6 @@ description: Kubernetes event logger operator
4
5
type: application
6
7
-version: v0.6.3
+version: 0.6.3
8
9
-appVersion: vv0.6.3
+appVersion: v0.6.3
version/version.go
@@ -2,5 +2,5 @@ package version
2
3
var (
// Version the module version
- Version = "vv0.6.3"
+ Version = "v0.6.3"
)
0 commit comments