Skip to content

Commit 690a1a7

Browse files
Automator: Update dependencies in istio-ecosystem/sail-operator@main (openshift-service-mesh#501)
Signed-off-by: openshift-service-mesh-bot <[email protected]>
1 parent 5af33d3 commit 690a1a7

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-11-29T05:05:23Z"
37+
createdAt: "2024-11-30T05:05:11Z"
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 (4b76e917)
328+
- latest (f3ae6462)
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.4b76e91786ce92fbba2e2c53b6242c0946157f6b
579-
images.latest.istiod: gcr.io/istio-testing/pilot:1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b
580-
images.latest.proxy: gcr.io/istio-testing/proxyv2:1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b
581-
images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b
578+
images.latest.cni: gcr.io/istio-testing/install-cni:1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243
579+
images.latest.istiod: gcr.io/istio-testing/pilot:1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243
580+
images.latest.proxy: gcr.io/istio-testing/proxyv2:1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243
581+
images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243
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.4b76e91786ce92fbba2e2c53b6242c0946157f6b
762+
- image: gcr.io/istio-testing/install-cni:1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243
763763
name: latest.cni
764-
- image: gcr.io/istio-testing/pilot:1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b
764+
- image: gcr.io/istio-testing/pilot:1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243
765765
name: latest.istiod
766-
- image: gcr.io/istio-testing/proxyv2:1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b
766+
- image: gcr.io/istio-testing/proxyv2:1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243
767767
name: latest.proxy
768-
- image: gcr.io/istio-testing/ztunnel:1.25-alpha.4b76e91786ce92fbba2e2c53b6242c0946157f6b
768+
- image: gcr.io/istio-testing/ztunnel:1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243
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 (4b76e917)
28+
- latest (f3ae6462)
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-20241129034931-4b76e91786ce
29+
istio.io/istio v0.0.0-20241129151332-f3ae6462fece
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-20241129034931-4b76e91786ce h1:+k7YWqvlP6eYB7d0+tSzx5lfQMdAJlNlCjQ5/oAkFEU=
503-
istio.io/istio v0.0.0-20241129034931-4b76e91786ce/go.mod h1:lJKVrMqVspY39QrL9cxHe9qQRVJ+2lN1wlx9AqRJBG4=
502+
istio.io/istio v0.0.0-20241129151332-f3ae6462fece h1:8GGSqGIeNyqHoqg1fAsM9F4Yp/MsjXDN5x4uSNUjFzM=
503+
istio.io/istio v0.0.0-20241129151332-f3ae6462fece/go.mod h1:lJKVrMqVspY39QrL9cxHe9qQRVJ+2lN1wlx9AqRJBG4=
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.4b76e91786ce92fbba2e2c53b6242c0946157f6b
2+
appVersion: 1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243
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.4b76e91786ce92fbba2e2c53b6242c0946157f6b
10+
version: 1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243
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.4b76e91786ce92fbba2e2c53b6242c0946157f6b
2+
appVersion: 1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243
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.4b76e91786ce92fbba2e2c53b6242c0946157f6b
11+
version: 1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243

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.4b76e91786ce92fbba2e2c53b6242c0946157f6b
118+
tag: 1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243
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.4b76e91786ce92fbba2e2c53b6242c0946157f6b
2+
appVersion: 1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243
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.4b76e91786ce92fbba2e2c53b6242c0946157f6b
12+
version: 1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243
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.4b76e91786ce92fbba2e2c53b6242c0946157f6b
2+
appVersion: 1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243
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.4b76e91786ce92fbba2e2c53b6242c0946157f6b
12+
version: 1.25-alpha.f3ae6462fece34ef9395d71c4773982dd2b00243

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

0 commit comments

Comments
 (0)