Skip to content

Commit fd98daa

Browse files
authored
Remove replicaCount parameter and old charts (#101)
* Remove old charts and replicaCount parameter * Revert local changes to Notes * Fix Link * Add sudo to Codeowners * Change Minor Version instead of build. Update Copyright Year
1 parent 8cdbb09 commit fd98daa

32 files changed

+16
-19
lines changed

CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @CloudHealth/team-cheapsk8s
1+
* @CloudHealth/team-cheapsk8s @Cloudhealth/team-sudo

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2021 VMware, Inc.
1+
Copyright 2023 VMware, Inc.
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Copyright 2021 VMware, Inc. -->
1+
<!-- Copyright 2023 VMware, Inc. -->
22
<!-- SPDX-License-Identifier: Apache-2.0 -->
33
# CloudHealth Kubernetes Collector Agent Helm Chart
44

@@ -82,8 +82,7 @@ $ helm repo remove cloudhealth
8282
| `image.repository` | CloudHealth Collector image repository | `cloudhealth/container-collector` |
8383
| `image.tag` | CloudHealth Collector image tag | `1203` |
8484
| `image.pullPolicy` | CloudHealth Collector image pull policy | `IfNotPresent` |
85-
| `image.pullSecrets` | CloudHealth Collector image pull secrets | `[]` |
86-
| `replicaCount` | Number of CloudHealth Collector replicas to deploy | `1` |
85+
| `image.pullSecrets` | CloudHealth Collector image pull secrets | `[]` | |
8786
| `resources.limits.cpu` | The CPU limits for CloudHealth Collector containers | `1000m` |
8887
| `resources.requests.cpu` | The requested CPU for CloudHealth Collector containers | `500m` |
8988
| `resources.limits.memory` | The Memory limits for CloudHealth Collector containers | `1024Mi` |
@@ -120,7 +119,7 @@ You can also use YAML file to specify the parameters while installing the chart.
120119
$ helm install cloudhealth-collector -f values.yaml cloudhealth/cloudhealth-collector
121120
```
122121

123-
> **Tip**: You can use the default [values.yaml](cloudhealth-collector/values.yaml)
122+
> **Tip**: You can use the default [values.yaml](charts/cloudhealth-collector/values.yaml)
124123

125124
## Troubleshooting
126125

charts/cloudhealth-collector/.helmignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021 VMware, Inc.
1+
# Copyright 2023 VMware, Inc.
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Patterns to ignore when building packages.

charts/cloudhealth-collector/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Copyright 2021 VMware, Inc.
1+
# Copyright 2023 VMware, Inc.
22
# SPDX-License-Identifier: Apache-2.0
33

44
apiVersion: v2
55
name: cloudhealth-collector
66
description: A Helm chart for CloudHealth's Kubernetes Collector Agent
77
type: application
8-
version: 4.0.1
8+
version: 4.1.0
99
appVersion: "5.0.0"
1010
home: https://cloudhealth.vmware.com/
1111
sources:

charts/cloudhealth-collector/templates/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{/* Copyright 2021 VMware, Inc. */}}
1+
{{/* Copyright 2023 VMware, Inc. */}}
22
{{/* SPDX-License-Identifier: Apache-2.0 */}}
33

44
{{/*

charts/cloudhealth-collector/templates/clusterrole.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- /*
2-
Copyright 2021 VMware, Inc.
2+
Copyright 2023 VMware, Inc.
33
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

charts/cloudhealth-collector/templates/clusterrolebinding.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- /*
2-
Copyright 2021 VMware, Inc.
2+
Copyright 2023 VMware, Inc.
33
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

charts/cloudhealth-collector/templates/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- /*
2-
Copyright 2021 VMware, Inc.
2+
Copyright 2023 VMware, Inc.
33
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

@@ -14,7 +14,7 @@ metadata:
1414
{{- toYaml . | nindent 4 }}
1515
{{- end }}
1616
spec:
17-
replicas: {{ .Values.replicaCount }}
17+
replicas: 1
1818
selector:
1919
matchLabels:
2020
{{- include "cloudhealth-collector.selectorLabels" . | nindent 6 }}

charts/cloudhealth-collector/templates/secrets.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- /*
2-
Copyright 2021 VMware, Inc.
2+
Copyright 2023 VMware, Inc.
33
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

charts/cloudhealth-collector/templates/serviceaccount.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- /*
2-
Copyright 2021 VMware, Inc.
2+
Copyright 2023 VMware, Inc.
33
SPDX-License-Identifier: Apache-2.0
44
*/}}
55

charts/cloudhealth-collector/values.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
# Copyright 2021 VMware, Inc.
1+
# Copyright 2023 VMware, Inc.
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Default values for cloudhealth-collector.
55
# This is a YAML-formatted file.
66
# Declare variables to be passed into your templates.
77

8-
replicaCount: 1
9-
108
# Set to automatically create secret, or create a secret with the name specified by the 'secretName' parameter
119
apiToken: ""
1210

cloudhealth-collector-0.1.0.tgz

-3.1 KB
Binary file not shown.

cloudhealth-collector-1.0.1.tgz

-3.13 KB
Binary file not shown.

cloudhealth-collector-1.0.2.tgz

-3.13 KB
Binary file not shown.

cloudhealth-collector-1.0.3.tgz

-3.14 KB
Binary file not shown.

cloudhealth-collector-1.0.4.tgz

-3.18 KB
Binary file not shown.

cloudhealth-collector-1.0.5.tgz

-3.26 KB
Binary file not shown.

cloudhealth-collector-1.1.0.tgz

-3.25 KB
Binary file not shown.

cloudhealth-collector-1.1.1.tgz

-3.32 KB
Binary file not shown.

cloudhealth-collector-1.1.2.tgz

-3.57 KB
Binary file not shown.

cloudhealth-collector-1.1.3.tgz

-3.66 KB
Binary file not shown.

cloudhealth-collector-2.0.0.tgz

-3.74 KB
Binary file not shown.

cloudhealth-collector-2.0.1.tgz

-3.88 KB
Binary file not shown.

cloudhealth-collector-2.0.2.tgz

-3.84 KB
Binary file not shown.

cloudhealth-collector-2.0.3.tgz

-3.85 KB
Binary file not shown.

cloudhealth-collector-2.0.4.tgz

-3.84 KB
Binary file not shown.

cloudhealth-collector-2.0.5.tgz

-3.98 KB
Binary file not shown.

cloudhealth-collector-2.0.6.tgz

-3.97 KB
Binary file not shown.

cloudhealth-collector-2.0.7.tgz

-3.98 KB
Binary file not shown.

cloudhealth-collector-2.0.8.tgz

-3.97 KB
Binary file not shown.

cloudhealth-collector-2.0.9.tgz

-4.03 KB
Binary file not shown.

0 commit comments

Comments
 (0)