|
| 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