Commit 7a82248
committed
CyberArk(helm): add cyberark-disco-agent Helm chart, build scripts, and E2E test
- introduce cyberark-disco-agent Helm chart with templates, docs, schema, and values
- add build and release Makefile modules for ark agent and chart publishing
- implement E2E test script for agent deployment and verification
- update main.go for ark agent entrypoint
- integrate chart build and test targets into main Makefiles
- Add image.digest field to values.yaml, schema, and documentation
- Update deployment.yaml to use image digest if provided
- Pass digest in e2e test and chart upgrade scripts
- Output digest variables in release Makefile targets
- Add values.linter.exceptions file for chart validation
- Add ark-verify target to Makefile for chart verification
Signed-off-by: Richard Wall <richard.wall@cyberark.com>1 parent 4d53d77 commit 7a82248
File tree
21 files changed
+1745
-5
lines changed- cmd/ark
- deploy/charts/cyberark-disco-agent
- templates
- examples
- hack/ark
- make
- ark
21 files changed
+1745
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments