Skip to content

Commit

Permalink
Using values for TP.1 version (openshift-service-mesh#13)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Grimm <dgrimm@redhat.com>
  • Loading branch information
FilipB authored and dgn committed Apr 29, 2024
1 parent 5fbdbe3 commit f0dad80
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Makefile.vendor.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION = 3.0.0
VERSION = 3.0.0-tp.1
OPERATOR_NAME = servicemeshoperator3
HUB = quay.io/maistra-dev
CHANNELS = 3.0
CHANNELS = candidates
HELM_VALUES_FILE = ossm/values.yaml
VERSIONS_YAML_FILE = versions.yaml
2 changes: 1 addition & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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=servicemeshoperator3
LABEL operators.operatorframework.io.bundle.channels.v1="3.0"
LABEL operators.operatorframework.io.bundle.channels.v1="candidates"
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.34.1
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/operator.istio.io_istiocnis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.15.0
creationTimestamp: null
name: istiocnis.operator.istio.io
spec:
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/operator.istio.io_istiorevisions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.15.0
creationTimestamp: null
name: istiorevisions.operator.istio.io
spec:
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/operator.istio.io_istios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.15.0
creationTimestamp: null
name: istios.operator.istio.io
spec:
Expand Down
10 changes: 5 additions & 5 deletions bundle/manifests/servicemeshoperator3.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ metadata:
]
capabilities: Seamless Upgrades
categories: OpenShift Optional, Integration & Delivery, Networking, Security
containerImage: quay.io/maistra-dev/sail-operator:3.0-latest
createdAt: "2024-04-19T07:45:59Z"
containerImage: registry.gitlab.com/dgrimm/istio/sail-operator:dgn
createdAt: "2024-04-29T09:19:22Z"
description: The OpenShift Service Mesh Operator enables you to install, configure,
and manage an instance of Red Hat OpenShift Service Mesh. OpenShift Service
Mesh is based on the open source Istio project.
Expand All @@ -55,7 +55,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
repository: https://github.com/istio-ecosystem/sail-operator
support: Red Hat, Inc.
name: servicemeshoperator3.v3.0.0
name: servicemeshoperator3.v3.0.0-tp.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -538,7 +538,7 @@ spec:
- --default-profile=openshift
command:
- /manager
image: quay.io/maistra-dev/sail-operator:3.0-latest
image: registry.gitlab.com/dgrimm/istio/sail-operator:dgn
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -638,4 +638,4 @@ spec:
maturity: alpha
provider:
name: Red Hat, Inc.
version: 3.0.0
version: 3.0.0-tp.1
2 changes: 1 addition & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ annotations:
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: servicemeshoperator3
operators.operatorframework.io.bundle.channels.v1: "3.0"
operators.operatorframework.io.bundle.channels.v1: "candidates"
operators.operatorframework.io.metrics.builder: operator-sdk-v1.34.1
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v4
Expand Down
2 changes: 1 addition & 1 deletion chart/crds/operator.istio.io_istiocnis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.15.0
name: istiocnis.operator.istio.io
spec:
group: operator.istio.io
Expand Down
2 changes: 1 addition & 1 deletion chart/crds/operator.istio.io_istiorevisions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.15.0
name: istiorevisions.operator.istio.io
spec:
group: operator.istio.io
Expand Down
2 changes: 1 addition & 1 deletion chart/crds/operator.istio.io_istios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.15.0
name: istios.operator.istio.io
spec:
group: operator.istio.io
Expand Down

0 comments on commit f0dad80

Please sign in to comment.