Skip to content

Commit

Permalink
operators [CI] nexus-operator-m88i (0.6.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardozanini authored Dec 7, 2021
1 parent 5c1502a commit 4cde81f
Show file tree
Hide file tree
Showing 7 changed files with 1,627 additions and 2 deletions.
1,267 changes: 1,267 additions & 0 deletions operators/nexus-operator-m88i/0.6.0/apps.m88i.io_nexus.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels:
control-plane: controller-manager
name: nexus-operator-controller-manager-metrics-monitor
spec:
endpoints:
- path: /metrics
port: https
selector:
matchLabels:
control-plane: controller-manager
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
control-plane: controller-manager
name: nexus-operator-controller-manager-metrics-service
spec:
ports:
- name: https
port: 8443
targetPort: https
selector:
control-plane: controller-manager
status:
loadBalancer: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: nexus-operator-metrics-reader
rules:
- nonResourceURLs:
- /metrics
verbs:
- get

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion operators/nexus-operator-m88i/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
# Use `replaces-mode` or `semver-mode`. Once you switch to `semver-mode`, there is no easy way back.
updateGraph: replaces-mode
updateGraph: replaces-mode
packagemanifestClusterVersionLabel: auto
addReviewers: true
reviewers:
- ricardozanini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
channels:
- currentCSV: nexus-operator.v0.5.0
- currentCSV: nexus-operator.v0.6.0
name: alpha
defaultChannel: alpha
packageName: nexus-operator-m88i

0 comments on commit 4cde81f

Please sign in to comment.