Skip to content

Commit

Permalink
Automator: Update dependencies in istio-ecosystem/sail-operator@main (i…
Browse files Browse the repository at this point in the history
…stio-ecosystem#431)

Signed-off-by: openshift-service-mesh-bot <openshiftservicemeshbot@gmail.com>
  • Loading branch information
openshift-service-mesh-bot authored Oct 18, 2024
1 parent fae1cef commit e75d7d7
Show file tree
Hide file tree
Showing 19 changed files with 1,017 additions and 94 deletions.
333 changes: 318 additions & 15 deletions bundle/manifests/networking.istio.io_destinationrules.yaml

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions bundle/manifests/networking.istio.io_serviceentries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ spec:
- message: CIDR addresses are allowed only for NONE/STATIC resolution
types
rule: '!(has(self.addresses) && self.addresses.exists(k, k.contains(''/''))
&& (self.resolution != ''STATIC'' && self.resolution != ''NONE''))'
&& (has(self.resolution) && self.resolution != ''STATIC'' && self.resolution
!= ''NONE''))'
- message: NONE mode cannot set endpoints
rule: '(!has(self.resolution) || self.resolution == ''NONE'') ? !has(self.endpoints)
: true'
Expand Down Expand Up @@ -523,7 +524,8 @@ spec:
- message: CIDR addresses are allowed only for NONE/STATIC resolution
types
rule: '!(has(self.addresses) && self.addresses.exists(k, k.contains(''/''))
&& (self.resolution != ''STATIC'' && self.resolution != ''NONE''))'
&& (has(self.resolution) && self.resolution != ''STATIC'' && self.resolution
!= ''NONE''))'
- message: NONE mode cannot set endpoints
rule: '(!has(self.resolution) || self.resolution == ''NONE'') ? !has(self.endpoints)
: true'
Expand Down Expand Up @@ -815,7 +817,8 @@ spec:
- message: CIDR addresses are allowed only for NONE/STATIC resolution
types
rule: '!(has(self.addresses) && self.addresses.exists(k, k.contains(''/''))
&& (self.resolution != ''STATIC'' && self.resolution != ''NONE''))'
&& (has(self.resolution) && self.resolution != ''STATIC'' && self.resolution
!= ''NONE''))'
- message: NONE mode cannot set endpoints
rule: '(!has(self.resolution) || self.resolution == ''NONE'') ? !has(self.endpoints)
: true'
Expand Down
20 changes: 10 additions & 10 deletions bundle/manifests/sailoperator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ metadata:
capabilities: Seamless Upgrades
categories: OpenShift Optional, Integration & Delivery, Networking, Security
containerImage: quay.io/maistra-dev/sail-operator:0.2-latest
createdAt: "2024-10-17T16:01:13Z"
createdAt: "2024-10-18T05:05:22Z"
description: Experimental operator for installing Istio service mesh
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "true"
Expand Down Expand Up @@ -375,7 +375,7 @@ spec:
- v1.23.2
- v1.22.5
- v1.21.6
- latest (0f6609f9)
- latest (d643c2b4)

[See this page](https://github.com/istio-ecosystem/sail-operator/blob/main/bundle/README.md) for instructions on how to use it.
displayName: Sail Operator
Expand Down Expand Up @@ -599,10 +599,10 @@ spec:
template:
metadata:
annotations:
images.latest.cni: gcr.io/istio-testing/install-cni:1.24-alpha.0f6609f9b5cfe8517fbb6b157dd226356f827a7f
images.latest.istiod: gcr.io/istio-testing/pilot:1.24-alpha.0f6609f9b5cfe8517fbb6b157dd226356f827a7f
images.latest.proxy: gcr.io/istio-testing/proxyv2:1.24-alpha.0f6609f9b5cfe8517fbb6b157dd226356f827a7f
images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.24-alpha.0f6609f9b5cfe8517fbb6b157dd226356f827a7f
images.latest.cni: gcr.io/istio-testing/install-cni:1.24-alpha.d643c2b4db7567ba3125b9b7b9c6a11dc152cb66
images.latest.istiod: gcr.io/istio-testing/pilot:1.24-alpha.d643c2b4db7567ba3125b9b7b9c6a11dc152cb66
images.latest.proxy: gcr.io/istio-testing/proxyv2:1.24-alpha.d643c2b4db7567ba3125b9b7b9c6a11dc152cb66
images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.24-alpha.d643c2b4db7567ba3125b9b7b9c6a11dc152cb66
images.v1_21_6.cni: docker.io/istio/install-cni:1.21.6
images.v1_21_6.istiod: docker.io/istio/pilot:1.21.6
images.v1_21_6.proxy: docker.io/istio/proxyv2:1.21.6
Expand Down Expand Up @@ -767,13 +767,13 @@ spec:
provider:
name: Red Hat, Inc.
relatedImages:
- image: gcr.io/istio-testing/install-cni:1.24-alpha.0f6609f9b5cfe8517fbb6b157dd226356f827a7f
- image: gcr.io/istio-testing/install-cni:1.24-alpha.d643c2b4db7567ba3125b9b7b9c6a11dc152cb66
name: latest.cni
- image: gcr.io/istio-testing/pilot:1.24-alpha.0f6609f9b5cfe8517fbb6b157dd226356f827a7f
- image: gcr.io/istio-testing/pilot:1.24-alpha.d643c2b4db7567ba3125b9b7b9c6a11dc152cb66
name: latest.istiod
- image: gcr.io/istio-testing/proxyv2:1.24-alpha.0f6609f9b5cfe8517fbb6b157dd226356f827a7f
- image: gcr.io/istio-testing/proxyv2:1.24-alpha.d643c2b4db7567ba3125b9b7b9c6a11dc152cb66
name: latest.proxy
- image: gcr.io/istio-testing/ztunnel:1.24-alpha.0f6609f9b5cfe8517fbb6b157dd226356f827a7f
- image: gcr.io/istio-testing/ztunnel:1.24-alpha.d643c2b4db7567ba3125b9b7b9c6a11dc152cb66
name: latest.ztunnel
- image: docker.io/istio/install-cni:1.21.6
name: v1_21_6.cni
Expand Down
Loading

0 comments on commit e75d7d7

Please sign in to comment.