Update Ztunnel config CRD flags#1117
Conversation
6f5516b to
0f94813
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1117 +/- ##
==========================================
+ Coverage 77.69% 78.60% +0.90%
==========================================
Files 44 44
Lines 2834 2253 -581
==========================================
- Hits 2202 1771 -431
+ Misses 525 372 -153
- Partials 107 110 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Could you take a look on the pr, please? |
|
Hi @dgn Appreciate your review here. |
0f94813 to
51de8a4
Compare
51de8a4 to
bc62906
Compare
|
/test commit-check |
This comment was marked as resolved.
This comment was marked as resolved.
bc62906 to
23f445f
Compare
|
@MaxBab Do you think this will be needed in release-1.26? |
No. |
23f445f to
ee2512f
Compare
api/v1/values_types_extra.go
Outdated
| SeLinuxOptions *k8sv1.SELinuxOptions `json:"seLinuxOptions,omitempty"` | ||
| // K8s DaemonSet update strategy | ||
| // https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/daemon-set-v1/#DaemonSetSpec). | ||
| UpdateStrategy *IstioUpdateStrategy `json:"updateStrategy,omitempty"` |
There was a problem hiding this comment.
This seems to be the wrong type, though? the IstioUpdateStrategy type is just RevisionBased vs InPlace, not any k8s type
There was a problem hiding this comment.
Hi Daniel,
I've modified the UpdateStrategy according to the Istio example:
https://github.com/istio-ecosystem/sail-operator/blob/main/api/v1/istio_types.go#L46-L49
There was a problem hiding this comment.
@dgn
The type IstioUpdateStrategy has been set according to the following struct.
https://github.com/istio-ecosystem/sail-operator/blob/main/api/v1/istio_types.go#L72
Not completely sure about it.
There was a problem hiding this comment.
hey @MaxBab that's the wrong type though, the correct type is https://github.com/kubernetes/api/blob/c31608c303d8330984b4a2db41cdba507107eda2/apps/v1/types.go#L582-L595
There was a problem hiding this comment.
Sorry, I'm confused.
Isn't the same type should appear for Istio and IstioCNI as well?
I don't see that type defined for them.
There was a problem hiding this comment.
Following our discussion on slack.
I've added the DaemonSetUpdateStrategy struct for the updateStrategy.
ee2512f to
c9c1daf
Compare
|
/test unit-tests |
|
/retest |
|
/test e2e-kind-olm |
|
/test e2e-kind |
|
/retest |
1 similar comment
|
/retest |
* upstream/main: (41 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307) fix: add v1.26.1 version (istio-ecosystem#1301) Make sure a correct helm values file is used (istio-ecosystem#1297) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303) Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1296) ...
* upstream/main: (42 commits) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307) fix: add v1.26.1 version (istio-ecosystem#1301) Make sure a correct helm values file is used (istio-ecosystem#1297) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303) Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300) ...
* upstream/main: (42 commits) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307) fix: add v1.26.1 version (istio-ecosystem#1301) Make sure a correct helm values file is used (istio-ecosystem#1297) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303) Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300) ...
* upstream/main: (42 commits) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307) fix: add v1.26.1 version (istio-ecosystem#1301) Make sure a correct helm values file is used (istio-ecosystem#1297) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303) Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300) ...
* upstream/main: (42 commits) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307) fix: add v1.26.1 version (istio-ecosystem#1301) Make sure a correct helm values file is used (istio-ecosystem#1297) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303) Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300) ...
* upstream/main: (42 commits) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307) fix: add v1.26.1 version (istio-ecosystem#1301) Make sure a correct helm values file is used (istio-ecosystem#1297) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303) Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300) ...
* upstream/main: (42 commits) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307) fix: add v1.26.1 version (istio-ecosystem#1301) Make sure a correct helm values file is used (istio-ecosystem#1297) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303) Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300) ...
* upstream/main: (42 commits) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307) fix: add v1.26.1 version (istio-ecosystem#1301) Make sure a correct helm values file is used (istio-ecosystem#1297) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303) Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300) ...
* upstream/main: (42 commits) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307) fix: add v1.26.1 version (istio-ecosystem#1301) Make sure a correct helm values file is used (istio-ecosystem#1297) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303) Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300) ...
* upstream/main: (42 commits) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307) fix: add v1.26.1 version (istio-ecosystem#1301) Make sure a correct helm values file is used (istio-ecosystem#1297) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303) Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300) ...
* upstream/main: (42 commits) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307) fix: add v1.26.1 version (istio-ecosystem#1301) Make sure a correct helm values file is used (istio-ecosystem#1297) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303) Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300) ...
* upstream/main: (42 commits) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307) fix: add v1.26.1 version (istio-ecosystem#1301) Make sure a correct helm values file is used (istio-ecosystem#1297) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303) Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300) ...
* upstream/main: (43 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307) fix: add v1.26.1 version (istio-ecosystem#1301) Make sure a correct helm values file is used (istio-ecosystem#1297) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303) ...
* upstream/main: (43 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307) fix: add v1.26.1 version (istio-ecosystem#1301) Make sure a correct helm values file is used (istio-ecosystem#1297) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303) ...
* upstream/main: (43 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307) fix: add v1.26.1 version (istio-ecosystem#1301) Make sure a correct helm values file is used (istio-ecosystem#1297) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303) ...
* upstream/main: (43 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307) fix: add v1.26.1 version (istio-ecosystem#1301) Make sure a correct helm values file is used (istio-ecosystem#1297) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303) ...
* upstream/main: (43 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307) fix: add v1.26.1 version (istio-ecosystem#1301) Make sure a correct helm values file is used (istio-ecosystem#1297) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303) ...
* upstream/main: (43 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307) fix: add v1.26.1 version (istio-ecosystem#1301) Make sure a correct helm values file is used (istio-ecosystem#1297) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303) ...
* upstream/main: (45 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307) fix: add v1.26.1 version (istio-ecosystem#1301) ...
* upstream/main: (45 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307) fix: add v1.26.1 version (istio-ecosystem#1301) ...
* upstream/main: (45 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307) fix: add v1.26.1 version (istio-ecosystem#1301) ...
* upstream/main: (46 commits) Increase timeouts in multicluster tests (istio-ecosystem#1337) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307) ...
* upstream/main: (46 commits) Increase timeouts in multicluster tests (istio-ecosystem#1337) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307) ...
* upstream/main: (46 commits) Increase timeouts in multicluster tests (istio-ecosystem#1337) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307) ...
* upstream/main: (46 commits) Increase timeouts in multicluster tests (istio-ecosystem#1337) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307) ...
* upstream/main: (46 commits) Increase timeouts in multicluster tests (istio-ecosystem#1337) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307) ...
* upstream/main: (46 commits) Increase timeouts in multicluster tests (istio-ecosystem#1337) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307) ...
* upstream/main: (47 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1341) Increase timeouts in multicluster tests (istio-ecosystem#1337) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) ...
* upstream/main: (47 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1341) Increase timeouts in multicluster tests (istio-ecosystem#1337) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) ...
* upstream/main: (47 commits) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1341) Increase timeouts in multicluster tests (istio-ecosystem#1337) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332) Update sleep kustomization file (istio-ecosystem#1327) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324) Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318) Increase e2e timeout when waiting for service LB (istio-ecosystem#1314) docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311) Update Ztunnel config CRD flags (istio-ecosystem#1117) Fix ZTunnel name field in UI (istio-ecosystem#1284) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308) ...
What type of PR is this?
What this PR does / why we need it:
Update the following missing CRD flags for ztunnel config:
Which issue(s) this PR fixes:
Fixes https://issues.redhat.com/browse/OSSM-9663
Additional information: