Skip to content

Commit

Permalink
Update: cleanup (#587)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
  • Loading branch information
nlamirault committed Nov 9, 2023
1 parent 95fb430 commit 28f8b55
Show file tree
Hide file tree
Showing 51 changed files with 1,138 additions and 1,132 deletions.
11 changes: 11 additions & 0 deletions .dprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"markdown": {
},
"toml": {
},
"excludes": [],
"plugins": [
"https://plugins.dprint.dev/markdown-0.16.2.wasm",
"https://plugins.dprint.dev/toml-0.5.4.wasm"
]
}
8 changes: 6 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,17 @@ We would like these checks to pass before we even continue reviewing your change
#### What this PR does / why we need it:

#### Which issue this PR fixes
*(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*
- fixes #

_(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)_

- fixes #

#### Special notes for your reviewer:

#### Checklist

<!-- [Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.] -->

- [ ] Title of the PR starts with chart name (e.g. `[portefaix-kyverno]`)
- [ ] Documentation has been updated with helm-docs (run: `.github/helm-docs.sh`)
- [ ] Chart Version bumped
Expand Down
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ repos:
- --license-filepath
- hack/config/licence.txt
# - --remove-header
- repo: https://github.com/spinergie/pre-commit-dprint
rev: v0.42.5
hooks:
- id: dprint
pass_filenames: false
- repo: local
hooks:
- id: ct-lint
Expand Down
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ See `git help commit`:
1. Remember to sign off your commits as described above
1. Submit a pull request

***NOTE***: In order to make testing and merging of PRs easier, please submit changes to multiple charts in separate PRs.
_**NOTE**_: In order to make testing and merging of PRs easier, please submit changes to multiple charts in separate PRs.

### Technical Requirements

* Must follow [Charts best practices](https://helm.sh/docs/topics/chart_best_practices/).
* Must pass CI jobs for linting and installing changed charts with the [chart-testing](https://github.com/helm/chart-testing) tool See [pre-commit](#pre-commit) below.
* Any change to a chart requires a version bump following [semver](https://semver.org/) principles. See [Immutability](#immutability) and [Versioning](#versioning) below.
- Must follow [Charts best practices](https://helm.sh/docs/topics/chart_best_practices/).
- Must pass CI jobs for linting and installing changed charts with the [chart-testing](https://github.com/helm/chart-testing) tool See [pre-commit](#pre-commit) below.
- Any change to a chart requires a version bump following [semver](https://semver.org/) principles. See [Immutability](#immutability) and [Versioning](#versioning) below.

Once changes have been merged, the release job will automatically run to package and release changed charts.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

Charts are available in the following formats:

* [Chart Repository](https://helm.sh/docs/topics/chart_repository/)
* [OCI Artifacts](https://helm.sh/docs/topics/registries/)
- [Chart Repository](https://helm.sh/docs/topics/chart_repository/)
- [OCI Artifacts](https://helm.sh/docs/topics/registries/)

### Installing from the Chart Repository

Expand Down
81 changes: 41 additions & 40 deletions charts/ack-factory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,48 +8,49 @@ An AWS Factory using AWS Controllers for Kubernetes

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| Name | Email | Url |
| ---------- | ----------------------------- | ------------------------------- |
| nlamirault | <nicolas.lamirault@gmail.com> | <https://github.com/nlamirault> |

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| ack.ecr[0] | object | `{"name":"charts"}` | ECR repositories |
| ack.ecr[1].name | string | `"containers"` | |
| ack.eks.nodegroups.core.amiType | string | `"AL2_x86_64"` | |
| ack.eks.nodegroups.core.capacityType | string | `"ON-DEMAND"` | |
| ack.eks.nodegroups.core.diskSize | int | `50` | |
| ack.eks.nodegroups.core.instanceTypes[0] | string | `"t3.large"` | |
| ack.eks.nodegroups.core.scalingConfig.desiredSize | int | `1` | |
| ack.eks.nodegroups.core.scalingConfig.maxSize | int | `3` | |
| ack.eks.nodegroups.core.scalingConfig.minSize | int | `1` | |
| ack.eks.nodegroups.core.updateConfig.maxUnavailable | int | `1` | |
| ack.eks.nodegroups.core.updateConfig.maxUnavailablePercentage | int | `50` | |
| ack.eks.nodegroups.ops.amiType | string | `"AL2_x86_64"` | |
| ack.eks.nodegroups.ops.capacityType | string | `"SPOT"` | |
| ack.eks.nodegroups.ops.diskSize | int | `50` | |
| ack.eks.nodegroups.ops.instanceTypes[0] | string | `"t3.large"` | |
| ack.eks.nodegroups.ops.scalingConfig.desiredSize | int | `1` | |
| ack.eks.nodegroups.ops.scalingConfig.maxSize | int | `3` | |
| ack.eks.nodegroups.ops.scalingConfig.minSize | int | `1` | |
| ack.eks.nodegroups.ops.updateConfig.maxUnavailable | int | `1` | |
| ack.eks.nodegroups.ops.updateConfig.maxUnavailablePercentage | int | `50` | |
| ack.eks.subnet.cluster | string | `"public"` | |
| ack.eks.subnet.node | string | `"private"` | |
| ack.eks.version | float | `1.25` | |
| ack.gateway.routes.gateway | string | `"10.10.1.0/24"` | |
| ack.gateway.routes.natGateway | string | `"10.10.2.0/24"` | |
| ack.gateway.subnet | string | `"private"` | |
| ack.subnets[0].cidrBlock | string | `"10.10.1.0/24"` | |
| ack.subnets[0].name | string | `"public"` | |
| ack.subnets[1].cidrBlock | string | `"10.10.2.0/24"` | |
| ack.subnets[1].name | string | `"private"` | |
| ack.tags | list | `[{"key":"portefaix/krm","value":"aws-controllers-k8s"}]` | AWS Tags for all resources https://aws-controllers-k8s.github.io/community/docs/user-docs/ack-tags/ |
| ack.vpc.cidr | string | `"10.10.0.0/16"` | |
| additionalAnnotations | object | `{}` | Additional annotations to add to all resources |
| additionalLabels | object | `{}` | Additional labels to add to all resources |

----------------------------------------------
| Key | Type | Default | Description |
| ------------------------------------------------------------- | ------ | --------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| ack.ecr[0] | object | `{"name":"charts"}` | ECR repositories |
| ack.ecr[1].name | string | `"containers"` | |
| ack.eks.nodegroups.core.amiType | string | `"AL2_x86_64"` | |
| ack.eks.nodegroups.core.capacityType | string | `"ON-DEMAND"` | |
| ack.eks.nodegroups.core.diskSize | int | `50` | |
| ack.eks.nodegroups.core.instanceTypes[0] | string | `"t3.large"` | |
| ack.eks.nodegroups.core.scalingConfig.desiredSize | int | `1` | |
| ack.eks.nodegroups.core.scalingConfig.maxSize | int | `3` | |
| ack.eks.nodegroups.core.scalingConfig.minSize | int | `1` | |
| ack.eks.nodegroups.core.updateConfig.maxUnavailable | int | `1` | |
| ack.eks.nodegroups.core.updateConfig.maxUnavailablePercentage | int | `50` | |
| ack.eks.nodegroups.ops.amiType | string | `"AL2_x86_64"` | |
| ack.eks.nodegroups.ops.capacityType | string | `"SPOT"` | |
| ack.eks.nodegroups.ops.diskSize | int | `50` | |
| ack.eks.nodegroups.ops.instanceTypes[0] | string | `"t3.large"` | |
| ack.eks.nodegroups.ops.scalingConfig.desiredSize | int | `1` | |
| ack.eks.nodegroups.ops.scalingConfig.maxSize | int | `3` | |
| ack.eks.nodegroups.ops.scalingConfig.minSize | int | `1` | |
| ack.eks.nodegroups.ops.updateConfig.maxUnavailable | int | `1` | |
| ack.eks.nodegroups.ops.updateConfig.maxUnavailablePercentage | int | `50` | |
| ack.eks.subnet.cluster | string | `"public"` | |
| ack.eks.subnet.node | string | `"private"` | |
| ack.eks.version | float | `1.25` | |
| ack.gateway.routes.gateway | string | `"10.10.1.0/24"` | |
| ack.gateway.routes.natGateway | string | `"10.10.2.0/24"` | |
| ack.gateway.subnet | string | `"private"` | |
| ack.subnets[0].cidrBlock | string | `"10.10.1.0/24"` | |
| ack.subnets[0].name | string | `"public"` | |
| ack.subnets[1].cidrBlock | string | `"10.10.2.0/24"` | |
| ack.subnets[1].name | string | `"private"` | |
| ack.tags | list | `[{"key":"portefaix/krm","value":"aws-controllers-k8s"}]` | AWS Tags for all resources https://aws-controllers-k8s.github.io/community/docs/user-docs/ack-tags/ |
| ack.vpc.cidr | string | `"10.10.0.0/16"` | |
| additionalAnnotations | object | `{}` | Additional annotations to add to all resources |
| additionalLabels | object | `{}` | Additional labels to add to all resources |

---

Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
16 changes: 7 additions & 9 deletions charts/alertmanager-mixin/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,43 @@
# Change Log

## 0.3.0
## 0.3.0

**Release date:** 2021-08-31

![AppVersion: 0.22.0](https://img.shields.io/static/v1?label=AppVersion&message=0.22.0&color=success&logo=)
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)


* Update: tip to retrieve prometheusrules
- Update: tip to retrieve prometheusrules

### Default value changes

```diff
# No changes in this release
```

## 0.2.0
## 0.2.0

**Release date:** 2021-06-23

![AppVersion: 0.22.0](https://img.shields.io/static/v1?label=AppVersion&message=0.22.0&color=success&logo=)
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)


* Update: labels
- Update: labels

### Default value changes

```diff
# No changes in this release
```

## 0.1.0
## 0.1.0

**Release date:** 2021-06-18

![AppVersion: 0.22.0](https://img.shields.io/static/v1?label=AppVersion&message=0.22.0&color=success&logo=)
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)


* Add: init alertmanager-mixin chart
- Add: init alertmanager-mixin chart

### Default value changes

Expand All @@ -60,4 +57,5 @@ additionalAnnotations: {}
```

---

Autogenerated from Helm Chart and git history using [helm-changelog](https://github.com/mogensen/helm-changelog)
25 changes: 13 additions & 12 deletions charts/alertmanager-mixin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,24 @@ A Helm chart for Alertmanager Mixin

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| nlamirault | <nicolas.lamirault@gmail.com> | |
| Name | Email | Url |
| ---------- | ----------------------------- | --- |
| nlamirault | <nicolas.lamirault@gmail.com> | |

## Source Code

* <https://github.com/nlamirault/portefaix-hub/tree/master/charts/alertmanager-mixin>
- <https://github.com/nlamirault/portefaix-hub/tree/master/charts/alertmanager-mixin>

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| additionalAnnotations | object | `{}` | Additional annotations to add to all resources |
| additionalLabels | object | `{}` | Additional labels to add to all resources |
| fullnameOverride | string | `""` | Provide a name to substitute for the full names of resources |
| grafana.folder | string | `"monitoring"` | Grafana folder in which to store the dashboards |
| monitor.additionalLabels | object | `{}` | Additional labels to add to resources managed by the Prometheus Operator |
| Key | Type | Default | Description |
| ------------------------ | ------ | -------------- | ------------------------------------------------------------------------ |
| additionalAnnotations | object | `{}` | Additional annotations to add to all resources |
| additionalLabels | object | `{}` | Additional labels to add to all resources |
| fullnameOverride | string | `""` | Provide a name to substitute for the full names of resources |
| grafana.folder | string | `"monitoring"` | Grafana folder in which to store the dashboards |
| monitor.additionalLabels | object | `{}` | Additional labels to add to resources managed by the Prometheus Operator |

---

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)

0 comments on commit 28f8b55

Please sign in to comment.