diff --git a/cmd/relayproxy/helm-charts/relay-proxy/Chart.yaml b/cmd/relayproxy/helm-charts/relay-proxy/Chart.yaml index 81fd3932c53..2f543fa7c60 100644 --- a/cmd/relayproxy/helm-charts/relay-proxy/Chart.yaml +++ b/cmd/relayproxy/helm-charts/relay-proxy/Chart.yaml @@ -5,8 +5,8 @@ sources: - "https://github.com/thomaspoignant/go-feature-flag" description: A Helm chart to deploy go-feature-flag-relay proxy into Kubernetes type: application -version: 1.15.1 -appVersion: "v1.15.1" +version: 1.15.2 +appVersion: "v1.15.2" icon: https://raw.githubusercontent.com/thomaspoignant/go-feature-flag/main/logo.png maintainers: - name: thomaspoignant diff --git a/cmd/relayproxy/helm-charts/relay-proxy/values.yaml b/cmd/relayproxy/helm-charts/relay-proxy/values.yaml index 2594ffe9aaa..9a065fa9add 100644 --- a/cmd/relayproxy/helm-charts/relay-proxy/values.yaml +++ b/cmd/relayproxy/helm-charts/relay-proxy/values.yaml @@ -7,7 +7,7 @@ relayproxy: startWithRetrieverError: false retriever: kind: http - url: https://raw.githubusercontent.com/thomaspoignant/go-feature-flag/main/examples/retriever_file/flags.yaml + url: https://raw.githubusercontent.com/thomaspoignant/go-feature-flag/main/examples/retriever_file/flags.goff.yaml exporter: kind: log