Skip to content

Commit d19b70f

Browse files
author
Engin Diri
authored
chore: fix readme links (#14)
Signed-off-by: Engin Diri <engin.diri@mail.schwarz>
1 parent 8ebdad1 commit d19b70f

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# node-red
22

3-
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square)
3+
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square)
44
![AppVersion: 2.0.6--12](https://img.shields.io/badge/AppVersion-2.0.6--12-informational?style=flat-square)
55
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
66
[![Linting and Testing](https://github.com/dirien/node-red-chart/actions/workflows/lint-and-test.yml/badge.svg)](https://github.com/dirien/node-red-chart/actions/workflows/lint-and-test.yml)
@@ -80,10 +80,10 @@ The command removes all the Kubernetes components associated with the chart and
8080
| persistence.existingClaim | string | `""` | Use an existing PVC to persist data |
8181
| persistence.size | string | `"5Gi"` | Size of persistent volume claim |
8282
| podAnnotations | object | `{}` | Pod annotations |
83-
| podSecurityContext | object | `{}` | Pod Security Context see [values.yaml](charts/values.yaml) |
83+
| podSecurityContext | object | `{}` | Pod Security Context see [values.yaml](charts/node-red/values.yaml) |
8484
| replicaCount | int | `1` | Number of nodes |
8585
| resources | object | `{}` | CPU/Memory resource requests/limits |
86-
| securityContext | object | `{}` | Security Context see [values.yaml](charts/values.yaml) |
86+
| securityContext | object | `{}` | Security Context see [values.yaml](charts/node-red/values.yaml) |
8787
| service.port | int | `1880` | Kubernetes port where service is exposed |
8888
| service.type | string | `"ClusterIP"` | Kubernetes service type |
8989
| serviceAccount.annotations | object | `{}` | Additional ServiceAccount annotations |
@@ -103,7 +103,7 @@ Alternatively, a YAML file that specifies the values for the parameters can be p
103103
helm install node-red node-red/node-red -f values.yaml
104104
```
105105

106-
> **Tip**: You can use the default [values.yaml](charts/values.yaml)
106+
> **Tip**: You can use the default [values.yaml](charts/node-red/values.yaml)
107107
108108
## Maintainers
109109

charts/node-red/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ icon: https://yt3.ggpht.com/ytc/AAUvwnhA7nZR-BfQMmmzd2F218gg7BUtXuJ2N1vafR2s=s68
99

1010
type: application
1111

12-
version: 0.2.1
12+
version: 0.2.2
1313
appVersion: "2.0.6-12"
1414

1515
keywords:

charts/node-red/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# node-red
22

3-
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square)
3+
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square)
44
![AppVersion: 2.0.6--12](https://img.shields.io/badge/AppVersion-2.0.6--12-informational?style=flat-square)
55
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
66
[![Linting and Testing](https://github.com/dirien/node-red-chart/actions/workflows/lint-and-test.yml/badge.svg)](https://github.com/dirien/node-red-chart/actions/workflows/lint-and-test.yml)
@@ -80,10 +80,10 @@ The command removes all the Kubernetes components associated with the chart and
8080
| persistence.existingClaim | string | `""` | Use an existing PVC to persist data |
8181
| persistence.size | string | `"5Gi"` | Size of persistent volume claim |
8282
| podAnnotations | object | `{}` | Pod annotations |
83-
| podSecurityContext | object | `{}` | Pod Security Context see [values.yaml](charts/values.yaml) |
83+
| podSecurityContext | object | `{}` | Pod Security Context see [values.yaml](values.yaml) |
8484
| replicaCount | int | `1` | Number of nodes |
8585
| resources | object | `{}` | CPU/Memory resource requests/limits |
86-
| securityContext | object | `{}` | Security Context see [values.yaml](charts/values.yaml) |
86+
| securityContext | object | `{}` | Security Context see [values.yaml](values.yaml) |
8787
| service.port | int | `1880` | Kubernetes port where service is exposed |
8888
| service.type | string | `"ClusterIP"` | Kubernetes service type |
8989
| serviceAccount.annotations | object | `{}` | Additional ServiceAccount annotations |
@@ -103,7 +103,7 @@ Alternatively, a YAML file that specifies the values for the parameters can be p
103103
helm install node-red node-red/node-red -f values.yaml
104104
```
105105

106-
> **Tip**: You can use the default [values.yaml](charts/values.yaml)
106+
> **Tip**: You can use the default [values.yaml](values.yaml)
107107
108108
## Maintainers
109109

0 commit comments

Comments
 (0)