Skip to content

Commit

Permalink
chore(thanos): moving licenses (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
viennaa committed Aug 21, 2024
1 parent 109a6bd commit 3f89919
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ header:
- 'alerts/charts/**' # ignore the license for the alerts charts
- 'kube-monitoring/charts/**' # ignore the license for the kube-monitoring charts
- 'plutono/charts/**' # ignore the license for the plutono charts
- 'thanos/charts/templates/tests/test-thanos-config.yaml' # ignore the license for this file
- 'thanos/charts/templates/tests/**' # ignore the license for this file
- '**/*.md'
- 'LICENSE'
- 'NOTICE'
Expand Down
2 changes: 1 addition & 1 deletion thanos/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maintainers:
name: thanos
sources:
- https://github.com/cloudoperators/greenhouse-extensions
version: 0.1.1
version: 0.1.2
# thanos-release
appVersion: v0.35.0
keywords:
Expand Down
3 changes: 1 addition & 2 deletions thanos/charts/templates/tests/test-permissions.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{{- if .Values.testFramework.enabled -}}
# SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors
# SPDX-License-Identifier: Apache-2.0

{{- if .Values.testFramework.enabled -}}
apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down
3 changes: 1 addition & 2 deletions thanos/charts/templates/tests/test-thanos-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{{- if .Values.testFramework.enabled -}}
# SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors
# SPDX-License-Identifier: Apache-2.0

{{- if .Values.testFramework.enabled -}}
apiVersion: v1
kind: ConfigMap
metadata:
Expand Down
3 changes: 1 addition & 2 deletions thanos/charts/templates/tests/test-thanos.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{{- if .Values.testFramework.enabled -}}
# SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors
# SPDX-License-Identifier: Apache-2.0

{{- if .Values.testFramework.enabled -}}
apiVersion: v1
kind: Pod
metadata:
Expand Down
4 changes: 2 additions & 2 deletions thanos/plugindefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
helmChart:
name: thanos
repository: "oci://ghcr.io/cloudoperators/greenhouse-extensions/charts"
version: 0.1.1
version: 0.1.2
options:
- default: null
description: CLI param for Thanos Query
Expand Down Expand Up @@ -84,4 +84,4 @@ spec:
name: thanos.query.web.routePrefix
required: false
type: string
version: 0.2.0
version: 0.2.1

0 comments on commit 3f89919

Please sign in to comment.