Skip to content

Commit

Permalink
#4 fix make-target for helm-package in Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kahoona77 committed Sep 27, 2023
1 parent 720743d commit dcf16c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ void stageAutomaticRelease(Makefile makefile) {
.inside("--volume ${WORKSPACE}:/go/src/${project} -w /go/src/${project}")
{
// Package & Push operator-chart
make 'k8s-helm-package-release'
make 'helm-package-release'

withCredentials([usernamePassword(credentialsId: 'harborhelmchartpush', usernameVariable: 'HARBOR_USERNAME', passwordVariable: 'HARBOR_PASSWORD')]) {
sh ".bin/helm registry login ${registry} --username '${HARBOR_USERNAME}' --password '${HARBOR_PASSWORD}'"
Expand Down

0 comments on commit dcf16c5

Please sign in to comment.