fix kubeovn and cilium tags (#174)
* fix: kube-ovn tag * fix: cilium tag
This commit is contained in:
parent
2d40c8507b
commit
02a41e126b
4 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue