add fluxcd
/ build-push-image (push) Successful in 5m23s

This commit is contained in:
Márcio Fernandes
2026-05-09 00:41:40 +01:00
parent 74d2c76797
commit 12b5ac9813
2 changed files with 10 additions and 1 deletions
+7 -1
View File
@@ -66,6 +66,7 @@ Use a local override file to bind personal configuration files and secrets witho
- **kubectl** → latest stable release installed from upstream
- **Helm 3** → Kubernetes package manager
- **yq** → YAML processor for configuration pipelines
- **fluxcd cli**
### 🟢 Node.js Runtime
@@ -83,4 +84,9 @@ Use a local override file to bind personal configuration files and secrets witho
### ⚙️ Developer Utilities
- **act** → run GitHub Actions locally for testing workflows
- **act** → run GitHub Actions locally for testing workflows
### OCI containers utils
- **buildkit**
+3
View File
@@ -92,4 +92,7 @@ RUN curl -L -o /tmp/buildkit.tar.gz \
&& rm /tmp/buildkit.tar.gz
RUN curl -s https://fluxcd.io/install.sh | bash