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 6fd4777 commit 55c1477Copy full SHA for 55c1477
.github/workflows/release.yaml
@@ -49,7 +49,7 @@ jobs:
49
shell: bash
50
working-directory: dest
51
run: |
52
- helm repo index . --url https://raw.githubusercontent.com/pengzhouml/marklogic-kubernetes-operator/gh-pages/
+ helm repo index . --url https://raw.githubusercontent.com/marklogic/marklogic-kubernetes-operator/gh-pages/
53
git add $(git ls-files -o --exclude-standard)
54
git add index.yaml
55
git commit -m "Updated from ref: $GITHUB_SHA"
0 commit comments