Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <[email protected]>
  • Loading branch information
Frank Jogeleit committed Feb 6, 2024
1 parent 61a9592 commit a5866c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ build-frontend:
.PHONY: ko-build
ko-build: $(KO)
@echo Build image with ko... >&2
@rm -rf backend/kodata
@rm -rf backend/kodata && mkdir backend/kodata
@cp -r frontend/dist backend/kodata/ui
@cp -r backend/templates backend/kodata/templates
@cd backend && LDFLAGS='$(LD_FLAGS)' KOCACHE=$(KOCACHE) KO_DOCKER_REPO=$(KO_REGISTRY) \
Expand All @@ -110,7 +110,7 @@ ko-login: $(KO)
.PHONY: ko-publish
ko-publish: ko-login
@echo Publishing image "$(KO_TAGS)" with ko... >&2
@rm -rf backend/kodata
@rm -rf backend/kodata && mkdir backend/kodata
@cp -r frontend/dist backend/kodata/ui
@cp -r backend/templates backend/kodata/templates
@cd backend && LDFLAGS='$(LD_FLAGS)' KOCACHE=$(KOCACHE) KO_DOCKER_REPO=$(REPO) \
Expand Down
4 changes: 2 additions & 2 deletions charts/ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: ui
description: Policy Reporter UI
type: application
version: 0.0.10
appVersion: "2.0.0-alpha.5"
version: 0.0.11
appVersion: "2.0.0-alpha.6"

icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
home: https://kyverno.github.io/policy-reporter-ui
Expand Down
Binary file modified frontend/bun.lockb
Binary file not shown.

0 comments on commit a5866c5

Please sign in to comment.