Skip to content

Commit 892253f

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

File tree

16 files changed

+44
-35
lines changed

16 files changed

+44
-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-05T05:04:58Z"
37+
createdAt: "2024-12-06T05:05:33Z"
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 (42220247)
360+
- latest (8051a30d)
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.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
610+
images.latest.cni: gcr.io/istio-testing/install-cni:1.25-alpha.8051a30d73b62f2b4a9d33c4fa7e3d256c79933d
611+
images.latest.istiod: gcr.io/istio-testing/pilot:1.25-alpha.8051a30d73b62f2b4a9d33c4fa7e3d256c79933d
612+
images.latest.proxy: gcr.io/istio-testing/proxyv2:1.25-alpha.8051a30d73b62f2b4a9d33c4fa7e3d256c79933d
613+
images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.25-alpha.8051a30d73b62f2b4a9d33c4fa7e3d256c79933d
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.42220247e24431fa3f3833e586672a610f6e9eef
794+
- image: gcr.io/istio-testing/install-cni:1.25-alpha.8051a30d73b62f2b4a9d33c4fa7e3d256c79933d
795795
name: latest.cni
796-
- image: gcr.io/istio-testing/pilot:1.25-alpha.42220247e24431fa3f3833e586672a610f6e9eef
796+
- image: gcr.io/istio-testing/pilot:1.25-alpha.8051a30d73b62f2b4a9d33c4fa7e3d256c79933d
797797
name: latest.istiod
798-
- image: gcr.io/istio-testing/proxyv2:1.25-alpha.42220247e24431fa3f3833e586672a610f6e9eef
798+
- image: gcr.io/istio-testing/proxyv2:1.25-alpha.8051a30d73b62f2b4a9d33c4fa7e3d256c79933d
799799
name: latest.proxy
800-
- image: gcr.io/istio-testing/ztunnel:1.25-alpha.42220247e24431fa3f3833e586672a610f6e9eef
800+
- image: gcr.io/istio-testing/ztunnel:1.25-alpha.8051a30d73b62f2b4a9d33c4fa7e3d256c79933d
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 (42220247)
28+
- latest (8051a30d)
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-20241205013639-42220247e244
29+
istio.io/istio v0.0.0-20241206003106-8051a30d73b6
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-20241205013639-42220247e244 h1:P7fod/93Pa1gySIWbKHqndM2HXGROi6HWy1/EVZsy1Q=
503-
istio.io/istio v0.0.0-20241205013639-42220247e244/go.mod h1:5MSIeN4xUz+HFe69b9268rl0WTpol5PPgCf/YmQduwY=
502+
istio.io/istio v0.0.0-20241206003106-8051a30d73b6 h1:p5QLFC+xxlDXkd0O8wwN/f6fYlczw9lXSQulGW4ZuqM=
503+
istio.io/istio v0.0.0-20241206003106-8051a30d73b6/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.42220247e24431fa3f3833e586672a610f6e9eef
2+
appVersion: 1.25-alpha.8051a30d73b62f2b4a9d33c4fa7e3d256c79933d
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.42220247e24431fa3f3833e586672a610f6e9eef
10+
version: 1.25-alpha.8051a30d73b62f2b4a9d33c4fa7e3d256c79933d
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.42220247e24431fa3f3833e586672a610f6e9eef
2+
appVersion: 1.25-alpha.8051a30d73b62f2b4a9d33c4fa7e3d256c79933d
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.42220247e24431fa3f3833e586672a610f6e9eef
11+
version: 1.25-alpha.8051a30d73b62f2b4a9d33c4fa7e3d256c79933d

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,8 @@ rules:
7777
{{- /* pods/status is less privileged than the full pod, and either can label. So use the lower pods/status */}}
7878
resources: ["pods/status"]
7979
verbs: ["patch", "update"]
80+
- apiGroups: ["apps"]
81+
resources: ["daemonsets"]
82+
resourceNames: ["{{ template "name" . }}-node"]
83+
verbs: ["get"]
8084
{{- end }}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ spec:
123123
# network namespaces in `/proc` to obtain descriptors for entering pod network
124124
# namespaces. There does not appear to be a more granular capability for this.
125125
- SYS_ADMIN
126+
# While we run as a 'root' (UID/GID 0), since we drop all capabilities we lose
127+
# the typical ability to read/write to folders owned by others.
128+
# This can cause problems if the hostPath mounts we use, which we require write access into,
129+
# are owned by non-root. DAC_OVERRIDE bypasses these and gives us write access into any folder.
130+
- DAC_OVERRIDE
126131
{{- if .Values.seLinuxOptions }}
127132
{{ with (merge .Values.seLinuxOptions (dict "type" "spc_t")) }}
128133
seLinuxOptions:

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.42220247e24431fa3f3833e586672a610f6e9eef
116+
tag: 1.25-alpha.8051a30d73b62f2b4a9d33c4fa7e3d256c79933d
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.42220247e24431fa3f3833e586672a610f6e9eef
2+
appVersion: 1.25-alpha.8051a30d73b62f2b4a9d33c4fa7e3d256c79933d
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.42220247e24431fa3f3833e586672a610f6e9eef
12+
version: 1.25-alpha.8051a30d73b62f2b4a9d33c4fa7e3d256c79933d

0 commit comments

Comments
 (0)