Skip to content

Commit 5d43043

Browse files
authored
Merge pull request #615 from mbaldessari/downstream-eso-blog
Add a blog post about downstream ESO
2 parents 7d5626e + d96c4b5 commit 5d43043

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
date: 2025-11-06
3+
title: Openshift External Secrets Operator Support
4+
summary: We've started using the newly released Openshift External Secrets Operator and we now move to a more fully supported solution
5+
author: Michele Baldessari
6+
blog_tags:
7+
- patterns
8+
- announce
9+
---
10+
:toc:
11+
:imagesdir: /images
12+
13+
We are excited to announce that the **validatedpatterns/multicloud-gitops** repository is now using the supported Red Hat OpenShift External Secrets Operator
14+
when running on **OpenShift 4.20** deployments.
15+
16+
== Why the Switch to Red Hat ESO Matters
17+
18+
While the community version of ESO has served us well, switching to the Red Hat
19+
supported version for OpenShift 4.20 brings several immediate benefits:
20+
21+
=== Enterprise-Grade Assurance
22+
By utilizing a Red Hat supported Operator, our validated pattern now relies on
23+
components that offer the highest level of stability and receive official
24+
technical support.
25+
26+
=== Simplified Compliance and Integration
27+
The Red Hat ESO is officially tested and validated for compatibility with
28+
**OpenShift Container Platform (OCP) 4.20**. This ensures a smooth, predictable
29+
installation process and deep integration with OCP’s internal mechanisms,
30+
reducing the risk of runtime issues. And also making the upgrades more tested.
31+
32+
=== Consistent GitOps Workflow
33+
34+
The needed changes are quite minor: just switch to the new external-secrets namespace
35+
and use the openshift-external-secrets helm chart. See
36+
link:https://github.com/validatedpatterns/multicloud-gitops/blob/main/values-4.20-hub.yaml[hub]
37+
and link:https://github.com/validatedpatterns/multicloud-gitops/blob/main/values-4.20-group-one.yaml[spoke]
38+
how this can be done.

0 commit comments

Comments
 (0)