Skip to content

Commit fc314b9

Browse files
fix-reuse-compliant (#135)
Co-authored-by: Eric Horwath <70013998+erichorwath@users.noreply.github.com>
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

Lines changed: 0 additions & 34 deletions
This file was deleted.

REUSE.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version = 1
2+
SPDX-PackageName = "redis-operator"
3+
SPDX-PackageSupplier = "SAP_ERP4SME_DevOps@sap.com"
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)