fix kubeovn and cilium tags (#174)

* fix: kube-ovn tag

* fix: cilium tag
This commit is contained in:
Andrei Kvapil 2024-06-19 16:55:16 +02:00 committed by GitHub
parent 2d40c8507b
commit 02a41e126b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -1 +1 @@
ghcr.io/aenix-io/cozystack/cilium:v0.7.0
ghcr.io/aenix-io/cozystack/cilium:latest

View file

@ -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

View file

@ -1 +1 @@
ghcr.io/aenix-io/cozystack/kubeovn:v0.7.0
ghcr.io/aenix-io/cozystack/kubeovn:v1.13.0