Skip to content

Commit

Permalink
dbmsbenchmarker:v0.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
perdelt committed Jan 17, 2024
1 parent b14f33f commit 68321af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions k8s/deploymenttemplate-bexhoma-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
# effect: "NoSchedule"
containers:
- name: dashboard
image: bexhoma/evaluator_dbmsbenchmarker:v0.13.5
image: bexhoma/evaluator_dbmsbenchmarker:v0.13.6
imagePullPolicy: IfNotPresent
#imagePullPolicy: Always
ports:
Expand All @@ -47,7 +47,7 @@ spec:
- name: bexhoma-results
mountPath: /results
- name: jupyter
image: bexhoma/evaluator_dbmsbenchmarker:v0.13.5
image: bexhoma/evaluator_dbmsbenchmarker:v0.13.6
imagePullPolicy: IfNotPresent
#imagePullPolicy: Always
#command: ["jupyter","notebook","--no-browser", "--NotebookApp.password=\"$(echo 'admin' | python -c 'from notebook.auth import passwd;print(passwd(input()))')\"", "--allow-root"]
Expand Down
2 changes: 1 addition & 1 deletion k8s/jobtemplate-benchmarking-dbmsbenchmarker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
tolerations:
containers:
- name: dbmsbenchmarker
image: bexhoma/benchmarker_dbmsbenchmarker:v0.13.5
image: bexhoma/benchmarker_dbmsbenchmarker:v0.13.6
imagePullPolicy: Always
#imagePullPolicy: IfNotPresent
env:
Expand Down

0 comments on commit 68321af

Please sign in to comment.