Skip to content

Commit fb4ef07

Browse files
authoredJan 8, 2025
Update README.md (#381)
* Update README.md and chart
1 parent fbac10d commit fb4ef07

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed
 

‎charts/ff-proxy/Chart.yaml

+2-2
Original file line numberDiff line numberDiff 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"

‎charts/ff-proxy/README.md

+2-13
Original file line numberDiff line numberDiff 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-
177
Install the v2 proxy:
188

199
The 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

3221
After install/upgrade the helm notes will display information on how to retrieve the proxy URL for your configuration for use with the SDK.

‎charts/ff-proxy/templates/read-replica-service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ spec:
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 }}

0 commit comments

Comments
 (0)
Please sign in to comment.