Skip to content

Commit 40464a9

Browse files
committed
ci(fixtures): automated bump for integration test fixtures teams-app:v2.19.0-rc.16 api:v2.19.0rc17 app:v2.19.0rc17 cas:v2.19.0-rc.16
1 parent b92b1e5 commit 40464a9

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

tests/fixtures/docker/integration_internal_auth.env

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ FIFTYONE_ENV=development
3131
CAS_DEBUG="cas:*"
3232

3333
# Image tags for existing artifacts
34-
VERSION=v2.19.0rc15
35-
FIFTYONE_APP_VERSION=v2.19.0rc15
36-
FIFTYONE_TEAMS_API_VERSION=v2.19.0rc15
37-
FIFTYONE_TEAMS_APP_VERSION=v2.19.0-rc.14
38-
FIFTYONE_TEAMS_CAS_VERSION=v2.19.0-rc.14
34+
VERSION=v2.19.0rc17
35+
FIFTYONE_APP_VERSION=v2.19.0rc17
36+
FIFTYONE_TEAMS_API_VERSION=v2.19.0rc17
37+
FIFTYONE_TEAMS_APP_VERSION=v2.19.0-rc.16
38+
FIFTYONE_TEAMS_CAS_VERSION=v2.19.0-rc.16

tests/fixtures/docker/integration_legacy_auth.env

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ FIFTYONE_ENV=development
3939
CAS_DEBUG="cas:*"
4040

4141
# Image tags for existing artifacts
42-
VERSION=v2.19.0rc15
43-
FIFTYONE_APP_VERSION=v2.19.0rc15
44-
FIFTYONE_TEAMS_API_VERSION=v2.19.0rc15
45-
FIFTYONE_TEAMS_APP_VERSION=v2.19.0-rc.14
46-
FIFTYONE_TEAMS_CAS_VERSION=v2.19.0-rc.14
42+
VERSION=v2.19.0rc17
43+
FIFTYONE_APP_VERSION=v2.19.0rc17
44+
FIFTYONE_TEAMS_API_VERSION=v2.19.0rc17
45+
FIFTYONE_TEAMS_APP_VERSION=v2.19.0-rc.16
46+
FIFTYONE_TEAMS_CAS_VERSION=v2.19.0-rc.16

tests/fixtures/helm/integration_values.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ apiSettings:
99
# See https://console.cloud.google.com/artifacts/docker/computer-vision-team/us-central1/dev-docker?project=computer-vision-team
1010
repository: us-central1-docker.pkg.dev/computer-vision-team/dev-docker/fiftyone-teams-api
1111
pullPolicy: IfNotPresent
12-
tag: v2.19.0rc15
12+
tag: v2.19.0rc17
1313
service:
1414
liveness:
1515
initialDelaySeconds: 15
@@ -27,7 +27,7 @@ appSettings:
2727
# See https://console.cloud.google.com/artifacts/docker/computer-vision-team/us-central1/dev-docker?project=computer-vision-team
2828
repository: us-central1-docker.pkg.dev/computer-vision-team/dev-docker/fiftyone-app
2929
pullPolicy: IfNotPresent
30-
tag: v2.19.0rc15
30+
tag: v2.19.0rc17
3131
# TODO: Test `minikube addons configure registry-creds` or
3232
# When using minikube's addon registry-creds, we may also need to create the k8s secret `regcred`
3333
# See https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
@@ -42,21 +42,21 @@ casSettings:
4242
# See https://console.cloud.google.com/artifacts/docker/computer-vision-team/us-central1/dev-docker?project=computer-vision-team
4343
repository: us-central1-docker.pkg.dev/computer-vision-team/dev-docker/fiftyone-teams-cas
4444
pullPolicy: IfNotPresent
45-
tag: v2.19.0-rc.14
45+
tag: v2.19.0-rc.16
4646
delegatedOperatorDeployments:
4747
deployments:
4848
teamsDoCpuDefault:
4949
image:
5050
repository: us-central1-docker.pkg.dev/computer-vision-team/dev-docker/fiftyone-app
5151
pullPolicy: IfNotPresent
52-
tag: v2.19.0rc15
52+
tag: v2.19.0rc17
5353
delegatedOperatorTemplates:
5454
jobs:
5555
teamsDoCpuDefaultK8s:
5656
image:
5757
repository: us-central1-docker.pkg.dev/computer-vision-team/dev-docker/fiftyone-app
5858
pullPolicy: IfNotPresent
59-
tag: v2.19.0rc15
59+
tag: v2.19.0rc17
6060
ingress:
6161
annotations:
6262
# For using the nginx-ingress controller with cert-manager self signed certificates
@@ -121,13 +121,13 @@ pluginsSettings:
121121
# See https://console.cloud.google.com/artifacts/docker/computer-vision-team/us-central1/dev-docker?project=computer-vision-team
122122
repository: us-central1-docker.pkg.dev/computer-vision-team/dev-docker/fiftyone-app
123123
pullPolicy: IfNotPresent
124-
tag: v2.19.0rc15
124+
tag: v2.19.0rc17
125125
telemetry:
126126
sidecar:
127127
image:
128128
repository: us-central1-docker.pkg.dev/computer-vision-team/dev-docker/telemetry-sidecar
129129
pullPolicy: IfNotPresent
130-
tag: v2.19.0rc15
130+
tag: v2.19.0rc17
131131
teamsAppSettings:
132132
dnsName: local.fiftyone.ai
133133
# env:
@@ -144,4 +144,4 @@ teamsAppSettings:
144144
# The others are `vW.X.Y.devZ` (note `.devZ` vs `-dev.Z`).
145145
# This is a byproduct of `npm` versioning versus Python PEP 440.
146146
pullPolicy: IfNotPresent
147-
tag: v2.19.0-rc.14
147+
tag: v2.19.0-rc.16

0 commit comments

Comments
 (0)