Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to pass OLM CI #1387

Merged
merged 8 commits into from
Feb 3, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 17 additions & 7 deletions bundle/manifests/grafana-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,13 @@ metadata:
capabilities: Basic Install
categories: Monitoring
containerImage: ghcr.io/grafana/grafana-operator@sha256:97561cef949b58f55ec67d133c02ac205e2ec3fb77388aeb868dacfcebad0752
createdAt: "2024-01-22T07:16:13Z"
createdAt: "2024-01-22T12:15:51Z"
description: Deploys and manages Grafana instances, dashboards and data sources
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/grafana/grafana-operator
support: Grafana Labs
name: grafana-operator.v5.6.0
name: grafana-operator.v5.6.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -332,7 +333,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: ghcr.io/grafana/grafana-operator@sha256:97561cef949b58f55ec67d133c02ac205e2ec3fb77388aeb868dacfcebad0752
image: ghcr.io/grafana/grafana-operator@sha256:49ed7bdbae0b9a43e31df2e8ad2baad07042cf098d3c5944c4ce96e20a296695
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -415,17 +416,26 @@ spec:
links:
- name: Grafana Operator
url: https://grafana.github.io/grafana-operator
maintainers:
- email: [email protected]
name: Peter Braun
- email: [email protected]
name: Hubert Stefanski
- email: [email protected]
name: Edvin Norling
- email: [email protected]
name: Igor Beliakov
maturity: stable
minKubeVersion: 1.23.0
provider:
name: Grafana Labs
url: https://grafana.com
relatedImages:
- image: docker.io/grafana/grafana@sha256:ff68ed4324e471ffa269aa5308cdcf12276ef2d5a660daea95db9d629a32a7d8
name: grafana
- image: ghcr.io/grafana/grafana-operator@sha256:97561cef949b58f55ec67d133c02ac205e2ec3fb77388aeb868dacfcebad0752
- image: ghcr.io/grafana/grafana-operator@sha256:49ed7bdbae0b9a43e31df2e8ad2baad07042cf098d3c5944c4ce96e20a296695
name: manager
- image: ghcr.io/grafana/grafana-operator@sha256:97561cef949b58f55ec67d133c02ac205e2ec3fb77388aeb868dacfcebad0752
name: grafana-operator-97561cef949b58f55ec67d133c02ac205e2ec3fb77388aeb868dacfcebad0752-annotation
- image: docker.io/grafana/grafana@sha256:ff68ed4324e471ffa269aa5308cdcf12276ef2d5a660daea95db9d629a32a7d8
name: grafana
replaces: grafana-operator.v5.5.2
version: 5.6.0
version: 5.6.1
4 changes: 4 additions & 0 deletions bundle/metadata/properties.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
properties:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like olm.maxOpenShiftVersion is not the same as com.redhat.openshift.versions: "v4.6-v4.8"
I guess i missunderstood the docs https://docs.openshift.com/container-platform/4.8/operators/operator_sdk/osdk-working-bundle-images.html
I will play with this later

- type: olm.maxOpenShiftVersion
value:
version: "4.60"
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ configMapGenerator:
images:
- name: controller
newName: ghcr.io/grafana/grafana-operator
newTag: v5.6.0
newTag: v5.6.1
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
categories: Monitoring
containerImage: ghcr.io/grafana/grafana-operator:v5.6.0
createdAt: "2023-12-11T09:21:22Z"
description: Deploys and manages Grafana instances, dashboards and data sources
repository: https://github.com/grafana/grafana-operator
support: Grafana Labs
name: grafana-operator.v0.0.0
Expand Down Expand Up @@ -60,6 +61,15 @@ spec:
links:
- name: Grafana Operator
url: https://grafana.github.io/grafana-operator
maintainers:
- email: [email protected]
name: Peter Braun
- email: [email protected]
name: Hubert Stefanski
- email: [email protected]
name: Edvin Norling
- email: [email protected]
name: Igor Beliakov
NissesSenap marked this conversation as resolved.
Show resolved Hide resolved
maturity: stable
minKubeVersion: 1.23.0
provider:
Expand Down