Skip to content

Commit

Permalink
fix(license-headers): remove from alert files
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtief committed Oct 22, 2024
1 parent 996e2e8 commit 8f57b33
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion charts/kubernetes-operations/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

apiVersion: v2
name: kubernetes-operations
version: 1.1.0
version: 1.1.1
description: A set of Plutono dashboards and Prometheus alerting rules combined with playbooks to ensure effective operations of Kubernetes.
maintainers:
- name: Richard Tief (I520251)
Expand Down
3 changes: 0 additions & 3 deletions charts/kubernetes-operations/alerts/kubernetes-apiserver.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors
# SPDX-License-Identifier: Apache-2.0

groups:
- name: kubernetes-apiserver
rules:
Expand Down
3 changes: 0 additions & 3 deletions charts/kubernetes-operations/alerts/kubernetes-health.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors
# SPDX-License-Identifier: Apache-2.0

groups:
- name: kubernetes-health
rules:
Expand Down
3 changes: 0 additions & 3 deletions charts/kubernetes-operations/alerts/kubernetes-kubelet.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors
# SPDX-License-Identifier: Apache-2.0

groups:
- name: kubernetes-kubelet
rules:
Expand Down
3 changes: 0 additions & 3 deletions charts/kubernetes-operations/alerts/kubernetes-node.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors
# SPDX-License-Identifier: Apache-2.0

groups:
- name: kubernetes-node
rules:
Expand Down
4 changes: 2 additions & 2 deletions charts/kubernetes-operations/plugindefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ kind: PluginDefinition
metadata:
name: kubernetes-operations
spec:
version: 1.1.0
version: 1.1.1
displayName: Kubernetes operations bundle
description: Operations bundle for Kubernetes
docMarkDownUrl: https://raw.githubusercontent.com/cloudoperators/kubernetes-operations/main/README.md
icon: https://raw.githubusercontent.com/cloudoperators/kubernetes-operations/main/charts/kubernetes-operations/kubernetes-logo.png
helmChart:
name: kubernetes-operations
repository: oci://ghcr.io/cloudoperators/kubernetes-operations/charts
version: 1.1.0
version: 1.1.1
options:
- name: prometheusRules.create
description: Create Prometheus rules
Expand Down

0 comments on commit 8f57b33

Please sign in to comment.