forked from istio-ecosystem/sail-operator
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automator: merge upstream changes to openshift-service-mesh/sail-operator@main #141
Merged
FilipB
merged 82 commits into
openshift-service-mesh:main
from
openshift-service-mesh-bot:none-main-merge_upstream_main-38a843ce
Oct 21, 2024
Merged
Automator: merge upstream changes to openshift-service-mesh/sail-operator@main #141
FilipB
merged 82 commits into
openshift-service-mesh:main
from
openshift-service-mesh-bot:none-main-merge_upstream_main-38a843ce
Oct 21, 2024
Conversation
This file contains 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
* Add release workflow Signed-off-by: bmangoen <bmangoen@redhat.com> * Use github.actor vars Signed-off-by: bmangoen <bmangoen@redhat.com> * Workflow in the right directory Signed-off-by: bmangoen <bmangoen@redhat.com> --------- Signed-off-by: bmangoen <bmangoen@redhat.com>
Currently, running the script simply hangs and there was also a typo in the apiVersion. This PR fixes both the issues. Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
- Add instructions on deploying the sail-operator by using the helm charts defined within the repository. - Rearrange the following guides to avoid duplication. Place them within 'docs/common' directory and reference them from the relevant docs guides. - create-and-configure-gateways.md - install-bookinfo-app.md - install-istioctl-tool.md - istio-addons-integrations.md Signed-off-by: Maxim Babushkin <mbabushk@redhat.com>
…system#345) Signed-off-by: frherrer <frherrer@redhat.com>
…m#348) Signed-off-by: frherrer <frherrer@redhat.com>
…tio-ecosystem#339) * added helm overrides for proxy image as is available for operator Signed-off-by: Travis White <travis.white@yahoo.com> * `make gen` results Signed-off-by: Travis White <travis.white@yahoo.com> --------- Signed-off-by: Travis White <travis.white@yahoo.com> Co-authored-by: Daniel Grimm <dgrimm@redhat.com>
…stem#350) This helps users know the name of the currently active revision. Previously, the users had to just know that for the InPlace strategy, the name of the revision is the same as the name of the Istio/RemoteIstio resource, and for the RevisionBased strategy, the revision name is the Istio/RemoteIstio name + version. Signed-off-by: Marko Lukša <mluksa@redhat.com>
* Add external controlplane to docs Signed-off-by: Nick Fox <nfox@redhat.com> * Remove extra fields from examples and update some descriptions Signed-off-by: Nick Fox <nfox@redhat.com> * Caps consistently and fix copy/pasta errors Signed-off-by: Nick Fox <nfox@redhat.com> * Apply suggestions from code review Co-authored-by: Sridhar Gaddam <sgaddam@redhat.com> Signed-off-by: Nick Fox <nfox@redhat.com> --------- Signed-off-by: Nick Fox <nfox@redhat.com> Co-authored-by: Sridhar Gaddam <sgaddam@redhat.com>
Signed-off-by: Daniel Grimm <dgrimm@redhat.com>
* Adding E2e multicluster test Signed-off-by: frherrer <frherrer@redhat.com> * Add istioctl util go build Signed-off-by: frherrer <frherrer@redhat.com> * Delete kind config breaking the test Signed-off-by: frherrer <frherrer@redhat.com> * Removing references to raw.githubusercontent on multicluster related YAML Signed-off-by: frherrer <frherrer@redhat.com> * Updates from review: improve cleanup, minor fixes Signed-off-by: frherrer <frherrer@redhat.com> --------- Signed-off-by: frherrer <frherrer@redhat.com>
Adding sleep Adding timout to wait in olm setup Delete sleep Adding more debug information Adding more debug information when operator-sdk fails Fix label on wait condition Change wait condition for catalogSource Delete comment Improve wait for catalogSource Signed-off-by: frherrer <frherrer@redhat.com>
This will make sure that the channel field is pre-populated with a good default when we run the release workflow. Signed-off-by: Daniel Grimm <dgrimm@redhat.com>
Signed-off-by: frherrer <frherrer@redhat.com>
In order to follow the project community standards, adding the CODE-OF-CONDACT to the repository. Signed-off-by: Maxim Babushkin <mbabushk@redhat.com>
Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
The pull request template will help to add important information for the reviewers during new PR creation. Signed-off-by: Maxim Babushkin <mbabushk@redhat.com>
It's now possible to deploy Sail Operator with Helm and use the repository as "helm repo" instead of the need to clone the repo. Update the chart readme file with new way of deployment. Signed-off-by: Maxim Babushkin <mbabushk@redhat.com>
* E2E kubectl util refactor Signed-off-by: frherrer <frherrer@redhat.com> * Improve reset namespace in kubectl util Signed-off-by: frherrer <frherrer@redhat.com> * Deleting non needed func in the kubectl util Signed-off-by: frherrer <frherrer@redhat.com> --------- Signed-off-by: frherrer <frherrer@redhat.com>
Signed-off-by: Marko Lukša <mluksa@redhat.com>
* add ability to specify resources in helm chart Signed-off-by: Tyler Schade <tyler.schade@solo.io> * --amend Signed-off-by: Tyler Schade <tyler.schade@solo.io> * --amend Signed-off-by: Tyler Schade <tyler.schade@solo.io> --------- Signed-off-by: Tyler Schade <tyler.schade@solo.io>
Current pull request template overloads with fields. By reducing the amount of fields in the template, it will improve contributors expiriense. Signed-off-by: Maxim Babushkin <mbabushk@redhat.com>
* Implement e2e dualStack control plane tests This PR includes the necessary support 1. to deploy dualStack/IPv6 KIND clusters 2. to deploy the supported Istio versions in a dualStack mode and verifies that Istiod is properly configured to support dualStack use-cases. To run e2e dualStack tests, use the following command. $ export IP_FAMILY=dual $ make test.e2e.kind Related to: istio-ecosystem#372 Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com> * Modify the text used in Describe and other blocks Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com> --------- Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
* Update/Fix istioctl links in README.md Update/Fix istioctl links to use install-istioctl-tool.md, which provides instructions for installing istioctl independent of Istio. Signed-off-by: Jamie Longmuir <jlongmui@redhat.com> * Update install-istioctl-tool.md to clarify steps and link to upstream doc Signed-off-by: Jamie Longmuir <jlongmui@redhat.com> * remove namespace from get istio command Signed-off-by: Jamie Longmuir <jlongmui@redhat.com> --------- Signed-off-by: Jamie Longmuir <jlongmui@redhat.com>
This fixing ./tests/e2e/common-operator-integ-suite.sh: line 287: IP_FAMILY: unbound variable Signed-off-by: Filip Brychta <fbrychta@redhat.com>
/test e2e-ocp-4-16 |
/retest |
Sail Operator uses `kube-rbac-proxy` to serve metrics securely. It is configured to listen on `secure-listen-address` with an `upstream` that points to the actual metrics server in the Sail Operator listening on the loopback interface. Currently, the `secure-listen-address` is configured with "0.0.0.0:8443" and this PR updates it to ":8443" so that it can listen on both IPv4 and IPv6 interfaces. This PR also modifies the spec.ipFamilyPolicy of sail-operator-metrics-service to PreferDualStack, so that it can support all types of clusters. Related to: istio-ecosystem#372 Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
This allows us to differentiate between unset values and values explicitly set to an empty value (e.g. "", 0, or false). Without this, users can't override the defaults set in e.g. profiles. For example, `cni.chained` defaults to `true`. Previously, if a user set this value to `false` in the Istio resource, the operator would create the `IstioRevision` without this it, because it thought that the value wasn't set due to `false` being the zero value for booleans. The end result was that Istio CNI was deployed with `chained` set to `true`. Now, all boolean, string, and int/float values are pointers. This allows the operator to know whether the user has set the value or not and, if set, carry the value to the IstioRevision resource. Signed-off-by: Marko Lukša <mluksa@redhat.com>
openshift-service-mesh-bot
force-pushed
the
none-main-merge_upstream_main-38a843ce
branch
from
October 17, 2024 15:12
6e66b4b
to
0edfbce
Compare
…stio-ecosystem#434) * Remove `--default-profile` in favor of automatic platform detection When the operator detects that it's running on OpenShift, it sets the default profile to "openshift". Signed-off-by: Marko Lukša <mluksa@redhat.com> * Fix detection on Kind Signed-off-by: Marko Lukša <mluksa@redhat.com> --------- Signed-off-by: Marko Lukša <mluksa@redhat.com>
openshift-service-mesh-bot
force-pushed
the
none-main-merge_upstream_main-38a843ce
branch
3 times, most recently
from
October 18, 2024 03:17
27ef0ac
to
0c1d9e3
Compare
…stio-ecosystem#431) Signed-off-by: openshift-service-mesh-bot <openshiftservicemeshbot@gmail.com>
openshift-service-mesh-bot
force-pushed
the
none-main-merge_upstream_main-38a843ce
branch
2 times, most recently
from
October 18, 2024 09:19
b947eb5
to
f541f61
Compare
Signed-off-by: Daniel Grimm <dgrimm@redhat.com>
openshift-service-mesh-bot
force-pushed
the
none-main-merge_upstream_main-38a843ce
branch
from
October 18, 2024 12:11
f541f61
to
568d7a6
Compare
Closed
1 task
…ystem#438) Signed-off-by: Marko Lukša <mluksa@redhat.com>
openshift-service-mesh-bot
force-pushed
the
none-main-merge_upstream_main-38a843ce
branch
3 times, most recently
from
October 18, 2024 21:08
553b7e8
to
7f31bb3
Compare
…stio-ecosystem#435) Signed-off-by: openshift-service-mesh-bot <openshiftservicemeshbot@gmail.com>
…stio-ecosystem#440) Signed-off-by: openshift-service-mesh-bot <openshiftservicemeshbot@gmail.com>
openshift-service-mesh-bot
force-pushed
the
none-main-merge_upstream_main-38a843ce
branch
2 times, most recently
from
October 21, 2024 03:14
215af05
to
860d2bd
Compare
/retest |
* upstream/main: (81 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#440) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#435) Also print version when running `./sail-operator version` (istio-ecosystem#438) Reduce minimum deletion grace period to 0s (istio-ecosystem#436) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#431) Remove `--default-profile` in favor of automatic platform detection (istio-ecosystem#434) Convert all values to pointers (istio-ecosystem#433) Support metrics on dualStack clusters (istio-ecosystem#426) Honor the `--log-enqueue-events` option in all controllers (istio-ecosystem#432) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#424) Clean up gateway sections in README.md (istio-ecosystem#428) Minor updates to docs (istio-ecosystem#425) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#423) Make spec.namespace fields immutable (istio-ecosystem#418) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#421) Fix typo in helm-artifacts-publish ENV var command (istio-ecosystem#419) Add debug info to multicluster e2e tests (istio-ecosystem#417) Generate asciidoc API reference (istio-ecosystem#397) Test coverage workflow (istio-ecosystem#387) Skip control plane tests for dualStack job (istio-ecosystem#414) ... # Conflicts: # bundle/manifests/sail-operator-metrics-service_v1_service.yaml # resources/latest/charts/base/Chart.yaml # resources/latest/charts/base/files/crd-all.gen.yaml # resources/latest/charts/base/files/profile-compatibility-version-1.21.yaml # resources/latest/charts/base/files/profile-compatibility-version-1.22.yaml # resources/latest/charts/base/files/profile-compatibility-version-1.23.yaml # resources/latest/charts/base/files/profile-platform-k3d.yaml # resources/latest/charts/base/files/profile-platform-openshift.yaml # resources/latest/charts/base/templates/crds.yaml # resources/latest/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml # resources/latest/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml # resources/latest/charts/base/templates/reader-serviceaccount.yaml # resources/latest/charts/base/templates/zzz_profile.yaml # resources/latest/charts/base/values.yaml # resources/latest/charts/cni/Chart.yaml # resources/latest/charts/cni/files/profile-compatibility-version-1.21.yaml # resources/latest/charts/cni/files/profile-compatibility-version-1.22.yaml # resources/latest/charts/cni/files/profile-compatibility-version-1.23.yaml # resources/latest/charts/cni/files/profile-platform-openshift.yaml # resources/latest/charts/cni/templates/clusterrole.yaml # resources/latest/charts/cni/templates/daemonset.yaml # resources/latest/charts/cni/templates/zzz_profile.yaml # resources/latest/charts/cni/values.yaml # resources/latest/charts/gateway/Chart.yaml # resources/latest/charts/gateway/files/profile-compatibility-version-1.21.yaml # resources/latest/charts/gateway/files/profile-compatibility-version-1.22.yaml # resources/latest/charts/gateway/files/profile-compatibility-version-1.23.yaml # resources/latest/charts/gateway/files/profile-platform-openshift.yaml # resources/latest/charts/gateway/templates/deployment.yaml # resources/latest/charts/gateway/templates/zzz_profile.yaml # resources/latest/charts/gateway/values.schema.json # resources/latest/charts/gateway/values.yaml # resources/latest/charts/istiod/Chart.yaml # resources/latest/charts/istiod/files/injection-template.yaml # resources/latest/charts/istiod/files/kube-gateway.yaml # resources/latest/charts/istiod/files/profile-compatibility-version-1.21.yaml # resources/latest/charts/istiod/files/profile-compatibility-version-1.22.yaml # resources/latest/charts/istiod/files/profile-compatibility-version-1.23.yaml # resources/latest/charts/istiod/files/profile-platform-openshift.yaml # resources/latest/charts/istiod/files/waypoint.yaml # resources/latest/charts/istiod/templates/autoscale.yaml # resources/latest/charts/istiod/templates/clusterrole.yaml # resources/latest/charts/istiod/templates/clusterrolebinding.yaml # resources/latest/charts/istiod/templates/configmap-jwks.yaml # resources/latest/charts/istiod/templates/configmap.yaml # resources/latest/charts/istiod/templates/deployment.yaml # resources/latest/charts/istiod/templates/mutatingwebhook.yaml # resources/latest/charts/istiod/templates/poddisruptionbudget.yaml # resources/latest/charts/istiod/templates/reader-clusterrole.yaml # resources/latest/charts/istiod/templates/remote-istiod-endpoints.yaml # resources/latest/charts/istiod/templates/remote-istiod-service.yaml # resources/latest/charts/istiod/templates/revision-tags.yaml # resources/latest/charts/istiod/templates/role.yaml # resources/latest/charts/istiod/templates/rolebinding.yaml # resources/latest/charts/istiod/templates/service.yaml # resources/latest/charts/istiod/templates/serviceaccount.yaml # resources/latest/charts/istiod/templates/validatingadmissionpolicy.yaml # resources/latest/charts/istiod/templates/validatingwebhookconfiguration.yaml # resources/latest/charts/istiod/templates/zzz_profile.yaml # resources/latest/charts/istiod/values.yaml # resources/latest/charts/ztunnel/Chart.yaml # resources/latest/charts/ztunnel/files/profile-compatibility-version-1.21.yaml # resources/latest/charts/ztunnel/files/profile-compatibility-version-1.22.yaml # resources/latest/charts/ztunnel/files/profile-compatibility-version-1.23.yaml # resources/latest/charts/ztunnel/templates/daemonset.yaml # resources/latest/charts/ztunnel/templates/zzz_profile.yaml # resources/latest/charts/ztunnel/values.yaml # resources/latest/profiles/openshift-ambient.yaml # resources/latest/profiles/openshift.yaml # resources/v1.21.6/charts/base/Chart.yaml # resources/v1.21.6/charts/base/README.md # resources/v1.21.6/charts/base/crds/crd-all.gen.yaml # resources/v1.21.6/charts/base/files/profile-ambient.yaml # resources/v1.21.6/charts/base/files/profile-compatibility-version-1.20.yaml # resources/v1.21.6/charts/base/files/profile-demo.yaml # resources/v1.21.6/charts/base/files/profile-openshift.yaml # resources/v1.21.6/charts/base/files/profile-preview.yaml # resources/v1.21.6/charts/base/templates/NOTES.txt # resources/v1.21.6/charts/base/templates/crds.yaml # resources/v1.21.6/charts/base/templates/default.yaml # resources/v1.21.6/charts/base/templates/endpoints.yaml # resources/v1.21.6/charts/base/templates/reader-serviceaccount.yaml # resources/v1.21.6/charts/base/templates/services.yaml # resources/v1.21.6/charts/base/templates/zzz_profile.yaml # resources/v1.21.6/charts/base/values.yaml # resources/v1.21.6/charts/cni/Chart.yaml # resources/v1.21.6/charts/cni/README.md # resources/v1.21.6/charts/cni/files/profile-ambient.yaml # resources/v1.21.6/charts/cni/files/profile-compatibility-version-1.20.yaml # resources/v1.21.6/charts/cni/files/profile-demo.yaml # resources/v1.21.6/charts/cni/files/profile-openshift.yaml # resources/v1.21.6/charts/cni/files/profile-preview.yaml # resources/v1.21.6/charts/cni/templates/NOTES.txt # resources/v1.21.6/charts/cni/templates/clusterrole.yaml # resources/v1.21.6/charts/cni/templates/clusterrolebinding.yaml # resources/v1.21.6/charts/cni/templates/configmap-cni.yaml # resources/v1.21.6/charts/cni/templates/daemonset.yaml # resources/v1.21.6/charts/cni/templates/network-attachment-definition.yaml # resources/v1.21.6/charts/cni/templates/resourcequota.yaml # resources/v1.21.6/charts/cni/templates/serviceaccount.yaml # resources/v1.21.6/charts/cni/templates/zzz_profile.yaml # resources/v1.21.6/charts/cni/values.yaml # resources/v1.21.6/charts/gateway/Chart.yaml # resources/v1.21.6/charts/gateway/README.md # resources/v1.21.6/charts/gateway/files/profile-ambient.yaml # resources/v1.21.6/charts/gateway/files/profile-compatibility-version-1.20.yaml # resources/v1.21.6/charts/gateway/files/profile-demo.yaml # resources/v1.21.6/charts/gateway/files/profile-openshift.yaml # resources/v1.21.6/charts/gateway/files/profile-preview.yaml # resources/v1.21.6/charts/gateway/templates/NOTES.txt # resources/v1.21.6/charts/gateway/templates/_helpers.tpl # resources/v1.21.6/charts/gateway/templates/deployment.yaml # resources/v1.21.6/charts/gateway/templates/hpa.yaml # resources/v1.21.6/charts/gateway/templates/poddisruptionbudget.yaml # resources/v1.21.6/charts/gateway/templates/role.yaml # resources/v1.21.6/charts/gateway/templates/service.yaml # resources/v1.21.6/charts/gateway/templates/serviceaccount.yaml # resources/v1.21.6/charts/gateway/templates/zzz_profile.yaml # resources/v1.21.6/charts/gateway/values.schema.json # resources/v1.21.6/charts/gateway/values.yaml # resources/v1.21.6/charts/istiod/Chart.yaml # resources/v1.21.6/charts/istiod/README.md # resources/v1.21.6/charts/istiod/files/gateway-injection-template.yaml # resources/v1.21.6/charts/istiod/files/grpc-agent.yaml # resources/v1.21.6/charts/istiod/files/grpc-simple.yaml # resources/v1.21.6/charts/istiod/files/injection-template.yaml # resources/v1.21.6/charts/istiod/files/kube-gateway.yaml # resources/v1.21.6/charts/istiod/files/profile-ambient.yaml # resources/v1.21.6/charts/istiod/files/profile-compatibility-version-1.20.yaml # resources/v1.21.6/charts/istiod/files/profile-demo.yaml # resources/v1.21.6/charts/istiod/files/profile-openshift.yaml # resources/v1.21.6/charts/istiod/files/profile-preview.yaml # resources/v1.21.6/charts/istiod/files/waypoint.yaml # resources/v1.21.6/charts/istiod/templates/NOTES.txt # resources/v1.21.6/charts/istiod/templates/_helpers.tpl # resources/v1.21.6/charts/istiod/templates/autoscale.yaml # resources/v1.21.6/charts/istiod/templates/clusterrole.yaml # resources/v1.21.6/charts/istiod/templates/clusterrolebinding.yaml # resources/v1.21.6/charts/istiod/templates/configmap-jwks.yaml # resources/v1.21.6/charts/istiod/templates/configmap.yaml # resources/v1.21.6/charts/istiod/templates/deployment.yaml # resources/v1.21.6/charts/istiod/templates/istiod-injector-configmap.yaml # resources/v1.21.6/charts/istiod/templates/mutatingwebhook.yaml # resources/v1.21.6/charts/istiod/templates/poddisruptionbudget.yaml # resources/v1.21.6/charts/istiod/templates/reader-clusterrole.yaml # resources/v1.21.6/charts/istiod/templates/reader-clusterrolebinding.yaml # resources/v1.21.6/charts/istiod/templates/revision-tags.yaml # resources/v1.21.6/charts/istiod/templates/role.yaml # resources/v1.21.6/charts/istiod/templates/rolebinding.yaml # resources/v1.21.6/charts/istiod/templates/service.yaml # resources/v1.21.6/charts/istiod/templates/serviceaccount.yaml # resources/v1.21.6/charts/istiod/templates/validatingwebhookconfiguration.yaml # resources/v1.21.6/charts/istiod/templates/zzz_profile.yaml # resources/v1.21.6/charts/istiod/values.yaml # resources/v1.21.6/charts/ztunnel/Chart.yaml # resources/v1.21.6/charts/ztunnel/README.md # resources/v1.21.6/charts/ztunnel/files/profile-ambient.yaml # resources/v1.21.6/charts/ztunnel/files/profile-compatibility-version-1.20.yaml # resources/v1.21.6/charts/ztunnel/files/profile-demo.yaml # resources/v1.21.6/charts/ztunnel/files/profile-openshift.yaml # resources/v1.21.6/charts/ztunnel/files/profile-preview.yaml # resources/v1.21.6/charts/ztunnel/templates/NOTES.txt # resources/v1.21.6/charts/ztunnel/templates/daemonset.yaml # resources/v1.21.6/charts/ztunnel/templates/rbac.yaml # resources/v1.21.6/charts/ztunnel/templates/zzz_profile.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.22.5/charts/base/Chart.yaml # resources/v1.22.5/charts/base/README.md # resources/v1.22.5/charts/base/crds/crd-all.gen.yaml # resources/v1.22.5/charts/base/files/profile-ambient.yaml # resources/v1.22.5/charts/base/files/profile-compatibility-version-1.20.yaml # resources/v1.22.5/charts/base/files/profile-compatibility-version-1.21.yaml # resources/v1.22.5/charts/base/files/profile-demo.yaml # resources/v1.22.5/charts/base/files/profile-openshift-ambient.yaml # resources/v1.22.5/charts/base/files/profile-openshift.yaml # resources/v1.22.5/charts/base/files/profile-preview.yaml # resources/v1.22.5/charts/base/files/profile-stable.yaml # resources/v1.22.5/charts/base/templates/NOTES.txt # resources/v1.22.5/charts/base/templates/crds.yaml # resources/v1.22.5/charts/base/templates/default.yaml # resources/v1.22.5/charts/base/templates/endpoints.yaml # resources/v1.22.5/charts/base/templates/reader-serviceaccount.yaml # resources/v1.22.5/charts/base/templates/services.yaml # resources/v1.22.5/charts/base/templates/validatingadmissionpolicy.yaml # resources/v1.22.5/charts/base/values.yaml # resources/v1.22.5/charts/cni/Chart.yaml # resources/v1.22.5/charts/cni/README.md # resources/v1.22.5/charts/cni/files/profile-ambient.yaml # resources/v1.22.5/charts/cni/files/profile-compatibility-version-1.20.yaml # resources/v1.22.5/charts/cni/files/profile-compatibility-version-1.21.yaml # resources/v1.22.5/charts/cni/files/profile-demo.yaml # resources/v1.22.5/charts/cni/files/profile-openshift-ambient.yaml # resources/v1.22.5/charts/cni/files/profile-openshift.yaml # resources/v1.22.5/charts/cni/files/profile-preview.yaml # resources/v1.22.5/charts/cni/files/profile-stable.yaml # resources/v1.22.5/charts/cni/templates/NOTES.txt # resources/v1.22.5/charts/cni/templates/clusterrole.yaml # resources/v1.22.5/charts/cni/templates/clusterrolebinding.yaml # resources/v1.22.5/charts/cni/templates/configmap-cni.yaml # resources/v1.22.5/charts/cni/templates/daemonset.yaml # resources/v1.22.5/charts/cni/templates/network-attachment-definition.yaml # resources/v1.22.5/charts/cni/templates/resourcequota.yaml # resources/v1.22.5/charts/cni/templates/serviceaccount.yaml # resources/v1.22.5/charts/cni/values.yaml # resources/v1.22.5/charts/gateway/Chart.yaml # resources/v1.22.5/charts/gateway/README.md # resources/v1.22.5/charts/gateway/files/profile-ambient.yaml # resources/v1.22.5/charts/gateway/files/profile-compatibility-version-1.20.yaml # resources/v1.22.5/charts/gateway/files/profile-compatibility-version-1.21.yaml # resources/v1.22.5/charts/gateway/files/profile-demo.yaml # resources/v1.22.5/charts/gateway/files/profile-openshift-ambient.yaml # resources/v1.22.5/charts/gateway/files/profile-openshift.yaml # resources/v1.22.5/charts/gateway/files/profile-preview.yaml # resources/v1.22.5/charts/gateway/files/profile-stable.yaml # resources/v1.22.5/charts/gateway/templates/NOTES.txt # resources/v1.22.5/charts/gateway/templates/_helpers.tpl # resources/v1.22.5/charts/gateway/templates/deployment.yaml # resources/v1.22.5/charts/gateway/templates/hpa.yaml # resources/v1.22.5/charts/gateway/templates/poddisruptionbudget.yaml # resources/v1.22.5/charts/gateway/templates/role.yaml # resources/v1.22.5/charts/gateway/templates/service.yaml # resources/v1.22.5/charts/gateway/templates/serviceaccount.yaml # resources/v1.22.5/charts/gateway/values.yaml # resources/v1.22.5/charts/istiod/Chart.yaml # resources/v1.22.5/charts/istiod/README.md # resources/v1.22.5/charts/istiod/files/gateway-injection-template.yaml # resources/v1.22.5/charts/istiod/files/grpc-agent.yaml # resources/v1.22.5/charts/istiod/files/grpc-simple.yaml # resources/v1.22.5/charts/istiod/files/injection-template.yaml # resources/v1.22.5/charts/istiod/files/kube-gateway.yaml # resources/v1.22.5/charts/istiod/files/profile-ambient.yaml # resources/v1.22.5/charts/istiod/files/profile-compatibility-version-1.20.yaml # resources/v1.22.5/charts/istiod/files/profile-compatibility-version-1.21.yaml # resources/v1.22.5/charts/istiod/files/profile-demo.yaml # resources/v1.22.5/charts/istiod/files/profile-openshift-ambient.yaml # resources/v1.22.5/charts/istiod/files/profile-openshift.yaml # resources/v1.22.5/charts/istiod/files/profile-preview.yaml # resources/v1.22.5/charts/istiod/files/profile-stable.yaml # resources/v1.22.5/charts/istiod/files/waypoint.yaml # resources/v1.22.5/charts/istiod/templates/NOTES.txt # resources/v1.22.5/charts/istiod/templates/_helpers.tpl # resources/v1.22.5/charts/istiod/templates/autoscale.yaml # resources/v1.22.5/charts/istiod/templates/clusterrole.yaml # resources/v1.22.5/charts/istiod/templates/clusterrolebinding.yaml # resources/v1.22.5/charts/istiod/templates/configmap-jwks.yaml # resources/v1.22.5/charts/istiod/templates/configmap.yaml # resources/v1.22.5/charts/istiod/templates/deployment.yaml # resources/v1.22.5/charts/istiod/templates/istiod-injector-configmap.yaml # resources/v1.22.5/charts/istiod/templates/mutatingwebhook.yaml # resources/v1.22.5/charts/istiod/templates/poddisruptionbudget.yaml # resources/v1.22.5/charts/istiod/templates/reader-clusterrole.yaml # resources/v1.22.5/charts/istiod/templates/reader-clusterrolebinding.yaml # resources/v1.22.5/charts/istiod/templates/revision-tags.yaml # resources/v1.22.5/charts/istiod/templates/role.yaml # resources/v1.22.5/charts/istiod/templates/rolebinding.yaml # resources/v1.22.5/charts/istiod/templates/service.yaml # resources/v1.22.5/charts/istiod/templates/serviceaccount.yaml # resources/v1.22.5/charts/istiod/templates/validatingadmissionpolicy.yaml # resources/v1.22.5/charts/istiod/templates/validatingwebhookconfiguration.yaml # resources/v1.22.5/charts/istiod/values.yaml # resources/v1.22.5/charts/ztunnel/Chart.yaml # resources/v1.22.5/charts/ztunnel/README.md # resources/v1.22.5/charts/ztunnel/files/profile-ambient.yaml # resources/v1.22.5/charts/ztunnel/files/profile-compatibility-version-1.20.yaml # resources/v1.22.5/charts/ztunnel/files/profile-compatibility-version-1.21.yaml # resources/v1.22.5/charts/ztunnel/files/profile-demo.yaml # resources/v1.22.5/charts/ztunnel/files/profile-openshift-ambient.yaml # resources/v1.22.5/charts/ztunnel/files/profile-openshift.yaml # resources/v1.22.5/charts/ztunnel/files/profile-preview.yaml # resources/v1.22.5/charts/ztunnel/files/profile-stable.yaml # resources/v1.22.5/charts/ztunnel/templates/NOTES.txt # resources/v1.22.5/charts/ztunnel/templates/_helpers.tpl # resources/v1.22.5/charts/ztunnel/templates/daemonset.yaml # resources/v1.22.5/charts/ztunnel/templates/rbac.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/stable.yaml # resources/v1.23.2/charts/base/files/profile-compatibility-version-1.21.yaml # resources/v1.23.2/charts/base/files/profile-compatibility-version-1.22.yaml # resources/v1.23.2/charts/base/files/profile-preview.yaml # resources/v1.23.2/charts/base/files/profile-stable.yaml # resources/v1.23.2/charts/cni/files/profile-compatibility-version-1.22.yaml # resources/v1.23.2/charts/cni/templates/zzz_profile.yaml # resources/v1.23.2/charts/gateway/templates/zzz_profile.yaml # resources/v1.23.2/charts/gateway/values.schema.json # resources/v1.23.2/charts/istiod-remote/Chart.yaml # resources/v1.23.2/charts/istiod-remote/NOTES.txt # resources/v1.23.2/charts/istiod-remote/files/gateway-injection-template.yaml # resources/v1.23.2/charts/istiod-remote/templates/zzz_profile.yaml # resources/v1.23.2/charts/istiod-remote/values.yaml # resources/v1.23.2/charts/ztunnel/templates/zzz_profile.yaml
openshift-service-mesh-bot
force-pushed
the
none-main-merge_upstream_main-38a843ce
branch
from
October 21, 2024 06:13
860d2bd
to
73d0583
Compare
/retest |
FilipB
approved these changes
Oct 21, 2024
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 - 2024-10-21T06:12:51+00:00