Skip to content

Merge pull request #712 from ctartici/main#727

Merged
ctartici merged 1 commit intoopenshift-service-mesh:release-3.3from
ctartici:backport-to-3.3
Mar 17, 2026
Merged

Merge pull request #712 from ctartici/main#727
ctartici merged 1 commit intoopenshift-service-mesh:release-3.3from
ctartici:backport-to-3.3

Conversation

@ctartici
Copy link
Copy Markdown

cert-manager operator removal process improvements

What type of PR is this?

  • Enhancement / New Feature
  • Bug Fix
  • Refactor
  • Optimization
  • Test
  • Documentation Update

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Related Issue/PR #

Additional information:

@openshift-ci openshift-ci bot added the size/XL label Mar 17, 2026
@ctartici ctartici closed this Mar 17, 2026
@ctartici ctartici reopened this Mar 17, 2026
@ctartici
Copy link
Copy Markdown
Author

/retest

cert-manager operator removal process improvements
@ctartici ctartici merged commit 83342a7 into openshift-service-mesh:release-3.3 Mar 17, 2026
7 of 8 checks passed
hhovsepy pushed a commit to hhovsepy/sail-operator that referenced this pull request Apr 8, 2026
…penshift-service-mesh#727)

* Add ConfigMap with final Helm values

Ever since the profiles were reimplemented within the Helm charts, there has been no way to see the actual values that were used to render the charts. This includes the values from the user-selected profile, the platform profile, and the compatibility version profile.

Previously, when the values from the profiles were applied before Helm was invoked, you could use `helm get values` to see the final set of values. Now, this is no longer possible, because the profile values are applied within the rendering process by the zzz_profile.yaml template and aren't stored anywhere.

This commit introduces a new ConfigMap with the name `values` for the default revision, and `values-<revision>` for all others. This ConfigMap will allow the operator (and users) to look up the actual values used to render the charts.

Signed-off-by: Marko Lukša <mluksa@redhat.com>

* Add note about `values` ConfigMap to docs

Signed-off-by: Marko Lukša <mluksa@redhat.com>

---------

Signed-off-by: Marko Lukša <mluksa@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants