diff --git a/README.md b/README.md index 5103b4c..87d1cf3 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/values.yaml b/values.yaml index f805543..9120ffe 100644 --- a/values.yaml +++ b/values.yaml @@ -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