Skip to content

Commit ef9bd3b

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

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-01T05:05:04Z"
37+
createdAt: "2024-12-02T05:05:15Z"
3838
description: Experimental operator for installing Istio service mesh
3939
features.operators.openshift.io/cnf: "false"
4040
features.operators.openshift.io/cni: "true"
@@ -325,7 +325,7 @@ spec:
325325
- v1.22.6
326326
- v1.22.5
327327
- v1.21.6
328-
- latest (9e2f8b4c)
328+
- latest (aaad4968)
329329
330330
[See this page](https://github.com/istio-ecosystem/sail-operator/blob/main/bundle/README.md) for instructions on how to use it.
331331
displayName: Sail Operator
@@ -575,10 +575,10 @@ spec:
575575
template:
576576
metadata:
577577
annotations:
578-
images.latest.cni: gcr.io/istio-testing/install-cni:1.25-alpha.9e2f8b4cf88d687b30b2ca5458d063227329ff3d
579-
images.latest.istiod: gcr.io/istio-testing/pilot:1.25-alpha.9e2f8b4cf88d687b30b2ca5458d063227329ff3d
580-
images.latest.proxy: gcr.io/istio-testing/proxyv2:1.25-alpha.9e2f8b4cf88d687b30b2ca5458d063227329ff3d
581-
images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.25-alpha.9e2f8b4cf88d687b30b2ca5458d063227329ff3d
578+
images.latest.cni: gcr.io/istio-testing/install-cni:1.25-alpha.aaad4968067044f51f305dc78c5f267a478e746b
579+
images.latest.istiod: gcr.io/istio-testing/pilot:1.25-alpha.aaad4968067044f51f305dc78c5f267a478e746b
580+
images.latest.proxy: gcr.io/istio-testing/proxyv2:1.25-alpha.aaad4968067044f51f305dc78c5f267a478e746b
581+
images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.25-alpha.aaad4968067044f51f305dc78c5f267a478e746b
582582
images.v1_21_6.cni: docker.io/istio/install-cni:1.21.6
583583
images.v1_21_6.istiod: docker.io/istio/pilot:1.21.6
584584
images.v1_21_6.proxy: docker.io/istio/proxyv2:1.21.6
@@ -759,13 +759,13 @@ spec:
759759
provider:
760760
name: Red Hat, Inc.
761761
relatedImages:
762-
- image: gcr.io/istio-testing/install-cni:1.25-alpha.9e2f8b4cf88d687b30b2ca5458d063227329ff3d
762+
- image: gcr.io/istio-testing/install-cni:1.25-alpha.aaad4968067044f51f305dc78c5f267a478e746b
763763
name: latest.cni
764-
- image: gcr.io/istio-testing/pilot:1.25-alpha.9e2f8b4cf88d687b30b2ca5458d063227329ff3d
764+
- image: gcr.io/istio-testing/pilot:1.25-alpha.aaad4968067044f51f305dc78c5f267a478e746b
765765
name: latest.istiod
766-
- image: gcr.io/istio-testing/proxyv2:1.25-alpha.9e2f8b4cf88d687b30b2ca5458d063227329ff3d
766+
- image: gcr.io/istio-testing/proxyv2:1.25-alpha.aaad4968067044f51f305dc78c5f267a478e746b
767767
name: latest.proxy
768-
- image: gcr.io/istio-testing/ztunnel:1.25-alpha.9e2f8b4cf88d687b30b2ca5458d063227329ff3d
768+
- image: gcr.io/istio-testing/ztunnel:1.25-alpha.aaad4968067044f51f305dc78c5f267a478e746b
769769
name: latest.ztunnel
770770
- image: docker.io/istio/install-cni:1.21.6
771771
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 (9e2f8b4c)
28+
- latest (aaad4968)
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.20241123091016-df47c87e86db
29-
istio.io/istio v0.0.0-20241201030833-9e2f8b4cf88d
29+
istio.io/istio v0.0.0-20241201151434-aaad49680670
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.20241123090716-918717d1a2a5 h1:YkSovYqcLmX7W1grfn
499499
istio.io/api v1.24.0-alpha.0.0.20241123090716-918717d1a2a5/go.mod h1:MQnRok7RZ20/PE56v0LxmoWH0xVxnCQPNuf9O7PAN1I=
500500
istio.io/client-go v1.24.0-alpha.0.0.20241123091016-df47c87e86db h1:aVs0RM/sBTjEF6aOuiB6Vdu8oBZWf8dX60FyOX2a0ug=
501501
istio.io/client-go v1.24.0-alpha.0.0.20241123091016-df47c87e86db/go.mod h1:Sjf49Th3Q1mo9jtKinGWR05KZMxv1iS20z/ow4DST88=
502-
istio.io/istio v0.0.0-20241201030833-9e2f8b4cf88d h1:h9zIDey4EZhN/ZSUAFA/ZcVNjVxKID27vyAXQ4b6+sM=
503-
istio.io/istio v0.0.0-20241201030833-9e2f8b4cf88d/go.mod h1:yCxyDlP7xKP/1FRKJidNvcqvPs3qNyfQX/e0tpa1Gc0=
502+
istio.io/istio v0.0.0-20241201151434-aaad49680670 h1:wx/7upVCxMPCShWsGo+WD+LzO+W85+GKNJ9Yd9Voe3o=
503+
istio.io/istio v0.0.0-20241201151434-aaad49680670/go.mod h1:yCxyDlP7xKP/1FRKJidNvcqvPs3qNyfQX/e0tpa1Gc0=
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.9e2f8b4cf88d687b30b2ca5458d063227329ff3d
2+
appVersion: 1.25-alpha.aaad4968067044f51f305dc78c5f267a478e746b
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.9e2f8b4cf88d687b30b2ca5458d063227329ff3d
10+
version: 1.25-alpha.aaad4968067044f51f305dc78c5f267a478e746b
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.9e2f8b4cf88d687b30b2ca5458d063227329ff3d
2+
appVersion: 1.25-alpha.aaad4968067044f51f305dc78c5f267a478e746b
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.9e2f8b4cf88d687b30b2ca5458d063227329ff3d
11+
version: 1.25-alpha.aaad4968067044f51f305dc78c5f267a478e746b

resources/latest/charts/cni/values.yaml

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

117117
# Default tag for Istio images.
118-
tag: 1.25-alpha.9e2f8b4cf88d687b30b2ca5458d063227329ff3d
118+
tag: 1.25-alpha.aaad4968067044f51f305dc78c5f267a478e746b
119119

120120
# Variant of the image to use.
121121
# 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.9e2f8b4cf88d687b30b2ca5458d063227329ff3d
2+
appVersion: 1.25-alpha.aaad4968067044f51f305dc78c5f267a478e746b
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.9e2f8b4cf88d687b30b2ca5458d063227329ff3d
12+
version: 1.25-alpha.aaad4968067044f51f305dc78c5f267a478e746b
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.9e2f8b4cf88d687b30b2ca5458d063227329ff3d
2+
appVersion: 1.25-alpha.aaad4968067044f51f305dc78c5f267a478e746b
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.9e2f8b4cf88d687b30b2ca5458d063227329ff3d
12+
version: 1.25-alpha.aaad4968067044f51f305dc78c5f267a478e746b

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.9e2f8b4cf88d687b30b2ca5458d063227329ff3d
245+
tag: 1.25-alpha.aaad4968067044f51f305dc78c5f267a478e746b
246246
# Variant of the image to use.
247247
# Currently supported are: [debug, distroless]
248248
variant: ""

0 commit comments

Comments
 (0)