Do not patch the values and do not generate digests#568
Merged
openshift-merge-bot[bot] merged 1 commit intoopenshift-service-mesh:mainfrom Oct 23, 2025
Merged
Conversation
This is required after istio-ecosystem#1297
Author
|
/retest |
jshaughn
pushed a commit
to jshaughn/sail-operator
that referenced
this pull request
Oct 22, 2025
…ice-mesh#568) In the Sail Operator, any config specified under values.ztunnel in the ZTunnel resource was being ignored. This fix ensures that the ztunnel controller correctly applies these values. Fixes: istio-ecosystem#567 Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
jshaughn
pushed a commit
to jshaughn/sail-operator
that referenced
this pull request
Oct 22, 2025
* upstream/main: Fix ztunnel controller to apply values.ztunnel config (openshift-service-mesh#568)
dgn
approved these changes
Oct 23, 2025
Author
|
/override ci/prow/ocp-4.18-e2e-ocp-arm |
|
@FilipB: Overrode contexts on behalf of FilipB: ci/prow/ocp-4.18-e2e-ocp-arm DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
c943b53
into
openshift-service-mesh:main
8 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is required after istio-ecosystem#1297