flux: add image update automation

This commit is contained in:
Márcio Fernandes
2026-06-06 00:56:37 +00:00
parent 32a5849d3d
commit dc6cdb1686
9 changed files with 61 additions and 18 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
set -e
kubectl kustomize deploy/flux | kubectl apply -f -