fix: go1.23 build context — COPY . /app/handler/ вместо COPY handler/

This commit is contained in:
“Naeel”
2026-03-11 16:14:42 +04:00
parent 78d11aeb26
commit c4559dd365
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ spec:
containers:
- name: operator
# При обновлении версии оператора — менять тег здесь (не latest!)
image: naeel/sless-operator:v0.1.25
image: naeel/sless-operator:v0.1.26
# Always — чтобы всегда тянуть по точному тегу (не кешировать старый)
imagePullPolicy: Always
ports: