diff --git a/DEPENDENCIES b/DEPENDENCIES index 2403b8b303..784419f49e 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -5,8 +5,8 @@ core: capi-kubeadm-bootstrap-system: v1.5.3 capi-kubeadm-control-plane-system: v1.5.3 cluster-operator: - cluster-operator-chart: v0.2.0-SNAPSHOT - cluster-operator: v0.2.0-SNAPSHOT + cluster-operator-chart: v0.2.0 + cluster-operator: v0.2.0 kube-rbac-proxy: v0.15.0 calico: calicoctl: v3.26.1 diff --git a/bin/images/commons/imagenes-commons.txt b/bin/images/commons/imagenes-commons.txt index 8dd45617d4..6a272bca4a 100644 --- a/bin/images/commons/imagenes-commons.txt +++ b/bin/images/commons/imagenes-commons.txt @@ -1,2 +1,2 @@ gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1 -qa.int.stratio.com/stratio/cluster-operator:0.2.0-SNAPSHOT +qa.int.stratio.com/stratio/cluster-operator:0.2.0 diff --git a/pkg/cmd/kind/version/version.go b/pkg/cmd/kind/version/version.go index b90134a49b..eab7fae12d 100644 --- a/pkg/cmd/kind/version/version.go +++ b/pkg/cmd/kind/version/version.go @@ -59,7 +59,7 @@ const versionCore = "0.17.0-0.4.0" // versionPreRelease is the base pre-release portion of the kind CLI version per // Semantic Versioning 2.0.0 -const versionPreRelease = "SNAPSHOT" +const versionPreRelease = "" // gitTag is the git tag used to build the kind binary, if available. // It is injected at build time.