Skip to content

Commit e6155da

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

File tree

15 files changed

+39
-35
lines changed

15 files changed

+39
-35
lines changed

Makefile.core.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ OPERATOR_SDK_VERSION ?= v1.37.0
472472
HELM_VERSION ?= v3.16.2
473473
CONTROLLER_TOOLS_VERSION ?= v0.16.4
474474
OPM_VERSION ?= v1.47.0
475-
GITLEAKS_VERSION ?= v8.20.1
475+
GITLEAKS_VERSION ?= v8.21.0
476476
ISTIOCTL_VERSION ?= 1.23.0
477477

478478
# GENERATE_RELATED_IMAGES defines whether `spec.relatedImages` is going to be generated or not

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-10-13T05:20:21Z"
37+
createdAt: "2024-10-15T05:04:53Z"
3838
description: Experimental operator for installing Istio service mesh
3939
features.operators.openshift.io/cnf: "false"
4040
features.operators.openshift.io/cni: "true"
@@ -374,7 +374,7 @@ spec:
374374
- v1.23.2
375375
- v1.22.5
376376
- v1.21.6
377-
- latest (e3b7c36c)
377+
- latest (358edc01)
378378
379379
[See this page](https://github.com/istio-ecosystem/sail-operator/blob/main/bundle/README.md) for instructions on how to use it.
380380
displayName: Sail Operator
@@ -598,10 +598,10 @@ spec:
598598
template:
599599
metadata:
600600
annotations:
601-
images.latest.cni: gcr.io/istio-testing/install-cni:1.24-alpha.e3b7c36c24a0b9047adb25906c4eaf8d1e8e752a
602-
images.latest.istiod: gcr.io/istio-testing/pilot:1.24-alpha.e3b7c36c24a0b9047adb25906c4eaf8d1e8e752a
603-
images.latest.proxy: gcr.io/istio-testing/proxyv2:1.24-alpha.e3b7c36c24a0b9047adb25906c4eaf8d1e8e752a
604-
images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.24-alpha.e3b7c36c24a0b9047adb25906c4eaf8d1e8e752a
601+
images.latest.cni: gcr.io/istio-testing/install-cni:1.24-alpha.358edc01a5abb53259ad1637a63d7562b040a6f1
602+
images.latest.istiod: gcr.io/istio-testing/pilot:1.24-alpha.358edc01a5abb53259ad1637a63d7562b040a6f1
603+
images.latest.proxy: gcr.io/istio-testing/proxyv2:1.24-alpha.358edc01a5abb53259ad1637a63d7562b040a6f1
604+
images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.24-alpha.358edc01a5abb53259ad1637a63d7562b040a6f1
605605
images.v1_21_6.cni: docker.io/istio/install-cni:1.21.6
606606
images.v1_21_6.istiod: docker.io/istio/pilot:1.21.6
607607
images.v1_21_6.proxy: docker.io/istio/proxyv2:1.21.6
@@ -767,13 +767,13 @@ spec:
767767
provider:
768768
name: Red Hat, Inc.
769769
relatedImages:
770-
- image: gcr.io/istio-testing/install-cni:1.24-alpha.e3b7c36c24a0b9047adb25906c4eaf8d1e8e752a
770+
- image: gcr.io/istio-testing/install-cni:1.24-alpha.358edc01a5abb53259ad1637a63d7562b040a6f1
771771
name: latest.cni
772-
- image: gcr.io/istio-testing/pilot:1.24-alpha.e3b7c36c24a0b9047adb25906c4eaf8d1e8e752a
772+
- image: gcr.io/istio-testing/pilot:1.24-alpha.358edc01a5abb53259ad1637a63d7562b040a6f1
773773
name: latest.istiod
774-
- image: gcr.io/istio-testing/proxyv2:1.24-alpha.e3b7c36c24a0b9047adb25906c4eaf8d1e8e752a
774+
- image: gcr.io/istio-testing/proxyv2:1.24-alpha.358edc01a5abb53259ad1637a63d7562b040a6f1
775775
name: latest.proxy
776-
- image: gcr.io/istio-testing/ztunnel:1.24-alpha.e3b7c36c24a0b9047adb25906c4eaf8d1e8e752a
776+
- image: gcr.io/istio-testing/ztunnel:1.24-alpha.358edc01a5abb53259ad1637a63d7562b040a6f1
777777
name: latest.ztunnel
778778
- image: docker.io/istio/install-cni:1.21.6
779779
name: v1_21_6.cni

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ csv:
2121
- v1.23.2
2222
- v1.22.5
2323
- v1.21.6
24-
- latest (e3b7c36c)
24+
- latest (358edc01)
2525
2626
[See this page](https://github.com/istio-ecosystem/sail-operator/blob/main/bundle/README.md) for instructions on how to use it.
2727
support: Community based

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
gopkg.in/yaml.v3 v3.0.1
2525
helm.sh/helm/v3 v3.16.1
2626
istio.io/client-go v1.23.0-alpha.0.0.20241011000732-f46eea8919cd
27-
istio.io/istio v0.0.0-20241013024925-e3b7c36c24a0
27+
istio.io/istio v0.0.0-20241015000627-358edc01a5ab
2828
k8s.io/api v0.31.1
2929
k8s.io/apiextensions-apiserver v0.31.1
3030
k8s.io/apimachinery v0.31.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,8 +493,8 @@ istio.io/api v1.23.0-alpha.0.0.20241011000314-650491578381 h1:ZgYTwI0GqRLuany0gL
493493
istio.io/api v1.23.0-alpha.0.0.20241011000314-650491578381/go.mod h1:MQnRok7RZ20/PE56v0LxmoWH0xVxnCQPNuf9O7PAN1I=
494494
istio.io/client-go v1.23.0-alpha.0.0.20241011000732-f46eea8919cd h1:rghOYcynTAXYGRJXkZjxAogTbNQE+ROTWPaGTcd84bM=
495495
istio.io/client-go v1.23.0-alpha.0.0.20241011000732-f46eea8919cd/go.mod h1:oECxINJDBsN7AtQjcZVBQqQ73FHeYw6D3ihspfN7PDs=
496-
istio.io/istio v0.0.0-20241013024925-e3b7c36c24a0 h1:ComuULtR/m4OSUNqedc0mtjwQyv+yrf0tIhfMTXLRT4=
497-
istio.io/istio v0.0.0-20241013024925-e3b7c36c24a0/go.mod h1:OjXgkrdrI5myoxr0eDxoWm+q5kFrcgLNlJLRvGd5ZIk=
496+
istio.io/istio v0.0.0-20241015000627-358edc01a5ab h1:ASlKPnedbweaDwTCV2MkU35LECx+jJAALl36uRo04Vk=
497+
istio.io/istio v0.0.0-20241015000627-358edc01a5ab/go.mod h1:OjXgkrdrI5myoxr0eDxoWm+q5kFrcgLNlJLRvGd5ZIk=
498498
k8s.io/api v0.31.1 h1:Xe1hX/fPW3PXYYv8BlozYqw63ytA92snr96zMW9gWTU=
499499
k8s.io/api v0.31.1/go.mod h1:sbN1g6eY6XVLeqNsZGLnI5FwVseTrZX7Fv3O26rhAaI=
500500
k8s.io/apiextensions-apiserver v0.31.1 h1:L+hwULvXx+nvTYX/MKM3kKMZyei+UiSXQWciX/N6E40=
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apiVersion: v2
2-
appVersion: 1.24-alpha.e3b7c36c24a0b9047adb25906c4eaf8d1e8e752a
2+
appVersion: 1.24-alpha.358edc01a5abb53259ad1637a63d7562b040a6f1
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.24-alpha.e3b7c36c24a0b9047adb25906c4eaf8d1e8e752a
10+
version: 1.24-alpha.358edc01a5abb53259ad1637a63d7562b040a6f1
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 1.24-alpha.e3b7c36c24a0b9047adb25906c4eaf8d1e8e752a
2+
appVersion: 1.24-alpha.358edc01a5abb53259ad1637a63d7562b040a6f1
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.24-alpha.e3b7c36c24a0b9047adb25906c4eaf8d1e8e752a
11+
version: 1.24-alpha.358edc01a5abb53259ad1637a63d7562b040a6f1

resources/latest/charts/cni/templates/daemonset.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ spec:
111111
# network namespaces in `/proc` to obtain descriptors for entering pod network
112112
# namespaces. There does not appear to be a more granular capability for this.
113113
- SYS_ADMIN
114+
{{- if .Values.seLinuxOptions }}
115+
seLinuxOptions:
116+
{{ toYaml .Values.seLinuxOptions | trim | indent 14 }}
117+
{{- end }}
114118
{{- if .Values.seccompProfile }}
115119
seccompProfile:
116120
{{ toYaml .Values.seccompProfile | trim | indent 14 }}

resources/latest/charts/cni/values.yaml

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

114114
# Default tag for Istio images.
115-
tag: 1.24-alpha.e3b7c36c24a0b9047adb25906c4eaf8d1e8e752a
115+
tag: 1.24-alpha.358edc01a5abb53259ad1637a63d7562b040a6f1
116116

117117
# Variant of the image to use.
118118
# 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.24-alpha.e3b7c36c24a0b9047adb25906c4eaf8d1e8e752a
2+
appVersion: 1.24-alpha.358edc01a5abb53259ad1637a63d7562b040a6f1
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.24-alpha.e3b7c36c24a0b9047adb25906c4eaf8d1e8e752a
12+
version: 1.24-alpha.358edc01a5abb53259ad1637a63d7562b040a6f1

0 commit comments

Comments
 (0)