fix(cilium): Version based on cluster

This commit is contained in:
2026-02-09 15:18:47 +01:00
parent 03d458be7e
commit cb8b035fe0
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
img=registry.gitlab.com/oceanbox/manifests/helmfile-cmp
img=git.oceanbox.io/platform/manifests/helmfile-cmp
tag=${1:-latest}
docker build -t "${img}":"${tag}" .