Skip to content

Commit 65000f4

Browse files
committed
fixup! fix: copyright dates
1 parent 2131f60 commit 65000f4

File tree

10 files changed

+9
-11
lines changed

10 files changed

+9
-11
lines changed

charts/cluster-api-runtime-extensions-nutanix/templates/clusterclass_eks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 Nutanix. All rights reserved.
1+
# Copyright 2025 Nutanix. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

44
{{- if and .Values.deployDefaultClusterClasses (.Capabilities.APIVersions.Has "infrastructure.cluster.x-k8s.io/v1beta2/AWSManagedClusterTemplate") }}

hack/examples/bases/eks/cluster/kustomization.yaml.tmpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Nutanix. All rights reserved.
1+
# Copyright 2025 Nutanix. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

44
apiVersion: kustomize.config.k8s.io/v1beta1
@@ -37,4 +37,3 @@ patches:
3737
- target:
3838
kind: Cluster
3939
path: ../../../patches/eks/instance-type.yaml
40-

hack/examples/bases/eks/clusterclass/kustomization.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Nutanix. All rights reserved.
1+
# Copyright 2025 Nutanix. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

44
apiVersion: kustomize.config.k8s.io/v1beta1

hack/examples/overlays/clusterclasses/eks/kustomization.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Nutanix. All rights reserved.
1+
# Copyright 2025 Nutanix. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

44
apiVersion: kustomize.config.k8s.io/v1beta1

hack/examples/overlays/clusterclasses/eks/kustomizeconfig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Nutanix. All rights reserved.
1+
# Copyright 2025 Nutanix. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

44
nameReference:

hack/examples/overlays/clusters/eks/kustomization.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Nutanix. All rights reserved.
1+
# Copyright 2025 Nutanix. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

44
apiVersion: kustomize.config.k8s.io/v1beta1

hack/examples/patches/eks/config-var.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Nutanix. All rights reserved.
1+
# Copyright 2025 Nutanix. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

44
- op: "add"

hack/examples/patches/eks/csi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Nutanix. All rights reserved.
1+
# Copyright 2025 Nutanix. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

44
- op: "add"

hack/examples/patches/eks/initialize-variables.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Nutanix. All rights reserved.
1+
# Copyright 2025 Nutanix. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

44
- op: "add"
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Copyright 2025 Nutanix. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
54
- op: "add"
65
path: "/spec/template/spec/preKubeadmCommands/-"
76
value: systemctl enable --now amazon-ssm-agent

0 commit comments

Comments
 (0)