File tree Expand file tree Collapse file tree 3 files changed +5
-16
lines changed
Expand file tree Collapse file tree 3 files changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.1.15
18+ version : 0.1.16
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " 2.0.0 "
24+ appVersion : " 2.0.7 "
Original file line number Diff line number Diff line change @@ -4,16 +4,6 @@ Helm chart to deploy a Harness Feature Flags v2r Relay Proxy
44
55## Install
66
7- Configure the helm repository:
8- ```
9- helm repo add feature-flag-relay-proxy https://rssnyder.github.io/feature-flag-relay-proxy
10- ```
11-
12- Update the repository:
13- ```
14- helm repo update feature-flag-relay-proxy
15- ```
16-
177Install the v2 proxy:
188
199The minimum configuration needed is:
@@ -22,11 +12,10 @@ The minimum configuration needed is:
2212- The address of a redis server
2313
2414```
25- helm upgrade -i ff-proxy --namespace ff-proxy --create-namespace \
26- feature-flag-relay-proxy/ff-proxy \
15+ helm upgrade -i ff-proxy --namespace ff-proxy --create-namespace .\
2716 --set proxyKey=xxxx-xxx-xxx-xxxx \
2817 --set authSecret=xxxx-xxx-xxx-xxxx \
29- --set redisAddress =redis:6379
18+ --set redis.address =redis:6379
3019```
3120
3221After install/upgrade the helm notes will display information on how to retrieve the proxy URL for your configuration for use with the SDK.
Original file line number Diff line number Diff line change 1414 protocol : TCP
1515 name : sdk
1616 selector :
17- {{- include "ff-proxy.readReplica.selectorLabels " . | nindent 4 }}
17+ {{- include "ff-proxy.readReplica.SelectorLabels " . | nindent 4 }}
1818{{- end }}
You can’t perform that action at this time.
0 commit comments