Skip to content

Commit b671d30

Browse files
florianrusch-zfpaullatzelsperger
authored andcommittedMay 4, 2023
fix: README.md points to wrong helm chart (eclipse-tractusx#261)
* Fix wrong helm install command * Update README.md
1 parent a8a1e68 commit b671d30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎charts/tractusx-connector-memory/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A Helm chart for Tractus-X Eclipse Data Space Connector based on memory
1010

1111
```shell
1212
helm repo add tractusx-edc https://eclipse-tractusx.github.io/charts/dev
13-
helm install my-release tractusx-edc/tractusx-connector --version 0.3.3
13+
helm install my-release tractusx-edc/tractusx-connector-memory --version 0.3.3
1414
```
1515

1616
## Source Code

‎charts/tractusx-connector-memory/README.md.gotmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
```shell
1414
helm repo add tractusx-edc https://eclipse-tractusx.github.io/charts/dev
15-
helm install my-release tractusx-edc/tractusx-connector --version {{ .Version }}
15+
helm install my-release tractusx-edc/tractusx-connector-memory --version {{ .Version }}
1616
```
1717

1818
{{ template "chart.maintainersSection" . }}

0 commit comments

Comments
 (0)