Skip to content

Commit

Permalink
fix: m1 make gen_apis failed.
Browse files Browse the repository at this point in the history
  • Loading branch information
kycheng committed Dec 8, 2023
1 parent 75ede6c commit dfcce49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ TRIVYVERSION=v0.37.2
TRIVYADAPTERVERSION=v0.30.7

# version of chartmuseum for pulling the source code
CHARTMUSEUM_SRC_TAG=v0.14.0
CHARTMUSEUM_SRC_TAG=v0.14.1

# version of chartmuseum
CHARTMUSEUMVERSION=$(CHARTMUSEUM_SRC_TAG)-redis
Expand Down
2 changes: 1 addition & 1 deletion make/photon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ DOCKERIMAGENAME_EXPORTER=$(IMAGENAMESPACE)/harbor-$(EXPORTER)
CHARTSERVER=chartserver
DOCKERFILEPATH_CHART_SERVER=$(DOCKERFILEPATH)/$(CHARTSERVER)
DOCKERFILENAME_CHART_SERVER=Dockerfile
CHART_SERVER_CODE_BASE=https://github.com/helm/chartmuseum.git
CHART_SERVER_CODE_BASE=https://github.com/alauda/chartmuseum.git
CHART_SERVER_MAIN_PATH=cmd/chartmuseum
CHART_SERVER_BIN_NAME=chartm

Expand Down

0 comments on commit dfcce49

Please sign in to comment.