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 364156a commit b8ad266Copy full SHA for b8ad266
Makefile
@@ -189,5 +189,5 @@ set-helm-overlay:
189
helm-package: set-helm-overlay generate release-manifests helm
190
$(HELM) package --version $(CHART_VERSION) chart/open-feature-operator
191
mkdir -p charts && mv open-feature-operator-*.tgz charts
192
- $(HELM) repo index --url https://james-milligan.github.io/open-feature-operator/charts charts
+ $(HELM) repo index --url https://open-feature.github.io/open-feature-operator/charts charts
193
mv charts/index.yaml index.yaml
0 commit comments