KubeArmor/deployments
Sagar Khandagre 580dcb9e62
fix: upgrade golang.org/x/text to v0.39.0 and go 1.26.5 to resolve govulncheck CVEs (#2786)
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>
2026-07-23 18:31:50 +05:30
..
controller fix: correct spelling mistakes across the project 2026-05-15 10:50:42 +05:30
CRD fix CI 2026-07-01 18:05:45 +05:30
get add grpc based healthcheck in liveness probe 2026-06-23 15:36:43 +05:30
helm update relayclusterrole (#2737) 2026-07-07 13:53:04 +05:30
operator update relayclusterrole (#2737) 2026-07-07 13:53:04 +05:30
podman Perf(BPF): Switched from udp_sendmsg to udp_send_skb for DNS visibility (#2738) 2026-07-10 21:09:08 +05:30
go.mod fix: upgrade golang.org/x/text to v0.39.0 and go 1.26.5 to resolve govulncheck CVEs (#2786) 2026-07-23 18:31:50 +05:30
go.sum fix: upgrade golang.org/x/text to v0.39.0 and go 1.26.5 to resolve govulncheck CVEs (#2786) 2026-07-23 18:31:50 +05:30
main.go
Makefile
README.md fix: correct spelling mistakes across the project 2026-05-15 10:50:42 +05:30

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