File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -281,12 +281,12 @@ jobs:
281281 submodules : recursive
282282
283283 - name : Package, Publish, and Sign Helm Chart
284- uses : stackabletech/actions/publish-helm-chart@c89b063ca062b7ccc52cdb300aa221f34d4bf8bc # TODO: Use released version
284+ uses : stackabletech/actions/publish-helm-chart@0030b0c102b79d50bc25e4eb86810754504487c2 # TODO: Use released version
285285 with :
286286 chart-registry-uri : oci.stackable.tech
287287 chart-registry-username : robot$sdp+github-action-build
288288 chart-registry-password : ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
289- chart-repository : sdp-charts/${{ needs.build-image.outputs.operator-name }}
289+ chart-repository : sdp-charts
290290 chart-directory : deploy/helm/${{ needs.build-image.outputs.operator-name }}
291291 chart-version : ${{ needs.build-image.outputs.operator-version }}
292292 app-version : ${{ needs.build-image.outputs.operator-version }}
You can’t perform that action at this time.
0 commit comments