Skip to content

Commit

Permalink
bump station version v5_1.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-nereca committed Apr 16, 2024
1 parent bc5156e commit c719f97
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 @@ -527,7 +527,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.24.1"` | Smartface Station follows different versioning, so the chart app needs to be overridden |
| station.image.tag | string | `"v5_1.24.2"` | 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 @@ -662,7 +662,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.24.1"
tag: "v5_1.24.2"
# -- Overrides the image tag with an image digest
digest: null
# -- Docker image pull policy
Expand Down

0 comments on commit c719f97

Please sign in to comment.