We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c4b98 commit 85d7766Copy full SHA for 85d7766
.github/workflows/build.yaml
@@ -194,7 +194,7 @@ jobs:
194
chart-registry-uri: oci.stackable.tech
195
chart-registry-username: robot$sdp+github-action-build
196
chart-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
197
- chart-repository: sdp-charts/${{ env.OPERATOR_NAME }}
+ chart-repository: sdp-charts
198
chart-directory: deploy/helm/${{ env.OPERATOR_NAME }}
199
chart-version: ${{ needs.build-container-image.outputs.operator-version }}
200
app-version: ${{ needs.build-container-image.outputs.operator-version }}
0 commit comments