Skip to content

Commit fc67e5c

Browse files
Automator: Update dependencies in istio-ecosystem/sail-operator@main
Signed-off-by: openshift-service-mesh-bot <[email protected]>
1 parent bba6274 commit fc67e5c

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/sail-dev/sail-operator:1.1-latest
37-
createdAt: "2025-02-08T05:04:54Z"
37+
createdAt: "2025-02-09T05:04:54Z"
3838
description: Experimental operator for installing Istio service mesh
3939
features.operators.openshift.io/cnf: "false"
4040
features.operators.openshift.io/cni: "true"
@@ -377,7 +377,7 @@ spec:
377377
- v1.22.6
378378
- v1.22.5
379379
- v1.21.6
380-
- latest (c1e15e45)
380+
- latest (6935c10a)
381381
382382
[See this page](https://github.com/istio-ecosystem/sail-operator/blob/main/bundle/README.md) for instructions on how to use it.
383383
displayName: Sail Operator
@@ -653,10 +653,10 @@ spec:
653653
template:
654654
metadata:
655655
annotations:
656-
images.latest.cni: gcr.io/istio-testing/install-cni:1.25-alpha.c1e15e45c496a7aa4e960da4814b0ef44256caeb
657-
images.latest.istiod: gcr.io/istio-testing/pilot:1.25-alpha.c1e15e45c496a7aa4e960da4814b0ef44256caeb
658-
images.latest.proxy: gcr.io/istio-testing/proxyv2:1.25-alpha.c1e15e45c496a7aa4e960da4814b0ef44256caeb
659-
images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.25-alpha.c1e15e45c496a7aa4e960da4814b0ef44256caeb
656+
images.latest.cni: gcr.io/istio-testing/install-cni:1.25-alpha.6935c10ae2f18d1e041e06ae254ae273ae70d9d6
657+
images.latest.istiod: gcr.io/istio-testing/pilot:1.25-alpha.6935c10ae2f18d1e041e06ae254ae273ae70d9d6
658+
images.latest.proxy: gcr.io/istio-testing/proxyv2:1.25-alpha.6935c10ae2f18d1e041e06ae254ae273ae70d9d6
659+
images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.25-alpha.6935c10ae2f18d1e041e06ae254ae273ae70d9d6
660660
images.v1_21_6.cni: gcr.io/istio-release/install-cni:1.21.6
661661
images.v1_21_6.istiod: gcr.io/istio-release/pilot:1.21.6
662662
images.v1_21_6.proxy: gcr.io/istio-release/proxyv2:1.21.6
@@ -830,13 +830,13 @@ spec:
830830
provider:
831831
name: Red Hat, Inc.
832832
relatedImages:
833-
- image: gcr.io/istio-testing/install-cni:1.25-alpha.c1e15e45c496a7aa4e960da4814b0ef44256caeb
833+
- image: gcr.io/istio-testing/install-cni:1.25-alpha.6935c10ae2f18d1e041e06ae254ae273ae70d9d6
834834
name: latest.cni
835-
- image: gcr.io/istio-testing/pilot:1.25-alpha.c1e15e45c496a7aa4e960da4814b0ef44256caeb
835+
- image: gcr.io/istio-testing/pilot:1.25-alpha.6935c10ae2f18d1e041e06ae254ae273ae70d9d6
836836
name: latest.istiod
837-
- image: gcr.io/istio-testing/proxyv2:1.25-alpha.c1e15e45c496a7aa4e960da4814b0ef44256caeb
837+
- image: gcr.io/istio-testing/proxyv2:1.25-alpha.6935c10ae2f18d1e041e06ae254ae273ae70d9d6
838838
name: latest.proxy
839-
- image: gcr.io/istio-testing/ztunnel:1.25-alpha.c1e15e45c496a7aa4e960da4814b0ef44256caeb
839+
- image: gcr.io/istio-testing/ztunnel:1.25-alpha.6935c10ae2f18d1e041e06ae254ae273ae70d9d6
840840
name: latest.ztunnel
841841
- image: gcr.io/istio-release/install-cni:1.21.6
842842
name: v1_21_6.cni

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ csv:
2929
- v1.22.6
3030
- v1.22.5
3131
- v1.21.6
32-
- latest (c1e15e45)
32+
- latest (6935c10a)
3333
3434
[See this page](https://github.com/istio-ecosystem/sail-operator/blob/main/bundle/README.md) for instructions on how to use it.
3535
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.17.0
2828
istio.io/client-go v1.25.0-alpha.0.0.20250204011224-d53ff786b50f
29-
istio.io/istio v0.0.0-20250207195049-c1e15e45c496
29+
istio.io/istio v0.0.0-20250209031629-6935c10ae2f1
3030
k8s.io/api v0.32.1
3131
k8s.io/apiextensions-apiserver v0.32.1
3232
k8s.io/apimachinery v0.32.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,8 +518,8 @@ istio.io/api v1.25.0-alpha.0.0.20250204010814-22f48aedd503 h1:zvEa7gM7y3rcpwaegm
518518
istio.io/api v1.25.0-alpha.0.0.20250204010814-22f48aedd503/go.mod h1:QFzEXv/IT582T0FHZVp1QoolvE4ws0zz/vVO55blmlE=
519519
istio.io/client-go v1.25.0-alpha.0.0.20250204011224-d53ff786b50f h1:bxRYyhFgU81Og4dRH6mQY67HRpJC0SgRbRuCjc/tGs8=
520520
istio.io/client-go v1.25.0-alpha.0.0.20250204011224-d53ff786b50f/go.mod h1:qbfCxj5TAB4zr9brUXchbO2bVl518wyftvQVSlNGdYc=
521-
istio.io/istio v0.0.0-20250207195049-c1e15e45c496 h1:J9FChdAmSBQkP746Z/WFufR0s1diZcW0vlFH5C6uUDs=
522-
istio.io/istio v0.0.0-20250207195049-c1e15e45c496/go.mod h1:WliMpUjd8arR4z633ZBo+fSdf3ihWTsKaqw18ZX9bEY=
521+
istio.io/istio v0.0.0-20250209031629-6935c10ae2f1 h1:BJZiesUMiyGCtGplYK9zHzHjazpkO/qI3XcEgwqFkNY=
522+
istio.io/istio v0.0.0-20250209031629-6935c10ae2f1/go.mod h1:XBdn5vauGkeiS25ODnMGjuwROf/pYoIzKICEIj3Zg7E=
523523
k8s.io/api v0.32.1 h1:f562zw9cy+GvXzXf0CKlVQ7yHJVYzLfL6JAS4kOAaOc=
524524
k8s.io/api v0.32.1/go.mod h1:/Yi/BqkuueW1BgpoePYBRdDYfjPF5sgTr5+YqDZra5k=
525525
k8s.io/apiextensions-apiserver v0.32.1 h1:hjkALhRUeCariC8DiVmb5jj0VjIc1N0DREP32+6UXZw=
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.c1e15e45c496a7aa4e960da4814b0ef44256caeb
2+
appVersion: 1.25-alpha.6935c10ae2f18d1e041e06ae254ae273ae70d9d6
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.c1e15e45c496a7aa4e960da4814b0ef44256caeb
10+
version: 1.25-alpha.6935c10ae2f18d1e041e06ae254ae273ae70d9d6
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.c1e15e45c496a7aa4e960da4814b0ef44256caeb
2+
appVersion: 1.25-alpha.6935c10ae2f18d1e041e06ae254ae273ae70d9d6
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.c1e15e45c496a7aa4e960da4814b0ef44256caeb
11+
version: 1.25-alpha.6935c10ae2f18d1e041e06ae254ae273ae70d9d6

resources/latest/charts/cni/values.yaml

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

118118
# Default tag for Istio images.
119-
tag: 1.25-alpha.c1e15e45c496a7aa4e960da4814b0ef44256caeb
119+
tag: 1.25-alpha.6935c10ae2f18d1e041e06ae254ae273ae70d9d6
120120

121121
# Variant of the image to use.
122122
# 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.c1e15e45c496a7aa4e960da4814b0ef44256caeb
2+
appVersion: 1.25-alpha.6935c10ae2f18d1e041e06ae254ae273ae70d9d6
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.c1e15e45c496a7aa4e960da4814b0ef44256caeb
12+
version: 1.25-alpha.6935c10ae2f18d1e041e06ae254ae273ae70d9d6
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.c1e15e45c496a7aa4e960da4814b0ef44256caeb
2+
appVersion: 1.25-alpha.6935c10ae2f18d1e041e06ae254ae273ae70d9d6
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.c1e15e45c496a7aa4e960da4814b0ef44256caeb
12+
version: 1.25-alpha.6935c10ae2f18d1e041e06ae254ae273ae70d9d6

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

0 commit comments

Comments
 (0)