Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/events/gitopscon-na-2025.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: GitOpsCon NA 2025
date: "2025-12-04"
location: "Virtual"
attend: https://community.cncf.io/events/details/cncf-virtual-project-events-hosted-by-cncf-presents-gitopscon-north-america-virtual/
---
8 changes: 4 additions & 4 deletions src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ const Header = ({ color, hasBanner }) => {
{hasBanner && (
<div className="pb-4">
<Banner
emoji={"☁️"}
description={"Join us in Atlanta for ArgoCon and FluxCon colocated with KubeCon! (Nov 10, 2025)"}
shortDescription={"Colocated Events Registration"}
announcementLink={"https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/co-located-events/about-co-located-events/"}
emoji={"🎉"}
description={"CFP For GitOps NA 2025 is now open!"}
shortDescription={"CFP for GitOpsCon"}
announcementLink={"https://sessionize.com/GitOpsCon_NA_2025/"}
/>
</div>
)}
Expand Down