Skip to content
Open
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 Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = toleration-injection-server
IMAGE_PREFIX = gcr.io/quatreapp
IMAGE_PREFIX = europe-docker.pkg.dev/quatreapp/qsh-ops
IMAGE_NAME = k8s-toleration-injection-webhook
IMAGE_VERSION = $$(git log --abbrev-commit --format=%h -s | head -n 1)

Expand Down
2 changes: 1 addition & 1 deletion deploy/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
operator: Exists
containers:
- name: toleration-injection-webhook
image: gcr.io/quatreapp/k8s-toleration-injection-webhook:1.0.0-1
image: europe-docker.pkg.dev/quatreapp/qsh-ops/k8s-toleration-injection-webhook:1.0.0-1
imagePullPolicy: Always
resources:
limits:
Expand Down