Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
Update image names
Browse files Browse the repository at this point in the history
  • Loading branch information
Azadehkhojandi committed May 22, 2019
1 parent 4f398b6 commit f5e2630
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion databricks-operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ endif
docker-build: test
docker build . -t ${IMG}
@echo "updating kustomize image patch file for manager resource"
sed -i'' -e 's@image: .*@image: '"${IMG}"'@' ./config/default/manager_go_image_patch.yaml
sed -i'' -e 's@image: .*@image: '"${IMG}"'@' ./config/default/azure_databricks_operator_image_patch.yaml

# Push the docker image
docker-push:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
template:
spec:
containers:
# Change the value of image field below to your controller image URL
- image: azadehkhojandi/databricks-api:1
# Change the value of image field below to your azure databricks api image URL
- image: mcr.microsoft.com/azure-databricks/api:latest
name: dbricks
ports:
- containerPort: 5000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ spec:
spec:
containers:
# Change the value of image field below to your controller image URL
- image: azadehkhojandi/databricks-operator
- image: mcr.microsoft.com/k8s/azure-databricks/operator:latest
name: manager
4 changes: 2 additions & 2 deletions databricks-operator/config/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ resources:
- rbac/auth_proxy_role_binding.yaml

patches:
- default/manager_go_image_patch.yaml
- default/dbricks_python_image_patch.yaml
- default/azure_databricks_operator_image_patch.yaml
- default/azure_databricks_api_image_patch.yaml
# Protect the /metrics endpoint by putting it behind auth.
# Only one of manager_auth_proxy_patch.yaml and
# manager_prometheus_metrics_patch.yaml should be enabled.
Expand Down

0 comments on commit f5e2630

Please sign in to comment.