Skip to content

Commit

Permalink
Docu fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blaskoa committed Oct 10, 2023
1 parent 1c43a9b commit 77f6841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ stringData:
| station.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy |
| station.image.registry | string | `nil` | The Docker registry, overrides `global.image.registry` |
| station.image.repository | string | `"innovatrics/smartface/sf-station"` | Docker image repository |
| station.image.tag | string | `"v5_1.20.0"` | Access Controller follows different versioning, so the chart app needs to be overridden |
| station.image.tag | string | `"v5_1.20.0"` | Smartface Station follows different versioning, so the chart app needs to be overridden |
| station.name | string | `"sf-station"` | |
| station.nodeSelector | object | `{}` | |
| station.resources.requests.cpu | string | `"100m"` | |
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ station:
registry: null
# -- Docker image repository
repository: innovatrics/smartface/sf-station
# -- Access Controller follows different versioning, so the chart app needs to be overridden
# -- Smartface Station follows different versioning, so the chart app needs to be overridden
tag: "v5_1.20.0"
# -- Overrides the image tag with an image digest
digest: null
Expand Down

0 comments on commit 77f6841

Please sign in to comment.