Skip to content

Commit

Permalink
Station version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
blaskoa committed Dec 13, 2023
1 parent 0644493 commit acffe56
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 @@ -500,7 +500,7 @@ metadata:
| 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"` | Smartface Station follows different versioning, so the chart app needs to be overridden |
| station.image.tag | string | `"v5_1.21.0"` | Smartface Station follows different versioning, so the chart app needs to be overridden |
| station.name | string | `"station"` | |
| station.nodeSelector | object | `{}` | |
| station.podAnnotations | object | `{}` | Annotations for station pods |
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ station:
# -- Docker image repository
repository: innovatrics/smartface/sf-station
# -- Smartface Station follows different versioning, so the chart app needs to be overridden
tag: "v5_1.20.0"
tag: "v5_1.21.0"
# -- Overrides the image tag with an image digest
digest: null
# -- Docker image pull policy
Expand Down

0 comments on commit acffe56

Please sign in to comment.