Skip to content

Commit efa11a6

Browse files
authored
Merge pull request #34 from costa-labs/api_go_update_1.26.2
Upgrade to new kube api and go update
2 parents 4970601 + 19b4484 commit efa11a6

17 files changed

Lines changed: 260 additions & 264 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Build the manager binary
5-
FROM golang:1.25 AS builder
5+
FROM golang:1.26.2 AS builder
66
ARG TARGET_OS
77
ARG TARGET_ARCH
88
ARG BUILD_DATE

LICENSES/Apache-2.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1212

1313
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
1414

15-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
15+
"Y ou" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
1616

1717
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
1818

REUSE.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ path = [
99
".gitignore",
1010
".golangci.yml",
1111
".dockerignore",
12-
".helmignore"
13-
"*.tpl"
12+
".helmignore",
13+
"*.tpl",
1414
"Makefile",
1515
"README.md",
1616
"cmd/**",

contrib/charts/external-arbiter-operator/.helmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2025 SAP SE or an SAP affiliate company and cobaltcore-dev contributors
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
# Patterns to ignore when building packages.
25
# This supports shell glob matching, relative path matching, and
36
# negation (prefixed with !). Only one pattern per line.

contrib/charts/external-arbiter-operator/templates/_helpers.tpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2025 SAP SE or an SAP affiliate company and cobaltcore-dev contributors
2+
// SPDX-License-Identifier: Apache-2.0
3+
4+
15
{{/*
26
Expand the name of the chart.
37
*/}}

contrib/k8s/examples/remote-arbiter.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2025 SAP SE or an SAP affiliate company and cobaltcore-dev contributors
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
apiVersion: ceph.cobaltcore.sap.com/v1alpha1
25
kind: RemoteArbiter
36
metadata:

contrib/k8s/examples/remote-cluster.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2025 SAP SE or an SAP affiliate company and cobaltcore-dev contributors
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
apiVersion: ceph.cobaltcore.sap.com/v1alpha1
25
kind: RemoteCluster
36
metadata:

contrib/k8s/examples/secret.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2025 SAP SE or an SAP affiliate company and cobaltcore-dev contributors
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
---
25
apiVersion: v1
36
kind: Secret

contrib/k8s/test/env-var-secret.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2025 SAP SE or an SAP affiliate company and cobaltcore-dev contributors
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
apiVersion: v1
25
kind: Secret
36
metadata:

contrib/k8s/test/keyring-secret.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2025 SAP SE or an SAP affiliate company and cobaltcore-dev contributors
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
apiVersion: v1
25
kind: Secret
36
metadata:

0 commit comments

Comments
 (0)