Skip to content

Commit 7efd556

Browse files
Update chart version to v0.24.0 for helm chart and update README.md to v0.24.0 (#101)
1 parent 34d28c9 commit 7efd556

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ helm upgrade --install hd-agent \
219219
--set config.data_volume_pvc=YOUR_PERSISTENT_VOLUME_CLAIM \
220220
--set config.token="YOUR_TOKEN_HERE" \
221221
--set config.namespace=fivetran \
222-
--version 0.23.0
222+
--version 0.24.0
223223
```
224224

225225
> Notes:

agent/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ apiVersion: v2
33
name: hybrid-deployment-agent
44
description: A Helm chart for the Hybrid Deployment Agent (Controller)
55
type: application
6-
version: "0.23.0"
7-
appVersion: "0.23.0"
6+
version: "0.24.0"
7+
appVersion: "0.24.0"

agent/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ helm upgrade --install hd-agent \
4343
--set config.data_volume_pvc=YOUR_PERSISTENT_VOLUME_CLAIM \
4444
--set config.token="YOUR_TOKEN_HERE" \
4545
--set config.namespace=fivetran \
46-
--version 0.23.0
46+
--version 0.24.0
4747
```
4848

4949
> Notes:
@@ -70,7 +70,7 @@ helm upgrade --install hd-agent \
7070
-f values.yaml \
7171
--create-namespace \
7272
--namespace fivetran \
73-
--version 0.23.0
73+
--version 0.24.0
7474
```
7575

7676
Example values file:
@@ -176,7 +176,7 @@ helm upgrade --install hd-agent \
176176
--set agent.jvm_xmx=1024m \
177177
--create-namespace \
178178
--namespace fivetran \
179-
--version 0.23.0
179+
--version 0.24.0
180180
```
181181

182182
> **Note:** JVM memory values support standard Java memory units (e.g., 800m, 1g, 2G). Ensure the JVM memory settings are appropriate for your container memory limits and that both values match for optimal performance.

0 commit comments

Comments
 (0)