diff --git a/command/version.go b/command/version.go index 94a035f..dd3e89e 100644 --- a/command/version.go +++ b/command/version.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -var build = "v0.6.2-src" +var build = "v0.6.3-src" var _ cmder = (*versionCmd)(nil) diff --git a/makefile b/makefile index 784da08..4ce47eb 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ SHELL := /bin/bash # ============================================================================== # Building containers -VERSION := 0.6.2 +VERSION := 0.6.3 all: olivectl diff --git a/zarf/k8s/kind/olive-pod/kustomization.yaml b/zarf/k8s/kind/olive-pod/kustomization.yaml index ed2e30b..c35e5a4 100644 --- a/zarf/k8s/kind/olive-pod/kustomization.yaml +++ b/zarf/k8s/kind/olive-pod/kustomization.yaml @@ -8,4 +8,4 @@ patchesStrategicMerge: images: - name: olive-api-image newName: olive-api-arm64 - newTag: 0.6.2 + newTag: 0.6.3