Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion geddes/k8s/02-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
containers:
- name: dt-api
# Notice we are using the 'sdx' namespace on the registry now
image: geddes-registry.rcac.purdue.edu/sdx/dt-api:v44
image: geddes-registry.rcac.purdue.edu/sdx/dt-api:v45
imagePullPolicy: Always
ports:
- containerPort: 8000
Expand Down
2 changes: 1 addition & 1 deletion geddes/k8s/03-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
containers:
- name: dt-web
# Notice we are using the 'sdx' namespace on the registry now
image: geddes-registry.rcac.purdue.edu/sdx/dt-web:v38
image: geddes-registry.rcac.purdue.edu/sdx/dt-web:v39
imagePullPolicy: Always
ports:
- containerPort: 3000
Expand Down
2 changes: 1 addition & 1 deletion geddes/k8s/08-retrain-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
- name: sdx-registry-secret
containers:
- name: retrain
image: geddes-registry.rcac.purdue.edu/sdx/dt-api:v44
image: geddes-registry.rcac.purdue.edu/sdx/dt-api:v45
imagePullPolicy: Always
command:
- python
Expand Down