diff --git a/command/version.go b/command/version.go index 0661af4..94a035f 100644 --- a/command/version.go +++ b/command/version.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -var build = "v0.6.0-src" +var build = "v0.6.2-src" var _ cmder = (*versionCmd)(nil) diff --git a/makefile b/makefile index 559803f..784da08 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ SHELL := /bin/bash # ============================================================================== # Building containers -VERSION := 0.6.0 +VERSION := 0.6.2 all: olivectl diff --git a/zarf/k8s/kind/olive-pod/kustomization.yaml b/zarf/k8s/kind/olive-pod/kustomization.yaml index 26c0821..ed2e30b 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.0 + newTag: 0.6.2