Skip to content

Commit fc314b9

Browse files
fix-reuse-compliant (#135)
Co-authored-by: Eric Horwath <[email protected]>
1 parent fb4dc56 commit fc314b9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+75
-91
lines changed

.reuse/dep5

-34
This file was deleted.

REUSE.toml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version = 1
2+
SPDX-PackageName = "redis-operator"
3+
SPDX-PackageSupplier = "[email protected]"
4+
SPDX-PackageDownloadLocation = "https://github.com/sap/redis-operator"
5+
SPDX-PackageComment = "The code in this project may include calls to APIs (\"API Calls\") of\n SAP or third-party products or services developed outside of this project\n (\"External Products\").\n \"APIs\" means application programming interfaces, as well as their respective\n specifications and implementing code that allows software to communicate with\n other software.\n API Calls to External Products are not licensed under the open source license\n that governs this project. The use of such API Calls and related External\n Products are subject to applicable additional agreements with the relevant\n provider of the External Products. In no event shall the open source license\n that governs this project grant any rights in or to any External Products,or\n alter, expand or supersede any terms of the applicable additional agreements.\n If you have a valid license agreement with SAP for the use of a particular SAP\n External Product, then you may make use of any API Calls included in this\n project's code for that SAP External Product, subject to the terms of such\n license agreement. If you do not have a valid license agreement for the use of\n a particular SAP External Product, then you may only make use of any API Calls\n in this project for that SAP External Product for your internal, non-productive\n and non-commercial test and evaluation of such API Calls. Nothing herein grants\n you any rights to use or access any SAP External Product, or provide any third\n parties the right to use of access any SAP External Product, through API Calls."
6+
7+
[[annotations]]
8+
path = "**"
9+
precedence = "aggregate"
10+
SPDX-FileCopyrightText = "2024 SAP SE or an SAP affiliate company and redis-operator contributors"
11+
SPDX-License-Identifier = "Apache-2.0"
12+
13+
[[annotations]]
14+
path = "pkg/operator/data/charts/redis/**"
15+
precedence = "aggregate"
16+
SPDX-FileCopyrightText = "Copyright © 2023 VMware, Inc."
17+
SPDX-License-Identifier = "Apache-2.0"
18+
SPDX-FileComment = "Helm chart from Bitnami copied from oci://registry-1.docker.io/bitnamicharts/redis"

pkg/operator/data/charts/redis/charts/common/templates/_affinities.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{/*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{/* vim: set filetype=mustache: */}}

pkg/operator/data/charts/redis/charts/common/templates/_capabilities.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{/*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{/* vim: set filetype=mustache: */}}

pkg/operator/data/charts/redis/charts/common/templates/_compatibility.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{/*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{/* vim: set filetype=mustache: */}}

pkg/operator/data/charts/redis/charts/common/templates/_errors.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{/*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{/* vim: set filetype=mustache: */}}

pkg/operator/data/charts/redis/charts/common/templates/_images.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{/*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{/* vim: set filetype=mustache: */}}

pkg/operator/data/charts/redis/charts/common/templates/_ingress.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{/*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{/* vim: set filetype=mustache: */}}

pkg/operator/data/charts/redis/charts/common/templates/_labels.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{/*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{/* vim: set filetype=mustache: */}}

pkg/operator/data/charts/redis/charts/common/templates/_names.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{/*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{/* vim: set filetype=mustache: */}}

pkg/operator/data/charts/redis/charts/common/templates/_resources.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{/*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{/* vim: set filetype=mustache: */}}

pkg/operator/data/charts/redis/charts/common/templates/_secrets.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{/*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{/* vim: set filetype=mustache: */}}

pkg/operator/data/charts/redis/charts/common/templates/_storage.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{/*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{/* vim: set filetype=mustache: */}}

pkg/operator/data/charts/redis/charts/common/templates/_tplvalues.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{/*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{/* vim: set filetype=mustache: */}}

pkg/operator/data/charts/redis/charts/common/templates/_utils.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{/*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{/* vim: set filetype=mustache: */}}

pkg/operator/data/charts/redis/charts/common/templates/_warnings.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{/*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{/* vim: set filetype=mustache: */}}

pkg/operator/data/charts/redis/charts/common/templates/validations/_cassandra.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{/*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{/* vim: set filetype=mustache: */}}

pkg/operator/data/charts/redis/charts/common/templates/validations/_mariadb.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{/*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{/* vim: set filetype=mustache: */}}

pkg/operator/data/charts/redis/charts/common/templates/validations/_mongodb.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{/*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{/* vim: set filetype=mustache: */}}

pkg/operator/data/charts/redis/charts/common/templates/validations/_mysql.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{/*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{/* vim: set filetype=mustache: */}}

pkg/operator/data/charts/redis/charts/common/templates/validations/_postgresql.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{/*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{/* vim: set filetype=mustache: */}}

pkg/operator/data/charts/redis/charts/common/templates/validations/_redis.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{/*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66

pkg/operator/data/charts/redis/charts/common/templates/validations/_validations.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{/*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{/* vim: set filetype=mustache: */}}

pkg/operator/data/charts/redis/charts/common/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Broadcom, Inc. All Rights Reserved.
2-
# SPDX-License-Identifier: APACHE-2.0
2+
# SPDX-License-Identifier: Apache-2.0
33

44
## bitnami/common
55
## It is required by CI/CD tools and processes.

pkg/operator/data/charts/redis/templates/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{/*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{/* vim: set filetype=mustache: */}}

pkg/operator/data/charts/redis/templates/configmap.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- /*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{- if (include "redis.createConfigmap" .) }}

pkg/operator/data/charts/redis/templates/extra-list.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- /*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{- range .Values.extraDeploy }}

pkg/operator/data/charts/redis/templates/headless-svc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- /*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
apiVersion: v1

pkg/operator/data/charts/redis/templates/health-configmap.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- /*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
apiVersion: v1

pkg/operator/data/charts/redis/templates/master/application.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- /*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{- if gt (int64 .Values.master.count) 0 -}}

pkg/operator/data/charts/redis/templates/master/pdb.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- /*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{- if and .Values.master.pdb.create (gt (int64 .Values.master.count) 0) (or (eq .Values.architecture "replication") (not .Values.sentinel.enabled)) }}

pkg/operator/data/charts/redis/templates/master/psp.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- /*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{- if and (include "common.capabilities.psp.supported" .) .Values.podSecurityPolicy.create }}

pkg/operator/data/charts/redis/templates/master/pvc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- /*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{- if and (eq .Values.architecture "standalone") (eq .Values.master.kind "Deployment") (.Values.master.persistence.enabled) (not .Values.master.persistence.existingClaim) }}

pkg/operator/data/charts/redis/templates/master/service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- /*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{- if and (not .Values.sentinel.enabled) (gt (int64 .Values.master.count) 0) }}

pkg/operator/data/charts/redis/templates/master/serviceaccount.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- /*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{- if and .Values.master.serviceAccount.create (or (not (eq .Values.architecture "replication")) (not .Values.sentinel.enabled)) }}

pkg/operator/data/charts/redis/templates/metrics-svc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- /*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{- if and .Values.metrics.enabled .Values.metrics.service.enabled }}

pkg/operator/data/charts/redis/templates/networkpolicy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- /*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{- if .Values.networkPolicy.enabled }}

pkg/operator/data/charts/redis/templates/podmonitor.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- /*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{- if and .Values.metrics.enabled .Values.metrics.podMonitor.enabled }}

pkg/operator/data/charts/redis/templates/prometheusrule.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- /*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}

pkg/operator/data/charts/redis/templates/replicas/application.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- /*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{- if and (eq .Values.architecture "replication") (not .Values.sentinel.enabled) }}

pkg/operator/data/charts/redis/templates/replicas/hpa.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- /*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{- if and .Values.replica.autoscaling.enabled (not .Values.sentinel.enabled) }}

pkg/operator/data/charts/redis/templates/replicas/pdb.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- /*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{- $pdb := coalesce .Values.replica.pdb .Values.pdb }}

pkg/operator/data/charts/redis/templates/replicas/service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- /*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{- if and (eq .Values.architecture "replication") (not .Values.sentinel.enabled) }}

pkg/operator/data/charts/redis/templates/replicas/serviceaccount.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- /*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{- if and .Values.replica.serviceAccount.create (eq .Values.architecture "replication") (not .Values.sentinel.enabled) }}

pkg/operator/data/charts/redis/templates/role.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- /*
22
Copyright Broadcom, Inc. All Rights Reserved.
3-
SPDX-License-Identifier: APACHE-2.0
3+
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

66
{{- if .Values.rbac.create }}

0 commit comments

Comments
 (0)