diff --git a/.github/licenserc.yaml b/.github/licenserc.yaml index be64f147..11f55698 100644 --- a/.github/licenserc.yaml +++ b/.github/licenserc.yaml @@ -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' diff --git a/thanos/charts/Chart.yaml b/thanos/charts/Chart.yaml index 522e9d4e..7f8d37b6 100644 --- a/thanos/charts/Chart.yaml +++ b/thanos/charts/Chart.yaml @@ -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: diff --git a/thanos/charts/templates/tests/test-permissions.yaml b/thanos/charts/templates/tests/test-permissions.yaml index cad1bf59..699dc72e 100644 --- a/thanos/charts/templates/tests/test-permissions.yaml +++ b/thanos/charts/templates/tests/test-permissions.yaml @@ -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: diff --git a/thanos/charts/templates/tests/test-thanos-config.yaml b/thanos/charts/templates/tests/test-thanos-config.yaml index 3b4aa046..2ad58f1e 100644 --- a/thanos/charts/templates/tests/test-thanos-config.yaml +++ b/thanos/charts/templates/tests/test-thanos-config.yaml @@ -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: diff --git a/thanos/charts/templates/tests/test-thanos.yaml b/thanos/charts/templates/tests/test-thanos.yaml index d13aafae..37c21a32 100644 --- a/thanos/charts/templates/tests/test-thanos.yaml +++ b/thanos/charts/templates/tests/test-thanos.yaml @@ -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: diff --git a/thanos/plugindefinition.yaml b/thanos/plugindefinition.yaml index 92611ea5..e8e71cf7 100644 --- a/thanos/plugindefinition.yaml +++ b/thanos/plugindefinition.yaml @@ -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 @@ -84,4 +84,4 @@ spec: name: thanos.query.web.routePrefix required: false type: string - version: 0.2.0 + version: 0.2.1