Automator: merge upstream changes to openshift-service-mesh/sail-operator@main#609
Merged
openshift-merge-bot[bot] merged 74 commits intoopenshift-service-mesh:mainfrom Nov 28, 2025
Conversation
Fixes: istio-ecosystem#1250 Signed-off-by: Filip Brychta <fbrychta@redhat.com>
…stio-ecosystem#1260) Signed-off-by: openshift-service-mesh-bot <openshiftservicemeshbot@gmail.com>
…stio-ecosystem#1261) Signed-off-by: openshift-service-mesh-bot <openshiftservicemeshbot@gmail.com>
* istio: ignore `defaultRevision` Signed-off-by: Jacek Ewertowski <jacek.ewertowski1@gmail.com> * Fix failing tests Signed-off-by: Jacek Ewertowski <jacek.ewertowski1@gmail.com> * Fix lint error Signed-off-by: Jacek Ewertowski <jacek.ewertowski1@gmail.com> * test: check for presence of default validator Signed-off-by: Daniel Grimm <dgrimm@redhat.com> --------- Signed-off-by: Jacek Ewertowski <jacek.ewertowski1@gmail.com> Signed-off-by: Daniel Grimm <dgrimm@redhat.com> Co-authored-by: Daniel Grimm <dgrimm@redhat.com>
…stio-ecosystem#1262) Signed-off-by: openshift-service-mesh-bot <openshiftservicemeshbot@gmail.com>
…stio-ecosystem#1263) Signed-off-by: openshift-service-mesh-bot <openshiftservicemeshbot@gmail.com>
…stio-ecosystem#1264) Signed-off-by: openshift-service-mesh-bot <openshiftservicemeshbot@gmail.com>
Signed-off-by: Yuanlin Xu <yuanlin.xu@redhat.com>
* Hardcode OLM version to 0.35.0 This is required until operator-framework/operator-lifecycle-manager#3675 is fixed Signed-off-by: Filip Brychta <fbrychta@redhat.com> * Fix lint Signed-off-by: Filip Brychta <fbrychta@redhat.com> --------- Signed-off-by: Filip Brychta <fbrychta@redhat.com>
* docs: ztunnel: mention resource name restriction Signed-off-by: Zuzana Miklankova <zmiklank@redhat.com> * docs: ztunnel CRD: make clear why we allow only default name Co-authored-by: Sridhar Gaddam <sgaddam@redhat.com> --------- Signed-off-by: Zuzana Miklankova <zmiklank@redhat.com> Co-authored-by: Sridhar Gaddam <sgaddam@redhat.com>
…stio-ecosystem#1268) Signed-off-by: openshift-service-mesh-bot <openshiftservicemeshbot@gmail.com>
This commit introduces comprehensive AI agent configuration files to help AI coding assistants understand Sail Operator patterns and best practices. Features: - Main AGENTS.md file with project overview and development guidelines - Domain knowledge files covering API types, controllers, Helm integration, testing framework, and version management - Platform-specific guidance for macOS/Podman development - Template for creating new domain knowledge files - Comprehensive AI agents guide for popular tools (Claude, GitHub Copilot, Cursor) File structure: - .github/ai_agents/AGENTS.md - Main entry point following agents.md format - .github/ai_agents/knowledge/ - Domain-specific knowledge files - .github/ai_agents/domain_knowledge_prompt.md - Creation template - docs/ai/ai-agents-guide.adoc - User guide for AI tool configuration The implementation follows the Istio upstream pattern while being completely adapted for Sail Operator specific needs, including: - Sail Operator custom resources and controller patterns - Istio version management and compatibility - Platform considerations (macOS, OpenShift, KIND) - Testing framework integration (Ginkgo/Gomega) - Helm chart integration patterns 🤖 Generated with Claude Code Signed-off-by: Francisco Herrera <fjglira@gmail.com> Co-authored-by: Claude <noreply@anthropic.com>
…io-ecosystem#1256) * Skip reconciliation when using sailoperator.io/ignore annotation Signed-off-by: bmangoen <bmangoen@redhat.com> * Watch all resources with IgnoreUpdateWhenAnnotation predicate Signed-off-by: bmangoen <bmangoen@redhat.com> * fix: add integration tests This commit adds the step to test the skip reconciliation when the sailoperator.io/ignore annotation is set to true on a resource. Signed-off-by: bmangoen <bmangoen@redhat.com> * Add more steps for unit tests This commit adds more unit tests cases for IgnoreUpdateWhenAnnotation predicate. Signed-off-by: bmangoen <bmangoen@redhat.com> --------- Signed-off-by: bmangoen <bmangoen@redhat.com>
…stio-ecosystem#1277) Signed-off-by: openshift-service-mesh-bot <openshiftservicemeshbot@gmail.com>
…stio-ecosystem#1280) Signed-off-by: openshift-service-mesh-bot <openshiftservicemeshbot@gmail.com>
…stio-ecosystem#1282) Signed-off-by: openshift-service-mesh-bot <openshiftservicemeshbot@gmail.com>
* Document co-existence of ambient and sidecar mode This PR captures the current state of running ambient and sidecar pods in the same mesh, including supported use cases, limitations, and best practices for hybrid deployments with Istio version 1.27 Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com> * Add link in the main Readme page Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com> --------- Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
…stio-ecosystem#1283) Signed-off-by: openshift-service-mesh-bot <openshiftservicemeshbot@gmail.com>
… using the Sail Operator (istio-ecosystem#1275) * Adding Documentation for Migration from Sidecar to Ambient Add specific documentation for migrate from sidecar to ambient mode Signed-off-by: Francisco Herrera <fjglira@gmail.com> Update documentation Signed-off-by: Francisco Herrera <fjglira@gmail.com> Improve and complete the Documentation about migrating from sidecar to ambient Signed-off-by: Francisco Herrera <fjglira@gmail.com> Fix some example code Signed-off-by: Francisco Herrera <fjglira@gmail.com> Adding some validations steps Signed-off-by: Francisco Herrera <fjglira@gmail.com> Fix lint Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Adding migration from sidecar to ambient documentation using the Sail Operator Documentation update, adding the adoc document and be sure that all the comments meet the Sail Operator criteria Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Fix code blocks in migration doc All code blocks where wrong, I fixe them to meet the ascii format Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Move document to his own folder Move to a different folder Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Move document Move the migration doc to a hiw own folder Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Delete non needed images Delete images Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Changes from review Adding some modifications after running the steps Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Fix table of contents Indent correctly table of contents Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Changes from review Changes and improvements to the doc based on the review and in the meeting Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Fix table of content Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Changes from review Changes from review Signed-off-by: Francisco Herrera <fjglira@gmail.com> --------- Signed-off-by: Francisco Herrera <fjglira@gmail.com>
Perform documentation update in sidecar to ambient migration guide. - Update the path to the application in the validation curl cmd. - Move the "authorizationpolicy" fetch after all policies are created. Signed-off-by: Maxim Babushkin <mbabushk@redhat.com>
…osystem#1294) * Updating migration from sidecar to Ambient mode from review Adding some minors changes from review Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Update format Fix format in list Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Adding some more enchance from review Enchancements Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Fix list format Fix list format Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Fix list format Fix list format Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Fix list format Fix list format Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Update docs/migrate-from-sidecar-to-ambient/migration.adoc Co-authored-by: Matej Kralik <mkralik@redhat.com> Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Update from review Adding message for labeling namespaces Signed-off-by: Francisco Herrera <fjglira@gmail.com> --------- Signed-off-by: Francisco Herrera <fjglira@gmail.com> Co-authored-by: Matej Kralik <mkralik@redhat.com>
…stio-ecosystem#1296) Signed-off-by: openshift-service-mesh-bot <openshiftservicemeshbot@gmail.com>
…ystem#1300) Changing parentRef to be more consistent across the examples, using the gateway as parentRef is what usually is recommended Signed-off-by: Francisco Herrera <fjglira@gmail.com>
…stio-ecosystem#1303) Signed-off-by: openshift-service-mesh-bot <openshiftservicemeshbot@gmail.com>
* Make sure a correct helm values file is used It's possible to define a helm values file via HELM_VALUES_FILE env variable so we have to obey that when patching the file. We also need an option to disable the patching for ossm. Signed-off-by: Filip Brychta <fbrychta@redhat.com> * Explaining why we are overwriting the version Signed-off-by: Filip Brychta <fbrychta@redhat.com> --------- Signed-off-by: Filip Brychta <fbrychta@redhat.com>
We have it on the release-1.27 branch so we need it in main as well Signed-off-by: Daniel Grimm <dgrimm@redhat.com>
…stio-ecosystem#1307) Signed-off-by: openshift-service-mesh-bot <openshiftservicemeshbot@gmail.com>
…stio-ecosystem#1308) Signed-off-by: openshift-service-mesh-bot <openshiftservicemeshbot@gmail.com>
When deploying ZTunnel resource from OCP UI, is has a name "example" defined by default. Since we're explicitly require the name of the resource to be "default", the field needs to be changed. Update the default definition of the ZTunnel name field to be - "default". Signed-off-by: Maxim Babushkin <mbabushk@redhat.com>
Update the following missing CRD flags for ztunnel config: - Affinity - Network - Tolerations - ResourceQuotas - seLinuxOptions - UpdateStrategy - NodeSelector Signed-off-by: Maxim Babushkin <mbabushk@redhat.com>
…em#1342) This PR updates the commit-check GitHub action to validate only the first commit in a PR instead of every commit. This avoids validation for additional commits and provides some flexibility when subsequent commits can be described by the PR title. Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
…tem#1326) * Add Claude Code command for updating EOL Istio versions Adds a custom Claude Code slash command (/update-eol-versions) that automates the process of marking End-of-Life Istio versions in versions.yaml. The command fetches the current supported versions from istio.io and updates the EOL status accordingly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Filip Brychta <fbrychta@redhat.com> * Be more specific about fields to be kept Signed-off-by: Filip Brychta <fbrychta@redhat.com> * Update .claude/commands/update-eol-versions.md Co-authored-by: Francisco Herrera <fjglira@gmail.com> * Update .claude/commands/update-eol-versions.md Co-authored-by: Francisco Herrera <fjglira@gmail.com> --------- Signed-off-by: Filip Brychta <fbrychta@redhat.com> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Francisco Herrera <fjglira@gmail.com>
When vendor mode is enabled in this project, the command "go list" can return an empty string, causing errors while running "make gen" command. This PR modifies the command to use "-mod=readonly" which ensures the Go command properly resolves the module directory even when vendoring is in use. Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
Signed-off-by: Filip Brychta <fbrychta@redhat.com>
There doesn't seem to be a reason to test it on all versions, test it only on latest patch version, as we do in all other multi cluster tests. Signed-off-by: Mike Kolesnik <mkolesni@redhat.com>
…o-ecosystem#1347) The problem causing operator-framework/operator-lifecycle-manager#3675 is reverted in 0.38.0 so we can use that version. Signed-off-by: Filip Brychta <fbrychta@redhat.com>
…em#1357) Update the codecov.yml ignore pattern from 'tests' to 'tests/**' to properly exclude all files under the tests directory from coverage calculation. This resolves the codecov/project failures for PRs that add e2e test infrastructure code, which is not meant to be unit tested. Related to: istio-ecosystem#1356 Signed-off-by: Rafael Zago <rafaelvzago@gmail.com>
istio-ecosystem#1346) - Detect VERSION column dynamically - Avoid relying on last-column extraction Signed-off-by: Mikhail Abramov <mabramov@redhat.com>
…o-ecosystem#1368) Adding some small changes into the templates to add more information into the api reference doc to show the API version and avoid confusion when you have more than one version of a CRD Signed-off-by: Francisco Herrera <fjglira@gmail.com>
In case it was requested, don't delete the deployed operator. Signed-off-by: Mike Kolesnik <mkolesni@redhat.com>
We don't yet support helm v4 (see istio-ecosystem#1371). Signed-off-by: Daniel Grimm <dgrimm@redhat.com>
…stio-ecosystem#1376) Signed-off-by: openshift-service-mesh-bot <openshiftservicemeshbot@gmail.com>
…stio-ecosystem#1377) Signed-off-by: openshift-service-mesh-bot <openshiftservicemeshbot@gmail.com>
…stio-ecosystem#1378) Signed-off-by: openshift-service-mesh-bot <openshiftservicemeshbot@gmail.com>
Adding a update script into the update dependencies script to update automatically the istio versions in the docs each time that the istio versions are updated in the versions.yaml file Remove backup creation Adding compability with macOS for the script Signed-off-by: Francisco Herrera <fjglira@gmail.com>
This adds the v1 CRD version of ZTunnel which we missed earlier. Signed-off-by: Daniel Grimm <dgrimm@redhat.com>
The `Profile` field was removed from the v1 ZTunnel API as part of the API graduation from v1alpha1 to v1. This PR removes the associated printcolumn. Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
Adding more information when the test run fails for all the sample applications namespaces and pods Signed-off-by: Francisco Herrera <fjglira@gmail.com>
This PR includes the following changes. 1. Moved AGENTS.md to the repo root as its recommend to have it in the root repo - https://agents.md/#examples Several other projects seem to be following this convention. 2. Moved the domain knowledge files into the .agents folder 3. Added IstioRevisionTag to the project overview CRD list 4. Updated the docs to show how the resources relate to each other 5. Graduated the ztunnel CRD to v1 6. Fixed typos, broken links, and older references like IstioCNI v1alpha1 7. Updated the controller references and the test framework Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
Claude does not currently support reading from AGENTS.md, and there’s an open issue tracking it: anthropics/claude-code#6235 This PR adds a workaround by embedding AGENTS.md into CLAUDE.md so AGENTS.md can remain a living document. Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
…1404) The script was failing in CI with exit code 141 due to SIGPIPE when using 'head -n 2' with 'set -o pipefail'. This temporarily disables pipefail around the problematic command to handle the SIGPIPE gracefully while maintaining script safety. Signed-off-by: Francisco Herrera <fjglira@gmail.com>
…#1405) Adding a make target to use it lcoally and in a specific test to always check if the dependencies script is working Avoid updating dependencies Signed-off-by: Francisco Herrera <fjglira@gmail.com>
* upstream/main: (72 commits) Adding make target to run update-dependencies script (istio-ecosystem#1405) Fix SIGPIPE error in update-istio-in-docs.sh script (istio-ecosystem#1404) Add CLAUDE.md to the sail operator repo (istio-ecosystem#1402) Update AGENTS.md and domain knowledge files (istio-ecosystem#1395) Adding debug information for sample applications (istio-ecosystem#1390) Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386) api: add ZTunnel v1 CRD version (istio-ecosystem#1365) Automatic update for Istio versions in Docs (istio-ecosystem#1374) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376) fix: pin helm to v3 (istio-ecosystem#1375) Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351) Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368) Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346) fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357) Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347) Test External Control Plane on latest versions (istio-ecosystem#1352) Adding Istio 1.28.0 (istio-ecosystem#1344) Fix make gen errors when vendor folder is present (istio-ecosystem#1348) ...
409a7c7
into
openshift-service-mesh:main
9 checks passed
unsortedhashsets
pushed a commit
to unsortedhashsets/sail-operator
that referenced
this pull request
Jan 28, 2026
…penshift-service-mesh#609) Signed-off-by: openshift-service-mesh-bot <openshiftservicemeshbot@gmail.com>
unsortedhashsets
pushed a commit
to unsortedhashsets/sail-operator
that referenced
this pull request
Jan 28, 2026
* upstream-eco/main: (27 commits) Add documentation for version alias (openshift-service-mesh#625) Automator: Update dependencies in istio-ecosystem/sail-operator@main (openshift-service-mesh#624) Capture ztunnel details on e2e failures (openshift-service-mesh#618) [Doc] Updates to dual-stack section (openshift-service-mesh#621) Add multi control plane e2e tests (openshift-service-mesh#610) Automator: Update dependencies in istio-ecosystem/sail-operator@main (openshift-service-mesh#620) Add workflow to detect broken links in doc (openshift-service-mesh#611) Add an e2e test for Ambient config in IstioCNI (openshift-service-mesh#591) Use gcr.io for Istio images and quay.io/sail-dev for sample applications (openshift-service-mesh#613) Automator: Update dependencies in istio-ecosystem/sail-operator@main (openshift-service-mesh#612) Automator: Update dependencies in istio-ecosystem/sail-operator@main (openshift-service-mesh#609) Automator: Update dependencies in istio-ecosystem/sail-operator@main (openshift-service-mesh#608) Automator: Update dependencies in istio-ecosystem/sail-operator@main (openshift-service-mesh#606) Helm: Remove redundant platform-specific cmd during installation (openshift-service-mesh#604) add trigger for nightly builds of release-1.0 bump version to 1.1.0 Update ztunnel comment in api_transformer (openshift-service-mesh#595) Automator: Update dependencies in istio-ecosystem/sail-operator@main (openshift-service-mesh#599) link ambient doc in the doc/table of contents (openshift-service-mesh#598) Add an Ambient mode documentation (openshift-service-mesh#579) ... # Conflicts: # bundle/manifests/sailoperator.clusterserviceversion.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/gateway/templates/deployment.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/revisiontags/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/ambient.yaml # resources/latest/profiles/default.yaml # resources/latest/profiles/demo.yaml # resources/latest/profiles/empty.yaml # resources/latest/profiles/openshift-ambient.yaml # resources/latest/profiles/openshift.yaml # resources/latest/profiles/preview.yaml # resources/latest/profiles/remote.yaml # resources/latest/profiles/stable.yaml # resources/v1.21.6/charts/cni/values.yaml # resources/v1.21.6/charts/istiod/values.yaml # resources/v1.21.6/charts/revisiontags/values.yaml # resources/v1.21.6/charts/ztunnel/values.yaml # resources/v1.21.6/profiles/ambient.yaml # resources/v1.21.6/profiles/default.yaml # resources/v1.21.6/profiles/demo.yaml # resources/v1.21.6/profiles/empty.yaml # resources/v1.21.6/profiles/external.yaml # resources/v1.21.6/profiles/openshift.yaml # resources/v1.21.6/profiles/preview.yaml # resources/v1.21.6/profiles/remote.yaml # resources/v1.22.5/charts/cni/values.yaml # resources/v1.22.5/charts/istiod/values.yaml # resources/v1.22.5/charts/revisiontags/values.yaml # resources/v1.22.5/charts/ztunnel/values.yaml # resources/v1.22.5/profiles/ambient.yaml # resources/v1.22.5/profiles/default.yaml # resources/v1.22.5/profiles/demo.yaml # resources/v1.22.5/profiles/empty.yaml # resources/v1.22.5/profiles/openshift-ambient.yaml # resources/v1.22.5/profiles/openshift.yaml # resources/v1.22.5/profiles/preview.yaml # resources/v1.22.5/profiles/remote.yaml # resources/v1.22.5/profiles/stable.yaml # resources/v1.22.6/charts/cni/values.yaml # resources/v1.22.6/charts/istiod/values.yaml # resources/v1.22.6/charts/revisiontags/values.yaml # resources/v1.22.6/charts/ztunnel/values.yaml # resources/v1.22.6/profiles/ambient.yaml # resources/v1.22.6/profiles/default.yaml # resources/v1.22.6/profiles/demo.yaml # resources/v1.22.6/profiles/empty.yaml # resources/v1.22.6/profiles/openshift-ambient.yaml # resources/v1.22.6/profiles/openshift.yaml # resources/v1.22.6/profiles/preview.yaml # resources/v1.22.6/profiles/remote.yaml # resources/v1.22.6/profiles/stable.yaml # resources/v1.22.7/charts/cni/values.yaml # resources/v1.22.7/charts/istiod/values.yaml # resources/v1.22.7/charts/revisiontags/values.yaml # resources/v1.22.7/charts/ztunnel/values.yaml # resources/v1.22.7/profiles/ambient.yaml # resources/v1.22.7/profiles/default.yaml # resources/v1.22.7/profiles/demo.yaml # resources/v1.22.7/profiles/empty.yaml # resources/v1.22.7/profiles/openshift-ambient.yaml # resources/v1.22.7/profiles/openshift.yaml # resources/v1.22.7/profiles/preview.yaml # resources/v1.22.7/profiles/remote.yaml # resources/v1.22.7/profiles/stable.yaml # resources/v1.22.8/charts/cni/values.yaml # resources/v1.22.8/charts/istiod/values.yaml # resources/v1.22.8/charts/revisiontags/values.yaml # resources/v1.22.8/charts/ztunnel/values.yaml # resources/v1.22.8/profiles/ambient.yaml # resources/v1.22.8/profiles/default.yaml # resources/v1.22.8/profiles/demo.yaml # resources/v1.22.8/profiles/empty.yaml # resources/v1.22.8/profiles/openshift-ambient.yaml # resources/v1.22.8/profiles/openshift.yaml # resources/v1.22.8/profiles/preview.yaml # resources/v1.22.8/profiles/remote.yaml # resources/v1.22.8/profiles/stable.yaml # resources/v1.23.2/charts/cni/values.yaml # resources/v1.23.2/charts/istiod-remote/values.yaml # resources/v1.23.2/charts/istiod/values.yaml # resources/v1.23.2/charts/revisiontags/values.yaml # resources/v1.23.2/charts/ztunnel/values.yaml # resources/v1.23.2/profiles/ambient.yaml # resources/v1.23.2/profiles/default.yaml # resources/v1.23.2/profiles/demo.yaml # resources/v1.23.2/profiles/empty.yaml # resources/v1.23.2/profiles/openshift-ambient.yaml # resources/v1.23.2/profiles/openshift.yaml # resources/v1.23.2/profiles/preview.yaml # resources/v1.23.2/profiles/remote.yaml # resources/v1.23.2/profiles/stable.yaml # resources/v1.23.3/charts/cni/values.yaml # resources/v1.23.3/charts/istiod-remote/values.yaml # resources/v1.23.3/charts/istiod/values.yaml # resources/v1.23.3/charts/revisiontags/values.yaml # resources/v1.23.3/charts/ztunnel/values.yaml # resources/v1.23.3/profiles/ambient.yaml # resources/v1.23.3/profiles/default.yaml # resources/v1.23.3/profiles/demo.yaml # resources/v1.23.3/profiles/empty.yaml # resources/v1.23.3/profiles/openshift-ambient.yaml # resources/v1.23.3/profiles/openshift.yaml # resources/v1.23.3/profiles/preview.yaml # resources/v1.23.3/profiles/remote.yaml # resources/v1.23.3/profiles/stable.yaml # resources/v1.23.4/charts/cni/values.yaml # resources/v1.23.4/charts/istiod-remote/values.yaml # resources/v1.23.4/charts/istiod/values.yaml # resources/v1.23.4/charts/revisiontags/values.yaml # resources/v1.23.4/charts/ztunnel/values.yaml # resources/v1.23.4/profiles/ambient.yaml # resources/v1.23.4/profiles/default.yaml # resources/v1.23.4/profiles/demo.yaml # resources/v1.23.4/profiles/empty.yaml # resources/v1.23.4/profiles/openshift-ambient.yaml # resources/v1.23.4/profiles/openshift.yaml # resources/v1.23.4/profiles/preview.yaml # resources/v1.23.4/profiles/remote.yaml # resources/v1.23.4/profiles/stable.yaml # resources/v1.24.0/charts/cni/values.yaml # resources/v1.24.0/charts/istiod/values.yaml # resources/v1.24.0/charts/revisiontags/values.yaml # resources/v1.24.0/charts/ztunnel/values.yaml # resources/v1.24.0/profiles/ambient.yaml # resources/v1.24.0/profiles/default.yaml # resources/v1.24.0/profiles/demo.yaml # resources/v1.24.0/profiles/empty.yaml # resources/v1.24.0/profiles/openshift-ambient.yaml # resources/v1.24.0/profiles/openshift.yaml # resources/v1.24.0/profiles/preview.yaml # resources/v1.24.0/profiles/remote.yaml # resources/v1.24.0/profiles/stable.yaml # resources/v1.24.1/charts/cni/values.yaml # resources/v1.24.1/charts/istiod/values.yaml # resources/v1.24.1/charts/revisiontags/values.yaml # resources/v1.24.1/charts/ztunnel/values.yaml # resources/v1.24.1/profiles/ambient.yaml # resources/v1.24.1/profiles/default.yaml # resources/v1.24.1/profiles/demo.yaml # resources/v1.24.1/profiles/empty.yaml # resources/v1.24.1/profiles/openshift-ambient.yaml # resources/v1.24.1/profiles/openshift.yaml # resources/v1.24.1/profiles/preview.yaml # resources/v1.24.1/profiles/remote.yaml # resources/v1.24.1/profiles/stable.yaml
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.
Generated by Automator - 2025-11-28T12:04:59+00:00