diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..bd33caae 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -1458,4 +1458,12 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, -]; \ No newline at end of file + { + name: "Kyverno", + imageSrc: "https://avatars.githubusercontent.com/u/68448710?s=200&v=4", + projectLink: "https://github.com/kyverno/kyverno/contribute", + description: + "Kyverno is a policy engine designed for Kubernetes, helping teams validate, mutate, generate, and clean up cluster resources.", + tags: ["Go", "Kubernetes", "Policy", "Cloud Native", "Good First Issue"], + }, +];