mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-28 02:18:36 +00:00
fix kubeovn and cilium tags (#174)
* fix: kube-ovn tag * fix: cilium tag
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
ghcr.io/aenix-io/cozystack/cilium:v0.7.0
|
||||
ghcr.io/aenix-io/cozystack/cilium:latest
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
ghcr.io/aenix-io/cozystack/kubeovn:v0.7.0
|
||||
ghcr.io/aenix-io/cozystack/kubeovn:v1.13.0
|
||||
|
||||
Reference in New Issue
Block a user