Skip to content

Commit c2b8dd6

Browse files
Automator: Update dependencies in istio-ecosystem/sail-operator@main (openshift-service-mesh#508)
Signed-off-by: openshift-service-mesh-bot <[email protected]>
1 parent 3875a7c commit c2b8dd6

File tree

14 files changed

+35
-35
lines changed

14 files changed

+35
-35
lines changed

bundle/manifests/sailoperator.clusterserviceversion.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ metadata:
3434
capabilities: Seamless Upgrades
3535
categories: OpenShift Optional, Integration & Delivery, Networking, Security
3636
containerImage: quay.io/maistra-dev/sail-operator:0.2-latest
37-
createdAt: "2024-12-04T05:04:50Z"
37+
createdAt: "2024-12-05T05:04:58Z"
3838
description: Experimental operator for installing Istio service mesh
3939
features.operators.openshift.io/cnf: "false"
4040
features.operators.openshift.io/cni: "true"
@@ -357,7 +357,7 @@ spec:
357357
- v1.22.6
358358
- v1.22.5
359359
- v1.21.6
360-
- latest (8a328b6f)
360+
- latest (42220247)
361361
362362
[See this page](https://github.com/istio-ecosystem/sail-operator/blob/main/bundle/README.md) for instructions on how to use it.
363363
displayName: Sail Operator
@@ -607,10 +607,10 @@ spec:
607607
template:
608608
metadata:
609609
annotations:
610-
images.latest.cni: gcr.io/istio-testing/install-cni:1.25-alpha.8a328b6f8a8b93fb4a2ede79108242a9a89e2d07
611-
images.latest.istiod: gcr.io/istio-testing/pilot:1.25-alpha.8a328b6f8a8b93fb4a2ede79108242a9a89e2d07
612-
images.latest.proxy: gcr.io/istio-testing/proxyv2:1.25-alpha.8a328b6f8a8b93fb4a2ede79108242a9a89e2d07
613-
images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.25-alpha.8a328b6f8a8b93fb4a2ede79108242a9a89e2d07
610+
images.latest.cni: gcr.io/istio-testing/install-cni:1.25-alpha.42220247e24431fa3f3833e586672a610f6e9eef
611+
images.latest.istiod: gcr.io/istio-testing/pilot:1.25-alpha.42220247e24431fa3f3833e586672a610f6e9eef
612+
images.latest.proxy: gcr.io/istio-testing/proxyv2:1.25-alpha.42220247e24431fa3f3833e586672a610f6e9eef
613+
images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.25-alpha.42220247e24431fa3f3833e586672a610f6e9eef
614614
images.v1_21_6.cni: docker.io/istio/install-cni:1.21.6
615615
images.v1_21_6.istiod: docker.io/istio/pilot:1.21.6
616616
images.v1_21_6.proxy: docker.io/istio/proxyv2:1.21.6
@@ -791,13 +791,13 @@ spec:
791791
provider:
792792
name: Red Hat, Inc.
793793
relatedImages:
794-
- image: gcr.io/istio-testing/install-cni:1.25-alpha.8a328b6f8a8b93fb4a2ede79108242a9a89e2d07
794+
- image: gcr.io/istio-testing/install-cni:1.25-alpha.42220247e24431fa3f3833e586672a610f6e9eef
795795
name: latest.cni
796-
- image: gcr.io/istio-testing/pilot:1.25-alpha.8a328b6f8a8b93fb4a2ede79108242a9a89e2d07
796+
- image: gcr.io/istio-testing/pilot:1.25-alpha.42220247e24431fa3f3833e586672a610f6e9eef
797797
name: latest.istiod
798-
- image: gcr.io/istio-testing/proxyv2:1.25-alpha.8a328b6f8a8b93fb4a2ede79108242a9a89e2d07
798+
- image: gcr.io/istio-testing/proxyv2:1.25-alpha.42220247e24431fa3f3833e586672a610f6e9eef
799799
name: latest.proxy
800-
- image: gcr.io/istio-testing/ztunnel:1.25-alpha.8a328b6f8a8b93fb4a2ede79108242a9a89e2d07
800+
- image: gcr.io/istio-testing/ztunnel:1.25-alpha.42220247e24431fa3f3833e586672a610f6e9eef
801801
name: latest.ztunnel
802802
- image: docker.io/istio/install-cni:1.21.6
803803
name: v1_21_6.cni

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ csv:
2525
- v1.22.6
2626
- v1.22.5
2727
- v1.21.6
28-
- latest (8a328b6f)
28+
- latest (42220247)
2929
3030
[See this page](https://github.com/istio-ecosystem/sail-operator/blob/main/bundle/README.md) for instructions on how to use it.
3131
support: Community based

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ require (
2626
gopkg.in/yaml.v3 v3.0.1
2727
helm.sh/helm/v3 v3.16.3
2828
istio.io/client-go v1.24.0-alpha.0.0.20241204015120-8f91b6fd01de
29-
istio.io/istio v0.0.0-20241204022336-8a328b6f8a8b
29+
istio.io/istio v0.0.0-20241205013639-42220247e244
3030
k8s.io/api v0.31.2
3131
k8s.io/apiextensions-apiserver v0.31.2
3232
k8s.io/apimachinery v0.31.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,8 +499,8 @@ istio.io/api v1.24.0-alpha.0.0.20241204014820-f3e32c3b7a56 h1:sG5j5h8Xph+tyJSURU
499499
istio.io/api v1.24.0-alpha.0.0.20241204014820-f3e32c3b7a56/go.mod h1:MQnRok7RZ20/PE56v0LxmoWH0xVxnCQPNuf9O7PAN1I=
500500
istio.io/client-go v1.24.0-alpha.0.0.20241204015120-8f91b6fd01de h1:BmRGuLcI0YBdbtmPQQLyFx10CF3CRkzXJniuvsmpCyQ=
501501
istio.io/client-go v1.24.0-alpha.0.0.20241204015120-8f91b6fd01de/go.mod h1:+D0rb9jJ2uSUF3ew4CES/Gch/SZbrzA3NU6jAxx+dwc=
502-
istio.io/istio v0.0.0-20241204022336-8a328b6f8a8b h1:f4sifRlT8nLYizODtFUATrc2XShdDc1mwpdiGgRLNm8=
503-
istio.io/istio v0.0.0-20241204022336-8a328b6f8a8b/go.mod h1:5MSIeN4xUz+HFe69b9268rl0WTpol5PPgCf/YmQduwY=
502+
istio.io/istio v0.0.0-20241205013639-42220247e244 h1:P7fod/93Pa1gySIWbKHqndM2HXGROi6HWy1/EVZsy1Q=
503+
istio.io/istio v0.0.0-20241205013639-42220247e244/go.mod h1:5MSIeN4xUz+HFe69b9268rl0WTpol5PPgCf/YmQduwY=
504504
k8s.io/api v0.31.2 h1:3wLBbL5Uom/8Zy98GRPXpJ254nEFpl+hwndmk9RwmL0=
505505
k8s.io/api v0.31.2/go.mod h1:bWmGvrGPssSK1ljmLzd3pwCQ9MgoTsRCuK35u6SygUk=
506506
k8s.io/apiextensions-apiserver v0.31.2 h1:W8EwUb8+WXBLu56ser5IudT2cOho0gAKeTOnywBLxd0=
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apiVersion: v2
2-
appVersion: 1.25-alpha.8a328b6f8a8b93fb4a2ede79108242a9a89e2d07
2+
appVersion: 1.25-alpha.42220247e24431fa3f3833e586672a610f6e9eef
33
description: Helm chart for deploying Istio cluster resources and CRDs
44
icon: https://istio.io/latest/favicons/android-192x192.png
55
keywords:
66
- istio
77
name: base
88
sources:
99
- https://github.com/istio/istio
10-
version: 1.25-alpha.8a328b6f8a8b93fb4a2ede79108242a9a89e2d07
10+
version: 1.25-alpha.42220247e24431fa3f3833e586672a610f6e9eef
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 1.25-alpha.8a328b6f8a8b93fb4a2ede79108242a9a89e2d07
2+
appVersion: 1.25-alpha.42220247e24431fa3f3833e586672a610f6e9eef
33
description: Helm chart for istio-cni components
44
icon: https://istio.io/latest/favicons/android-192x192.png
55
keywords:
@@ -8,4 +8,4 @@ keywords:
88
name: cni
99
sources:
1010
- https://github.com/istio/istio
11-
version: 1.25-alpha.8a328b6f8a8b93fb4a2ede79108242a9a89e2d07
11+
version: 1.25-alpha.42220247e24431fa3f3833e586672a610f6e9eef

resources/latest/charts/cni/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ _internal_defaults_do_not_set:
113113
hub: gcr.io/istio-testing
114114

115115
# Default tag for Istio images.
116-
tag: 1.25-alpha.8a328b6f8a8b93fb4a2ede79108242a9a89e2d07
116+
tag: 1.25-alpha.42220247e24431fa3f3833e586672a610f6e9eef
117117

118118
# Variant of the image to use.
119119
# Currently supported are: [debug, distroless]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 1.25-alpha.8a328b6f8a8b93fb4a2ede79108242a9a89e2d07
2+
appVersion: 1.25-alpha.42220247e24431fa3f3833e586672a610f6e9eef
33
description: Helm chart for deploying Istio gateways
44
icon: https://istio.io/latest/favicons/android-192x192.png
55
keywords:
@@ -9,4 +9,4 @@ name: gateway
99
sources:
1010
- https://github.com/istio/istio
1111
type: application
12-
version: 1.25-alpha.8a328b6f8a8b93fb4a2ede79108242a9a89e2d07
12+
version: 1.25-alpha.42220247e24431fa3f3833e586672a610f6e9eef
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 1.25-alpha.8a328b6f8a8b93fb4a2ede79108242a9a89e2d07
2+
appVersion: 1.25-alpha.42220247e24431fa3f3833e586672a610f6e9eef
33
description: Helm chart for istio control plane
44
icon: https://istio.io/latest/favicons/android-192x192.png
55
keywords:
@@ -9,4 +9,4 @@ keywords:
99
name: istiod
1010
sources:
1111
- https://github.com/istio/istio
12-
version: 1.25-alpha.8a328b6f8a8b93fb4a2ede79108242a9a89e2d07
12+
version: 1.25-alpha.42220247e24431fa3f3833e586672a610f6e9eef

resources/latest/charts/istiod/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ _internal_defaults_do_not_set:
242242
# Dev builds from prow are on gcr.io
243243
hub: gcr.io/istio-testing
244244
# Default tag for Istio images.
245-
tag: 1.25-alpha.8a328b6f8a8b93fb4a2ede79108242a9a89e2d07
245+
tag: 1.25-alpha.42220247e24431fa3f3833e586672a610f6e9eef
246246
# Variant of the image to use.
247247
# Currently supported are: [debug, distroless]
248248
variant: ""

0 commit comments

Comments
 (0)