diff --git a/packages/system/cilium/Makefile b/packages/system/cilium/Makefile index 23e435169..a5caba3bb 100644 --- a/packages/system/cilium/Makefile +++ b/packages/system/cilium/Makefile @@ -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 diff --git a/packages/system/cilium/images/cilium.tag b/packages/system/cilium/images/cilium.tag index 164d288ad..ab03ee074 100644 --- a/packages/system/cilium/images/cilium.tag +++ b/packages/system/cilium/images/cilium.tag @@ -1 +1 @@ -ghcr.io/aenix-io/cozystack/cilium:v0.7.0 +ghcr.io/aenix-io/cozystack/cilium:latest diff --git a/packages/system/kubeovn/Makefile b/packages/system/kubeovn/Makefile index d4e6884ec..783005ba3 100644 --- a/packages/system/kubeovn/Makefile +++ b/packages/system/kubeovn/Makefile @@ -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 diff --git a/packages/system/kubeovn/images/kubeovn.tag b/packages/system/kubeovn/images/kubeovn.tag index 2236b16e6..f5b70b273 100644 --- a/packages/system/kubeovn/images/kubeovn.tag +++ b/packages/system/kubeovn/images/kubeovn.tag @@ -1 +1 @@ -ghcr.io/aenix-io/cozystack/kubeovn:v0.7.0 +ghcr.io/aenix-io/cozystack/kubeovn:v1.13.0