From e034c54088653e41650fd94f0c2a8c510e6f6012 Mon Sep 17 00:00:00 2001 From: Thomas Poignant Date: Mon, 25 Sep 2023 22:13:01 +0200 Subject: [PATCH] Update relay proxy helm README (#1106) Signed-off-by: GitHub Co-authored-by: thomaspoignant Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- cmd/relayproxy/helm-charts/relay-proxy/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/relayproxy/helm-charts/relay-proxy/README.md b/cmd/relayproxy/helm-charts/relay-proxy/README.md index d0132aa35c4..84b5fc7f417 100644 --- a/cmd/relayproxy/helm-charts/relay-proxy/README.md +++ b/cmd/relayproxy/helm-charts/relay-proxy/README.md @@ -1,6 +1,6 @@ # relay-proxy -![Version: 1.15.1](https://img.shields.io/badge/Version-1.15.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.15.1](https://img.shields.io/badge/AppVersion-v1.15.1-informational?style=flat-square) +![Version: 1.15.2](https://img.shields.io/badge/Version-1.15.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.15.2](https://img.shields.io/badge/AppVersion-v1.15.2-informational?style=flat-square) A Helm chart to deploy go-feature-flag-relay proxy into Kubernetes @@ -457,7 +457,7 @@ relayproxy.config: | 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 @@ -652,4 +652,4 @@ list ## Advanced -You can edit the `values.yaml` file to enable an ingress or the autoscaling. \ No newline at end of file +You can edit the `values.yaml` file to enable an ingress or the autoscaling.