Skip to content

Commit 2883258

Browse files
authored
Merge branch 'main' into dependabot/github_actions/docker/metadata-action-5.7.0
2 parents 368e118 + 784347b commit 2883258

File tree

78 files changed

+3446
-289
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+3446
-289
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ create-kind:
190190
.PHONY: deploy-kind
191191
deploy-kind: docker-build-local manifests kustomize
192192
kind load docker-image ${LOCAL_IMG}
193+
kind load docker-image ${LOCAL_IMG} # fixes an issue with podman where the image is not correctly tagged after the first kind load docker-image
193194
$(KUSTOMIZE) build kind | $(KUBECTL) apply -f -
194195

195196
.PHONY: undeploy-kind

0 commit comments

Comments
 (0)