Skip to content

Commit

Permalink
Automator: Update dependencies in istio-ecosystem/sail-operator@main (i…
Browse files Browse the repository at this point in the history
…stio-ecosystem#476)

Signed-off-by: openshift-service-mesh-bot <[email protected]>
  • Loading branch information
openshift-service-mesh-bot authored Nov 14, 2024
1 parent 94b6c47 commit f571b98
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion Makefile.core.mk
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ ISTIOCTL ?= $(LOCALBIN)/istioctl

## Tool Versions
OPERATOR_SDK_VERSION ?= v1.37.0
HELM_VERSION ?= v3.16.2
HELM_VERSION ?= v3.16.3
CONTROLLER_TOOLS_VERSION ?= v0.16.5
OPM_VERSION ?= v1.48.0
OLM_VERSION ?= v0.30.0
Expand Down
20 changes: 10 additions & 10 deletions bundle/manifests/sailoperator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ metadata:
capabilities: Seamless Upgrades
categories: OpenShift Optional, Integration & Delivery, Networking, Security
containerImage: quay.io/maistra-dev/sail-operator:0.2-latest
createdAt: "2024-11-13T00:09:46Z"
createdAt: "2024-11-14T05:05:32Z"
description: Experimental operator for installing Istio service mesh
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "true"
Expand Down Expand Up @@ -315,7 +315,7 @@ spec:
- v1.22.6
- v1.22.5
- v1.21.6
- latest (56697886)
- latest (081a061e)
[See this page](https://github.com/istio-ecosystem/sail-operator/blob/main/bundle/README.md) for instructions on how to use it.
displayName: Sail Operator
Expand Down Expand Up @@ -539,10 +539,10 @@ spec:
template:
metadata:
annotations:
images.latest.cni: gcr.io/istio-testing/install-cni:1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a
images.latest.istiod: gcr.io/istio-testing/pilot:1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a
images.latest.proxy: gcr.io/istio-testing/proxyv2:1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a
images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a
images.latest.cni: gcr.io/istio-testing/install-cni:1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6
images.latest.istiod: gcr.io/istio-testing/pilot:1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6
images.latest.proxy: gcr.io/istio-testing/proxyv2:1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6
images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6
images.v1_21_6.cni: docker.io/istio/install-cni:1.21.6
images.v1_21_6.istiod: docker.io/istio/pilot:1.21.6
images.v1_21_6.proxy: docker.io/istio/proxyv2:1.21.6
Expand Down Expand Up @@ -719,13 +719,13 @@ spec:
provider:
name: Red Hat, Inc.
relatedImages:
- image: gcr.io/istio-testing/install-cni:1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a
- image: gcr.io/istio-testing/install-cni:1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6
name: latest.cni
- image: gcr.io/istio-testing/pilot:1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a
- image: gcr.io/istio-testing/pilot:1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6
name: latest.istiod
- image: gcr.io/istio-testing/proxyv2:1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a
- image: gcr.io/istio-testing/proxyv2:1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6
name: latest.proxy
- image: gcr.io/istio-testing/ztunnel:1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a
- image: gcr.io/istio-testing/ztunnel:1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6
name: latest.ztunnel
- image: docker.io/istio/install-cni:1.21.6
name: v1_21_6.cni
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ csv:
- v1.22.6
- v1.22.5
- v1.21.6
- latest (56697886)
- latest (081a061e)
[See this page](https://github.com/istio-ecosystem/sail-operator/blob/main/bundle/README.md) for instructions on how to use it.
support: Community based
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ require (
gopkg.in/yaml.v3 v3.0.1
helm.sh/helm/v3 v3.16.2
istio.io/client-go v1.24.0-alpha.0.0.20241108002529-3f60d583a76f
istio.io/istio v0.0.0-20241112161631-566978861e4b
istio.io/istio v0.0.0-20241113200534-081a061e195f
k8s.io/api v0.31.2
k8s.io/apiextensions-apiserver v0.31.2
k8s.io/apimachinery v0.31.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,8 @@ istio.io/api v1.24.0-alpha.0.0.20241108002229-2cc3366cdb03 h1:7NuB6aHrjm7P+4SbF3
istio.io/api v1.24.0-alpha.0.0.20241108002229-2cc3366cdb03/go.mod h1:MQnRok7RZ20/PE56v0LxmoWH0xVxnCQPNuf9O7PAN1I=
istio.io/client-go v1.24.0-alpha.0.0.20241108002529-3f60d583a76f h1:Izd771gSJV+9kdXhMfnBaLyWFonjBguy4bsxCa9CK/g=
istio.io/client-go v1.24.0-alpha.0.0.20241108002529-3f60d583a76f/go.mod h1:wdQxjAxPBg0jDH3GvXx7ldB6pG4gUqRBPxxQ/XhWxBk=
istio.io/istio v0.0.0-20241112161631-566978861e4b h1:E5/gVKPSDhqGfJbNaw6DPc4gcihLXoo8l7HNURTqr4A=
istio.io/istio v0.0.0-20241112161631-566978861e4b/go.mod h1:w3lBWR9O0hbjfpx4HirXZ/xKmej/M1Qe7KYYI7P4jDk=
istio.io/istio v0.0.0-20241113200534-081a061e195f h1:WKTA/x2DUVwSJY3tzs9QAKV+A+HPWjpMdQD2ss8dhb4=
istio.io/istio v0.0.0-20241113200534-081a061e195f/go.mod h1:w3lBWR9O0hbjfpx4HirXZ/xKmej/M1Qe7KYYI7P4jDk=
k8s.io/api v0.31.2 h1:3wLBbL5Uom/8Zy98GRPXpJ254nEFpl+hwndmk9RwmL0=
k8s.io/api v0.31.2/go.mod h1:bWmGvrGPssSK1ljmLzd3pwCQ9MgoTsRCuK35u6SygUk=
k8s.io/apiextensions-apiserver v0.31.2 h1:W8EwUb8+WXBLu56ser5IudT2cOho0gAKeTOnywBLxd0=
Expand Down
4 changes: 2 additions & 2 deletions resources/latest/charts/base/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
appVersion: 1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a
appVersion: 1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6
description: Helm chart for deploying Istio cluster resources and CRDs
icon: https://istio.io/latest/favicons/android-192x192.png
keywords:
- istio
name: base
sources:
- https://github.com/istio/istio
version: 1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a
version: 1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6
4 changes: 2 additions & 2 deletions resources/latest/charts/cni/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a
appVersion: 1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6
description: Helm chart for istio-cni components
icon: https://istio.io/latest/favicons/android-192x192.png
keywords:
Expand All @@ -8,4 +8,4 @@ keywords:
name: cni
sources:
- https://github.com/istio/istio
version: 1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a
version: 1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6
2 changes: 1 addition & 1 deletion resources/latest/charts/cni/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ _internal_defaults_do_not_set:
hub: gcr.io/istio-testing

# Default tag for Istio images.
tag: 1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a
tag: 1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6

# Variant of the image to use.
# Currently supported are: [debug, distroless]
Expand Down
4 changes: 2 additions & 2 deletions resources/latest/charts/gateway/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a
appVersion: 1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6
description: Helm chart for deploying Istio gateways
icon: https://istio.io/latest/favicons/android-192x192.png
keywords:
Expand All @@ -9,4 +9,4 @@ name: gateway
sources:
- https://github.com/istio/istio
type: application
version: 1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a
version: 1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6
4 changes: 2 additions & 2 deletions resources/latest/charts/istiod/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a
appVersion: 1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6
description: Helm chart for istio control plane
icon: https://istio.io/latest/favicons/android-192x192.png
keywords:
Expand All @@ -9,4 +9,4 @@ keywords:
name: istiod
sources:
- https://github.com/istio/istio
version: 1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a
version: 1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6
2 changes: 1 addition & 1 deletion resources/latest/charts/istiod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ _internal_defaults_do_not_set:
# Dev builds from prow are on gcr.io
hub: gcr.io/istio-testing
# Default tag for Istio images.
tag: 1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a
tag: 1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6
# Variant of the image to use.
# Currently supported are: [debug, distroless]
variant: ""
Expand Down
4 changes: 2 additions & 2 deletions resources/latest/charts/ztunnel/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a
appVersion: 1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6
description: Helm chart for istio ztunnel components
icon: https://istio.io/latest/favicons/android-192x192.png
keywords:
Expand All @@ -8,4 +8,4 @@ keywords:
name: ztunnel
sources:
- https://github.com/istio/istio
version: 1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a
version: 1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6
2 changes: 1 addition & 1 deletion resources/latest/charts/ztunnel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _internal_defaults_do_not_set:
# Hub to pull from. Image will be `Hub/Image:Tag-Variant`
hub: gcr.io/istio-testing
# Tag to pull from. Image will be `Hub/Image:Tag-Variant`
tag: 1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a
tag: 1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6
# Variant to pull. Options are "debug" or "distroless". Unset will use the default for the given version.
variant: ""

Expand Down
14 changes: 7 additions & 7 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ versions:
- https://istio-release.storage.googleapis.com/charts/cni-1.21.6.tgz
- https://istio-release.storage.googleapis.com/charts/ztunnel-1.21.6.tgz
- name: latest
version: 1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a
version: 1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6
repo: https://github.com/istio/istio
branch: master
commit: 566978861e4b7cd7f8f855f15280ede0b05af93a
commit: 081a061e195f6538df2b1dbb610217aa3fe596b6
charts:
- https://storage.googleapis.com/istio-build/dev/1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a/helm/base-1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a.tgz
- https://storage.googleapis.com/istio-build/dev/1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a/helm/cni-1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a.tgz
- https://storage.googleapis.com/istio-build/dev/1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a/helm/gateway-1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a.tgz
- https://storage.googleapis.com/istio-build/dev/1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a/helm/istiod-1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a.tgz
- https://storage.googleapis.com/istio-build/dev/1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a/helm/ztunnel-1.25-alpha.566978861e4b7cd7f8f855f15280ede0b05af93a.tgz
- https://storage.googleapis.com/istio-build/dev/1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6/helm/base-1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6.tgz
- https://storage.googleapis.com/istio-build/dev/1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6/helm/cni-1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6.tgz
- https://storage.googleapis.com/istio-build/dev/1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6/helm/gateway-1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6.tgz
- https://storage.googleapis.com/istio-build/dev/1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6/helm/istiod-1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6.tgz
- https://storage.googleapis.com/istio-build/dev/1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6/helm/ztunnel-1.25-alpha.081a061e195f6538df2b1dbb610217aa3fe596b6.tgz

0 comments on commit f571b98

Please sign in to comment.