Skip to content

Commit

Permalink
update operator to use minimal app latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew committed Aug 9, 2024
1 parent 1f72508 commit ba3a397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions minimal-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
<to>
<image>${docker.registry}/${image-name}</image>
<tags>
<tag>latest</tag>
<tag>${project.version}</tag>
</tags>
</to>
Expand Down
2 changes: 1 addition & 1 deletion operator/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION ?= 0.3.1
GIT_TAG := operator_v$(VERSION)
KEIP_INTEGRATION_IMAGE ?= ghcr.io/octoconsulting/keip/minimal-app:0.0.2
KEIP_INTEGRATION_IMAGE ?= ghcr.io/octoconsulting/keip/minimal-app:latest

KUBECTL := kubectl
KUBECTL_DELETE := $(KUBECTL) delete --ignore-not-found
Expand Down

0 comments on commit ba3a397

Please sign in to comment.