Skip to content

Commit 5eea7bf

Browse files
authored
Make sure dev image is always overridden (#1381)
* Make sure dev image is always overridden Signed-off-by: Pavol Loffay <[email protected]> * Fix Signed-off-by: Pavol Loffay <[email protected]> Signed-off-by: Pavol Loffay <[email protected]>
1 parent 6c8ea9d commit 5eea7bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ When deploying the operator into the cluster using `make deploy`, an image in th
6666
* `IMG`, to override the entire image specification
6767

6868
```bash
69-
IMG=docker.io/${USER}/opentelemetry-operator:latest make generate bundle container container-push deploy
69+
IMG=docker.io/${USER}/opentelemetry-operator:dev-$(git rev-parse --short HEAD)-$(date +%s) make generate bundle container container-push deploy
7070
```
7171

7272
Your operator will be available in the `opentelemetry-operator-system` namespace.

0 commit comments

Comments
 (0)