Skip to content

Commit

Permalink
update deployment name to allow change of label selectors (#1403)
Browse files Browse the repository at this point in the history
  • Loading branch information
pb82 authored Feb 7, 2024
1 parent 88c3456 commit fd14471
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bundle/manifests/grafana-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ metadata:
capabilities: Basic Install
categories: Monitoring
containerImage: ghcr.io/grafana/grafana-operator@sha256:97561cef949b58f55ec67d133c02ac205e2ec3fb77388aeb868dacfcebad0752
createdAt: "2024-02-03T07:28:20Z"
createdAt: "2024-02-07T09:39:40Z"
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
Expand Down Expand Up @@ -307,7 +307,7 @@ spec:
- label:
app.kubernetes.io/managed-by: olm
app.kubernetes.io/name: grafana-operator
name: grafana-operator-controller-manager
name: grafana-operator-controller-manager-v5
spec:
replicas: 1
selector:
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
apiVersion: apps/v1
kind: Deployment
metadata:
name: controller-manager
name: controller-manager-v5
namespace: system
labels:
app.kubernetes.io/name: grafana-operator
Expand Down

0 comments on commit fd14471

Please sign in to comment.