Skip to content

Commit

Permalink
New tests image reusing auth tokens
Browse files Browse the repository at this point in the history
This will reduce the load on auth0 and cause us to not hit auth0 quota limits as quickly as before
  • Loading branch information
blaskoa committed Feb 1, 2024
1 parent 887f04c commit dc2ce07
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 @@ -554,7 +554,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 | `"v5_4.24.0.5447-dev"` | Overrides the image tag whose default is the chart's appVersion |
| tests.image.tag | string | `"v5_4.24.0.5509-dev"` | Overrides the image tag whose default is the chart's appVersion |
| 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 @@ -799,7 +799,7 @@ tests:
# -- Docker image repository
repository: innovatrics/smartface/sf-cloud-func-tests
# -- Overrides the image tag whose default is the chart's appVersion
tag: v5_4.24.0.5447-dev
tag: v5_4.24.0.5509-dev
# -- Overrides the image tag with an image digest
digest: null
# -- Docker image pull policy
Expand Down

0 comments on commit dc2ce07

Please sign in to comment.