Skip to content

Commit

Permalink
Certification issues fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
EldarAliiev committed Jul 6, 2022
1 parent 735bb28 commit 3a7ebea
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: v1
kind: Service
metadata:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apiVersion: rbac.authorization.k8s.io/v1beta1
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
Expand Down
14 changes: 11 additions & 3 deletions bundle/manifests/coralogix-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
Expand All @@ -20,7 +21,7 @@ metadata:
capabilities: Basic Install
categories: Logging & Tracing
certified: "false"
containerImage: registry.connect.redhat.com/coralogix/coralogix-operator:1.0.1
containerImage: registry.connect.redhat.com/coralogix/coralogix-operator@sha256:4673e4db99fb76496479fa30f390c02c14018cdb13450a78efc6690c8420f389
createdAt: "2020-09-08T07:15:53Z"
description: Coralogix is a machine data analytics SaaS platform that drastically
improves the delivery & maintenance process for software providers. Using proprietary
Expand Down Expand Up @@ -232,7 +233,7 @@ spec:
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=10
image: registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.5
image: registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:bb54bc66185afa09853744545d52ea22f88b67756233a47b9f808fe59cda925e
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand All @@ -243,7 +244,7 @@ spec:
- --enable-leader-election
command:
- /manager
image: registry.connect.redhat.com/coralogix/coralogix-operator:1.0.1
image: registry.connect.redhat.com/coralogix/coralogix-operator@sha256:4673e4db99fb76496479fa30f390c02c14018cdb13450a78efc6690c8420f389
name: manager
resources:
limits:
Expand Down Expand Up @@ -293,6 +294,13 @@ spec:
type: MultiNamespace
- supported: true
type: AllNamespaces
relatedImages:
- name: coralogix-operator
image: registry.connect.redhat.com/coralogix/coralogix-operator@sha256:4673e4db99fb76496479fa30f390c02c14018cdb13450a78efc6690c8420f389
- name: coralogix-fluentd
image: registry.connect.redhat.com/coralogix/coralogix-fluentd@sha256:925b2d97edd0681c10cc3cc61059e6fd17e68cb12f9386d4af50c1e380db422d
- name: ose-kube-rbac-proxy
image: registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:bb54bc66185afa09853744545d52ea22f88b67756233a47b9f808fe59cda925e
keywords:
- coralogix
- logging
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down
4 changes: 3 additions & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
annotations:
# Core bundle annotations.
operators.operatorframework.io.bundle.mediatype.v1: registry+v1
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: coralogix-operator
operators.operatorframework.io.bundle.channels.v1: alpha
operators.operatorframework.io.bundle.channels.v1: stable
operators.operatorframework.io.bundle.channel.default.v1: stable
operators.operatorframework.io.metrics.builder: operator-sdk-v1.21.0
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v2
Expand Down
1 change: 1 addition & 0 deletions bundle/tests/scorecard/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: scorecard.operatorframework.io/v1alpha3
kind: Configuration
metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ spec:
type: MultiNamespace
- supported: true
type: AllNamespaces
relatedImages: []
keywords:
- coralogix
- logging
Expand Down
2 changes: 1 addition & 1 deletion config/rbac/auth_proxy_client_clusterrole.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: metrics-reader
Expand Down

0 comments on commit 3a7ebea

Please sign in to comment.