Skip to content

Commit

Permalink
Product changes for TP2 (istio-ecosystem#175)
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Brychta <fbrychta@redhat.com>
  • Loading branch information
FilipB authored Dec 10, 2024
1 parent bbe88ce commit 5187998
Show file tree
Hide file tree
Showing 448 changed files with 1,036 additions and 68,577 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
bundle_channels:
description: "Bundle channels"
required: true
default: stable-0.2
default: candidates
is_draft_release:
description: "Draft release"
type: boolean
Expand Down
7 changes: 7 additions & 0 deletions Makefile.vendor.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
VERSION = 3.0.0-tp.2
OPERATOR_NAME = servicemeshoperator3
HUB = quay.io/maistra-dev
CHANNELS = candidates
HELM_VALUES_FILE = ossm/values.yaml
VERSIONS_YAML_FILE = ossm/versions.yaml
GENERATE_RELATED_IMAGES = false
2 changes: 1 addition & 1 deletion PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ layout:
plugins:
manifests.sdk.operatorframework.io/v2: {}
scorecard.sdk.operatorframework.io/v2: {}
projectName: sailoperator
projectName: servicemeshoperator3
repo: github.com/istio-ecosystem/sail-operator
resources:
- api:
Expand Down
6 changes: 3 additions & 3 deletions api/v1alpha1/istio_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ const (
type IstioSpec struct {
// +sail:version
// Defines the version of Istio to install.
// Must be one of: v1.24.1, v1.23.3, v1.23.0, v1.22.6, v1.22.4.
// +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.24.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.23.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.23.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.22.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.22.4"}
// +kubebuilder:validation:Enum=v1.24.1;v1.23.3;v1.23.0;v1.22.6;v1.22.4
// Must be one of: v1.24.1, v1.23.0.
// +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.24.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.23.0"}
// +kubebuilder:validation:Enum=v1.24.1;v1.23.0
// +kubebuilder:default=v1.24.1
Version string `json:"version"`

Expand Down
6 changes: 3 additions & 3 deletions api/v1alpha1/istiocni_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ const (
type IstioCNISpec struct {
// +sail:version
// Defines the version of Istio to install.
// Must be one of: v1.24.1, v1.23.3, v1.23.0, v1.22.6, v1.22.4.
// +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.24.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.23.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.23.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.22.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.22.4"}
// +kubebuilder:validation:Enum=v1.24.1;v1.23.3;v1.23.0;v1.22.6;v1.22.4
// Must be one of: v1.24.1, v1.23.0.
// +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.24.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.23.0"}
// +kubebuilder:validation:Enum=v1.24.1;v1.23.0
// +kubebuilder:default=v1.24.1
Version string `json:"version"`

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.24.1, v1.23.3, v1.23.0, v1.22.6, v1.22.4.
// +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.24.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.23.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.23.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.22.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.22.4"}
// +kubebuilder:validation:Enum=v1.24.1;v1.23.3;v1.23.0;v1.22.6;v1.22.4
// Must be one of: v1.24.1, v1.23.0.
// +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.24.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.23.0"}
// +kubebuilder:validation:Enum=v1.24.1;v1.23.0
Version string `json:"version"`

// Namespace to which the Istio components should be installed.
Expand Down
4 changes: 2 additions & 2 deletions bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ FROM scratch
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=sailoperator
LABEL operators.operatorframework.io.bundle.channels.v1="stable-0.2"
LABEL operators.operatorframework.io.bundle.package.v1=servicemeshoperator3
LABEL operators.operatorframework.io.bundle.channels.v1="candidates"
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.38.0
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ metadata:
creationTimestamp: null
labels:
app.kubernetes.io/component: kube-rbac-proxy
app.kubernetes.io/created-by: sailoperator
app.kubernetes.io/created-by: servicemeshoperator3
app.kubernetes.io/instance: metrics-reader
app.kubernetes.io/managed-by: helm
app.kubernetes.io/name: clusterrole
app.kubernetes.io/part-of: sailoperator
app.kubernetes.io/part-of: servicemeshoperator3
name: metrics-reader
rules:
- nonResourceURLs:
Expand Down
26 changes: 0 additions & 26 deletions bundle/manifests/sail-operator-metrics-service_v1_service.yaml

This file was deleted.

Loading

0 comments on commit 5187998

Please sign in to comment.