Skip to content

Commit

Permalink
Using temporary overridden tag for test image
Browse files Browse the repository at this point in the history
As we will need to once again wait for new SF to release
  • Loading branch information
blaskoa committed Jan 16, 2024
1 parent 28a13cc commit 7e7b119
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 @@ -550,7 +550,7 @@ metadata:
| tests.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy |
| tests.image.registry | string | `nil` | The Docker registry, overrides `global.image.registry` |
| tests.image.repository | string | `"innovatrics/smartface/sf-cloud-func-tests"` | Docker image repository |
| tests.image.tag | string | `nil` | Countly publisher follows different versioning, so the chart app needs to be overridden |
| tests.image.tag | string | `"v5_4.24.0.5415-dev"` | Countly publisher follows different versioning, so the chart app needs to be overridden |
| tests.nodeSelector | object | `{}` | |
| tests.podAnnotations | object | `{}` | Annotations for test pods |
| tests.podLabels | object | `{}` | Additional labels for test pods |
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ tests:
# -- Docker image repository
repository: innovatrics/smartface/sf-cloud-func-tests
# -- Countly publisher follows different versioning, so the chart app needs to be overridden
tag: null
tag: v5_4.24.0.5415-dev
# -- Overrides the image tag with an image digest
digest: null
# -- Docker image pull policy
Expand Down

0 comments on commit 7e7b119

Please sign in to comment.