mirror of
https://github.com/vee1e/KubeArmor.git
synced 2026-09-01 10:18:29 +00:00
Resolves: - GO-2026-5970: golang.org/x/text v0.38.0 -> v0.39.0 - GO-2026-5856: crypto/tls (stdlib) go1.26.4 -> go1.26.5 - GO-2026-4970: os (stdlib) go1.26.4 -> go1.26.5 Updates all 6 modules (KubeArmor, tests, protobuf, deployments, KubeArmorController, KubeArmorOperator) to ensure govulncheck passes cleanly in CI. Signed-off-by: Sagar Khandagre <sagar.khandagre998@gmail.com> |
||
|---|---|---|
| .. | ||
| controller | ||
| CRD | ||
| get | ||
| helm | ||
| operator | ||
| podman | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| Makefile | ||
| README.md | ||
KubeArmor Deployments
This directory hosts the generated, environment specific, YAML deployment files in the respective folders.
Generate/Update Deployments
make
-
Add/Update Environment
Make changes in
defaults.go -
Generic changes to various k8s objects and environment agnostic
Make changes in
objects.go
This will override the existing yaml deployments in their respective folders based on updated configuration