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

update deployment name to allow change of label selectors #1403

Merged
merged 2 commits into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
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
NissesSenap marked this conversation as resolved.
Show resolved Hide resolved
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
Loading