Skip to content

Commit

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

Signed-off-by: istio-testing <istio-testing-bot@google.com>
  • Loading branch information
istio-testing authored Jun 28, 2024
1 parent 7ef91b1 commit 0c71160
Show file tree
Hide file tree
Showing 255 changed files with 35,929 additions and 69 deletions.
10 changes: 5 additions & 5 deletions api/v1alpha1/istio_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ const (
type IstioSpec struct {
// +sail:version
// Defines the version of Istio to install.
// Must be one of: v1.22.1, v1.22.0, v1.21.3, v1.21.2, v1.21.0, latest.
// +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.22.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.22.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.21.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.21.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.21.0", "urn:alm:descriptor:com.tectonic.ui:select:latest"}
// +kubebuilder:validation:Enum=v1.22.1;v1.22.0;v1.21.3;v1.21.2;v1.21.0;latest
// +kubebuilder:default=v1.22.1
// Must be one of: v1.22.2, v1.22.1, v1.22.0, v1.21.4, v1.21.3, v1.21.2, v1.21.0, latest.
// +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.22.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.22.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.22.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.21.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.21.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.21.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.21.0", "urn:alm:descriptor:com.tectonic.ui:select:latest"}
// +kubebuilder:validation:Enum=v1.22.2;v1.22.1;v1.22.0;v1.21.4;v1.21.3;v1.21.2;v1.21.0;latest
// +kubebuilder:default=v1.22.2
Version string `json:"version"`

// Defines the update strategy to use when the version in the Istio CR is updated.
Expand Down Expand Up @@ -253,7 +253,7 @@ type Istio struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`

// +kubebuilder:default={version: "v1.22.1", namespace: "istio-system", updateStrategy: {type:"InPlace"}}
// +kubebuilder:default={version: "v1.22.2", namespace: "istio-system", updateStrategy: {type:"InPlace"}}
Spec IstioSpec `json:"spec,omitempty"`

Status IstioStatus `json:"status,omitempty"`
Expand Down
10 changes: 5 additions & 5 deletions api/v1alpha1/istiocni_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ const (
type IstioCNISpec struct {
// +sail:version
// Defines the version of Istio to install.
// Must be one of: v1.22.1, v1.22.0, v1.21.3, v1.21.2, v1.21.0, latest.
// +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.22.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.22.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.21.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.21.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.21.0", "urn:alm:descriptor:com.tectonic.ui:select:latest"}
// +kubebuilder:validation:Enum=v1.22.1;v1.22.0;v1.21.3;v1.21.2;v1.21.0;latest
// +kubebuilder:default=v1.22.1
// Must be one of: v1.22.2, v1.22.1, v1.22.0, v1.21.4, v1.21.3, v1.21.2, v1.21.0, latest.
// +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.22.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.22.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.22.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.21.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.21.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.21.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.21.0", "urn:alm:descriptor:com.tectonic.ui:select:latest"}
// +kubebuilder:validation:Enum=v1.22.2;v1.22.1;v1.22.0;v1.21.4;v1.21.3;v1.21.2;v1.21.0;latest
// +kubebuilder:default=v1.22.2
Version string `json:"version"`

// +sail:profile
Expand Down Expand Up @@ -177,7 +177,7 @@ type IstioCNI struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`

// +kubebuilder:default={version: "v1.22.1", namespace: "istio-cni"}
// +kubebuilder:default={version: "v1.22.2", namespace: "istio-cni"}
Spec IstioCNISpec `json:"spec,omitempty"`

Status IstioCNIStatus `json:"status,omitempty"`
Expand Down
6 changes: 3 additions & 3 deletions api/v1alpha1/istiorevision_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ const (
type IstioRevisionSpec struct {
// +sail:version
// Defines the version of Istio to install.
// Must be one of: v1.22.1, v1.22.0, v1.21.3, v1.21.2, v1.21.0, latest.
// +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.22.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.22.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.21.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.21.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.21.0", "urn:alm:descriptor:com.tectonic.ui:select:latest"}
// +kubebuilder:validation:Enum=v1.22.1;v1.22.0;v1.21.3;v1.21.2;v1.21.0;latest
// Must be one of: v1.22.2, v1.22.1, v1.22.0, v1.21.4, v1.21.3, v1.21.2, v1.21.0, latest.
// +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.22.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.22.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.22.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.21.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.21.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.21.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.21.0", "urn:alm:descriptor:com.tectonic.ui:select:latest"}
// +kubebuilder:validation:Enum=v1.22.2;v1.22.1;v1.22.0;v1.21.4;v1.21.3;v1.21.2;v1.21.0;latest
Version string `json:"version"`

// Namespace to which the Istio components should be installed.
Expand Down
8 changes: 5 additions & 3 deletions bundle/manifests/operator.istio.io_istiocnis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
spec:
default:
namespace: istio-cni
version: v1.22.1
version: v1.22.2
description: IstioCNISpec defines the desired state of IstioCNI
properties:
namespace:
Expand Down Expand Up @@ -1406,13 +1406,15 @@ spec:
type: object
type: object
version:
default: v1.22.1
default: v1.22.2
description: |-
Defines the version of Istio to install.
Must be one of: v1.22.1, v1.22.0, v1.21.3, v1.21.2, v1.21.0, latest.
Must be one of: v1.22.2, v1.22.1, v1.22.0, v1.21.4, v1.21.3, v1.21.2, v1.21.0, latest.
enum:
- v1.22.2
- v1.22.1
- v1.22.0
- v1.21.4
- v1.21.3
- v1.21.2
- v1.21.0
Expand Down
4 changes: 3 additions & 1 deletion bundle/manifests/operator.istio.io_istiorevisions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8056,10 +8056,12 @@ spec:
version:
description: |-
Defines the version of Istio to install.
Must be one of: v1.22.1, v1.22.0, v1.21.3, v1.21.2, v1.21.0, latest.
Must be one of: v1.22.2, v1.22.1, v1.22.0, v1.21.4, v1.21.3, v1.21.2, v1.21.0, latest.
enum:
- v1.22.2
- v1.22.1
- v1.22.0
- v1.21.4
- v1.21.3
- v1.21.2
- v1.21.0
Expand Down
8 changes: 5 additions & 3 deletions bundle/manifests/operator.istio.io_istios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
namespace: istio-system
updateStrategy:
type: InPlace
version: v1.22.1
version: v1.22.2
description: IstioSpec defines the desired state of Istio
properties:
namespace:
Expand Down Expand Up @@ -8124,13 +8124,15 @@ spec:
type: object
type: object
version:
default: v1.22.1
default: v1.22.2
description: |-
Defines the version of Istio to install.
Must be one of: v1.22.1, v1.22.0, v1.21.3, v1.21.2, v1.21.0, latest.
Must be one of: v1.22.2, v1.22.1, v1.22.0, v1.21.4, v1.21.3, v1.21.2, v1.21.0, latest.
enum:
- v1.22.2
- v1.22.1
- v1.22.0
- v1.21.4
- v1.21.3
- v1.21.2
- v1.21.0
Expand Down
28 changes: 18 additions & 10 deletions bundle/manifests/sailoperator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metadata:
"inactiveRevisionDeletionGracePeriodSeconds": 30,
"type": "InPlace"
},
"version": "v1.22.1"
"version": "v1.22.2"
}
},
{
Expand All @@ -27,14 +27,14 @@ metadata:
},
"spec": {
"namespace": "istio-cni",
"version": "v1.22.1"
"version": "v1.22.2"
}
}
]
capabilities: Seamless Upgrades
categories: OpenShift Optional, Integration & Delivery, Networking, Security
containerImage: quay.io/maistra-dev/sail-operator:0.1-latest
createdAt: "2024-06-27T23:03:53Z"
createdAt: "2024-06-28T23:02:48Z"
description: Experimental operator for installing Istio service mesh
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "true"
Expand Down Expand Up @@ -158,14 +158,16 @@ spec:
kind: IstioCNI
name: istiocnis.operator.istio.io
specDescriptors:
- description: 'Defines the version of Istio to install. Must be one of: v1.22.1,
v1.22.0, v1.21.3, v1.21.2, v1.21.0, latest.'
- description: 'Defines the version of Istio to install. Must be one of: v1.22.2,
v1.22.1, v1.22.0, v1.21.4, v1.21.3, v1.21.2, v1.21.0, latest.'
displayName: Istio Version
path: version
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:General
- urn:alm:descriptor:com.tectonic.ui:select:v1.22.2
- urn:alm:descriptor:com.tectonic.ui:select:v1.22.1
- urn:alm:descriptor:com.tectonic.ui:select:v1.22.0
- urn:alm:descriptor:com.tectonic.ui:select:v1.21.4
- urn:alm:descriptor:com.tectonic.ui:select:v1.21.3
- urn:alm:descriptor:com.tectonic.ui:select:v1.21.2
- urn:alm:descriptor:com.tectonic.ui:select:v1.21.0
Expand Down Expand Up @@ -197,14 +199,16 @@ spec:
kind: IstioRevision
name: istiorevisions.operator.istio.io
specDescriptors:
- description: 'Defines the version of Istio to install. Must be one of: v1.22.1,
v1.22.0, v1.21.3, v1.21.2, v1.21.0, latest.'
- description: 'Defines the version of Istio to install. Must be one of: v1.22.2,
v1.22.1, v1.22.0, v1.21.4, v1.21.3, v1.21.2, v1.21.0, latest.'
displayName: Istio Version
path: version
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:General
- urn:alm:descriptor:com.tectonic.ui:select:v1.22.2
- urn:alm:descriptor:com.tectonic.ui:select:v1.22.1
- urn:alm:descriptor:com.tectonic.ui:select:v1.22.0
- urn:alm:descriptor:com.tectonic.ui:select:v1.21.4
- urn:alm:descriptor:com.tectonic.ui:select:v1.21.3
- urn:alm:descriptor:com.tectonic.ui:select:v1.21.2
- urn:alm:descriptor:com.tectonic.ui:select:v1.21.0
Expand Down Expand Up @@ -243,14 +247,16 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:select:InPlace
- urn:alm:descriptor:com.tectonic.ui:select:RevisionBased
- description: 'Defines the version of Istio to install. Must be one of: v1.22.1,
v1.22.0, v1.21.3, v1.21.2, v1.21.0, latest.'
- description: 'Defines the version of Istio to install. Must be one of: v1.22.2,
v1.22.1, v1.22.0, v1.21.4, v1.21.3, v1.21.2, v1.21.0, latest.'
displayName: Istio Version
path: version
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:General
- urn:alm:descriptor:com.tectonic.ui:select:v1.22.2
- urn:alm:descriptor:com.tectonic.ui:select:v1.22.1
- urn:alm:descriptor:com.tectonic.ui:select:v1.22.0
- urn:alm:descriptor:com.tectonic.ui:select:v1.21.4
- urn:alm:descriptor:com.tectonic.ui:select:v1.21.3
- urn:alm:descriptor:com.tectonic.ui:select:v1.21.2
- urn:alm:descriptor:com.tectonic.ui:select:v1.21.0
Expand Down Expand Up @@ -301,12 +307,14 @@ spec:
This version of the operator supports the following Istio versions:
- v1.22.2
- v1.22.1
- v1.22.0
- v1.21.4
- v1.21.3
- v1.21.2
- v1.21.0
- latest (e3386b49)
- latest (cef4ca15)
[See this page](https://github.com/istio-ecosystem/sail-operator/blob/pre-main/bundle/README.md) for instructions on how to use it.
displayName: Sail Operator
Expand Down
8 changes: 5 additions & 3 deletions chart/crds/operator.istio.io_istiocnis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
spec:
default:
namespace: istio-cni
version: v1.22.1
version: v1.22.2
description: IstioCNISpec defines the desired state of IstioCNI
properties:
namespace:
Expand Down Expand Up @@ -1406,13 +1406,15 @@ spec:
type: object
type: object
version:
default: v1.22.1
default: v1.22.2
description: |-
Defines the version of Istio to install.
Must be one of: v1.22.1, v1.22.0, v1.21.3, v1.21.2, v1.21.0, latest.
Must be one of: v1.22.2, v1.22.1, v1.22.0, v1.21.4, v1.21.3, v1.21.2, v1.21.0, latest.
enum:
- v1.22.2
- v1.22.1
- v1.22.0
- v1.21.4
- v1.21.3
- v1.21.2
- v1.21.0
Expand Down
4 changes: 3 additions & 1 deletion chart/crds/operator.istio.io_istiorevisions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8056,10 +8056,12 @@ spec:
version:
description: |-
Defines the version of Istio to install.
Must be one of: v1.22.1, v1.22.0, v1.21.3, v1.21.2, v1.21.0, latest.
Must be one of: v1.22.2, v1.22.1, v1.22.0, v1.21.4, v1.21.3, v1.21.2, v1.21.0, latest.
enum:
- v1.22.2
- v1.22.1
- v1.22.0
- v1.21.4
- v1.21.3
- v1.21.2
- v1.21.0
Expand Down
8 changes: 5 additions & 3 deletions chart/crds/operator.istio.io_istios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
namespace: istio-system
updateStrategy:
type: InPlace
version: v1.22.1
version: v1.22.2
description: IstioSpec defines the desired state of Istio
properties:
namespace:
Expand Down Expand Up @@ -8124,13 +8124,15 @@ spec:
type: object
type: object
version:
default: v1.22.1
default: v1.22.2
description: |-
Defines the version of Istio to install.
Must be one of: v1.22.1, v1.22.0, v1.21.3, v1.21.2, v1.21.0, latest.
Must be one of: v1.22.2, v1.22.1, v1.22.0, v1.21.4, v1.21.3, v1.21.2, v1.21.0, latest.
enum:
- v1.22.2
- v1.22.1
- v1.22.0
- v1.21.4
- v1.21.3
- v1.21.2
- v1.21.0
Expand Down
2 changes: 1 addition & 1 deletion chart/samples/istio-sample-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Istio
metadata:
name: default
spec:
version: v1.22.1
version: v1.22.2
namespace: istio-system
updateStrategy:
type: InPlace
Expand Down
2 changes: 1 addition & 1 deletion chart/samples/istio-sample-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Istio
metadata:
name: default
spec:
version: v1.22.1
version: v1.22.2
namespace: istio-system
updateStrategy:
type: InPlace
Expand Down
2 changes: 1 addition & 1 deletion chart/samples/istiocni-sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ kind: IstioCNI
metadata:
name: default
spec:
version: v1.22.1
version: v1.22.2
namespace: istio-cni
4 changes: 3 additions & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ csv:
This version of the operator supports the following Istio versions:
- v1.22.2
- v1.22.1
- v1.22.0
- v1.21.4
- v1.21.3
- v1.21.2
- v1.21.0
- latest (e3386b49)
- latest (cef4ca15)
[See this page](https://github.com/istio-ecosystem/sail-operator/blob/pre-main/bundle/README.md) for instructions on how to use it.
support: Community based
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ require (
gomodules.xyz/jsonpatch/v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
helm.sh/helm/v3 v3.15.1
istio.io/client-go v1.22.0-alpha.1.0.20240627152116-db4c4391f1c9
istio.io/istio v0.0.0-20240627205617-e3386b498afe
istio.io/client-go v1.22.0-alpha.1.0.20240628002726-154dca4cbde3
istio.io/istio v0.0.0-20240628191254-cef4ca15fdb0
k8s.io/api v0.30.1
k8s.io/apiextensions-apiserver v0.30.1
k8s.io/apimachinery v0.30.1
Expand Down Expand Up @@ -152,7 +152,7 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gotest.tools/v3 v3.5.1 // indirect
istio.io/api v1.22.0-alpha.1.0.20240627151415-7c6732ba7766 // indirect
istio.io/api v1.22.0-alpha.1.0.20240628002226-74890bf7da5e // indirect
k8s.io/apiserver v0.30.1 // indirect
k8s.io/component-base v0.30.1 // indirect
k8s.io/klog/v2 v2.120.1 // indirect
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -491,12 +491,12 @@ gotest.tools/v3 v3.5.1 h1:EENdUnS3pdur5nybKYIh2Vfgc8IUNBjxDPSjtiJcOzU=
gotest.tools/v3 v3.5.1/go.mod h1:isy3WKz7GK6uNw/sbHzfKBLvlvXwUyV06n6brMxxopU=
helm.sh/helm/v3 v3.15.1 h1:22ztacHz4gMqhXNqCQ9NAg6BFWoRUryNLvnkz6OVyw0=
helm.sh/helm/v3 v3.15.1/go.mod h1:fvfoRcB8UKRUV5jrIfOTaN/pG1TPhuqSb56fjYdTKXg=
istio.io/api v1.22.0-alpha.1.0.20240627151415-7c6732ba7766 h1:93hu50eblCukPXsGNWnVHy0Gmz5m4gOIODUCBm5alTs=
istio.io/api v1.22.0-alpha.1.0.20240627151415-7c6732ba7766/go.mod h1:THZA8sI/o2TXhmTM3P2EejCuE8VtWdMdrDQMD9FbdoU=
istio.io/client-go v1.22.0-alpha.1.0.20240627152116-db4c4391f1c9 h1:nXZHBAWwJ3m6ymD3+AbOCPHPhiFOAT+PVMHjkz/sd7Y=
istio.io/client-go v1.22.0-alpha.1.0.20240627152116-db4c4391f1c9/go.mod h1:vr3qK866iUNWHlvThNeZmrxYBS+2jwa6vJ56mgtBrwI=
istio.io/istio v0.0.0-20240627205617-e3386b498afe h1:Ed4wYvDjejCCHE7ohWEbGUGWBODJEMA3atjAbH5OV/A=
istio.io/istio v0.0.0-20240627205617-e3386b498afe/go.mod h1:d3kRp0sD45vg8pj0f2pysErOPW3OBSkhF4Ok7GO5Sdk=
istio.io/api v1.22.0-alpha.1.0.20240628002226-74890bf7da5e h1:dTpB6hS83KYxX4WqFj0AR58GTAD2koYTu/Uj9hBVmxg=
istio.io/api v1.22.0-alpha.1.0.20240628002226-74890bf7da5e/go.mod h1:THZA8sI/o2TXhmTM3P2EejCuE8VtWdMdrDQMD9FbdoU=
istio.io/client-go v1.22.0-alpha.1.0.20240628002726-154dca4cbde3 h1:TkrleoSwb1NQ/0VYJk7yR5rZYnJ4kHxyDOWAJUneTcw=
istio.io/client-go v1.22.0-alpha.1.0.20240628002726-154dca4cbde3/go.mod h1:Mxw+NyMaiY6h0LrYucNmTFVcJEEvY9H/Wag8LUdH8gE=
istio.io/istio v0.0.0-20240628191254-cef4ca15fdb0 h1:DLwuw/aGLDg0QtVjI2QxNc8u9NoKice3qjzQILjfzek=
istio.io/istio v0.0.0-20240628191254-cef4ca15fdb0/go.mod h1:d3kRp0sD45vg8pj0f2pysErOPW3OBSkhF4Ok7GO5Sdk=
k8s.io/api v0.30.1 h1:kCm/6mADMdbAxmIh0LBjS54nQBE+U4KmbCfIkF5CpJY=
k8s.io/api v0.30.1/go.mod h1:ddbN2C0+0DIiPntan/bye3SW3PdwLa11/0yqwvuRrJM=
k8s.io/apiextensions-apiserver v0.30.1 h1:4fAJZ9985BmpJG6PkoxVRpXv9vmPUOVzl614xarePws=
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.23-alpha.e3386b498afee33d7362c061135de6084881e2b8
appVersion: 1.23-alpha.cef4ca15fdb0bc8f3ba4e43278533cbea3c892c7
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.23-alpha.e3386b498afee33d7362c061135de6084881e2b8
version: 1.23-alpha.cef4ca15fdb0bc8f3ba4e43278533cbea3c892c7
Loading

0 comments on commit 0c71160

Please sign in to comment.