Skip to content

Commit

Permalink
fix kubeovn and cilium tags (aenix-io#174)
Browse files Browse the repository at this point in the history
* fix: kube-ovn tag

* fix: cilium tag
  • Loading branch information
kvaps authored Jun 19, 2024
1 parent 2d40c85 commit 02a41e1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/system/cilium/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ image:
--metadata-file images/cilium.json \
--push=$(PUSH) \
--load=$(LOAD)
echo "$(REGISTRY)/cilium:$(call settag,$(TAG))" > images/cilium.tag
echo "$(REGISTRY)/cilium:$(call settag,$(CILIUM_TAG))" > images/cilium.tag
2 changes: 1 addition & 1 deletion packages/system/cilium/images/cilium.tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ghcr.io/aenix-io/cozystack/cilium:v0.7.0
ghcr.io/aenix-io/cozystack/cilium:latest
2 changes: 1 addition & 1 deletion packages/system/kubeovn/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ image:
--metadata-file images/kubeovn.json \
--push=$(PUSH) \
--load=$(LOAD)
echo "$(REGISTRY)/kubeovn:$(call settag,$(TAG))" > images/kubeovn.tag
echo "$(REGISTRY)/kubeovn:$(call settag,$(KUBEOVN_TAG))" > images/kubeovn.tag
2 changes: 1 addition & 1 deletion packages/system/kubeovn/images/kubeovn.tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ghcr.io/aenix-io/cozystack/kubeovn:v0.7.0
ghcr.io/aenix-io/cozystack/kubeovn:v1.13.0

0 comments on commit 02a41e1

Please sign in to comment.