File tree 3 files changed +5
-16
lines changed
3 files changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.1.15
18
+ version : 0.1.16
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# 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
4
4
5
5
## Install
6
6
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
-
17
7
Install the v2 proxy:
18
8
19
9
The minimum configuration needed is:
@@ -22,11 +12,10 @@ The minimum configuration needed is:
22
12
- The address of a redis server
23
13
24
14
```
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 .\
27
16
--set proxyKey=xxxx-xxx-xxx-xxxx \
28
17
--set authSecret=xxxx-xxx-xxx-xxxx \
29
- --set redisAddress =redis:6379
18
+ --set redis.address =redis:6379
30
19
```
31
20
32
21
After 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 14
14
protocol : TCP
15
15
name : sdk
16
16
selector :
17
- {{- include "ff-proxy.readReplica.selectorLabels " . | nindent 4 }}
17
+ {{- include "ff-proxy.readReplica.SelectorLabels " . | nindent 4 }}
18
18
{{- end }}
You can’t perform that action at this time.
0 commit comments