Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): [bot] release base-cluster:4.8.0 #579

Merged
merged 3 commits into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions charts/base-cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [4.8.0](https://github.com/teutonet/teutonet-helm-charts/compare/base-cluster-4.7.0...base-cluster-v4.8.0) (2023-09-20)


### Features

* **base-cluster/flux:** change ssh algorithm to ed25519 ([#582](https://github.com/teutonet/teutonet-helm-charts/issues/582)) ([5dfa01f](https://github.com/teutonet/teutonet-helm-charts/commit/5dfa01fd730eb8409262e76eb01f2c38216ac095))
* **base-cluster/ingress:** enable tracing for nginx ([#578](https://github.com/teutonet/teutonet-helm-charts/issues/578)) ([b7aabcb](https://github.com/teutonet/teutonet-helm-charts/commit/b7aabcbb4f81dd86558a4f84da322f68bd39ab40))
* **base-cluster:** add priorityClassName to critical applications ([#535](https://github.com/teutonet/teutonet-helm-charts/issues/535)) ([abcce53](https://github.com/teutonet/teutonet-helm-charts/commit/abcce53156f21ee14baad214572964631838ecb4))


### Miscellaneous Chores

* **base-cluster/artifacthub-images:** Update ArtifactHUB images ([#580](https://github.com/teutonet/teutonet-helm-charts/issues/580)) ([a8932e8](https://github.com/teutonet/teutonet-helm-charts/commit/a8932e888401e6aaa9ff8aa4c4ff1ce08071483a))
* **base-cluster/dependencies:** update docker.io/bitnami/kubectl docker tag to v1.27.6 ([#576](https://github.com/teutonet/teutonet-helm-charts/issues/576)) ([94dfe6b](https://github.com/teutonet/teutonet-helm-charts/commit/94dfe6b38f95882b4c65064d7205e6da7ced7710))
* **base-cluster/dependencies:** update docker.io/fluxcd/flux-cli docker tag to v2 ([#521](https://github.com/teutonet/teutonet-helm-charts/issues/521)) ([2cdc7f0](https://github.com/teutonet/teutonet-helm-charts/commit/2cdc7f07b3084a525233064119e00c76c51c44ce))

## [4.7.0](https://github.com/teutonet/teutonet-helm-charts/compare/base-cluster-4.6.0...base-cluster-v4.7.0) (2023-09-13)


Expand Down
8 changes: 4 additions & 4 deletions charts/base-cluster/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: base-cluster
type: application
version: 4.7.0
version: 4.8.0
icon: https://teuto.net/favicon.ico
maintainers:
- name: cwrau
Expand All @@ -26,12 +26,12 @@ annotations:
- image: docker.io/bitnami/grafana-tempo-vulture:2.2.2-debian-11-r0
- image: docker.io/bitnami/grafana-tempo:2.2.2-debian-11-r0
- image: docker.io/bitnami/kubectl:1.27
- image: docker.io/bitnami/kubectl:1.27.5
- image: docker.io/bitnami/kubectl:1.27.6
- image: docker.io/bitnami/memcached:1.6.21-debian-11-r62
- image: docker.io/bitnami/metrics-server:0.6.4-debian-11-r24
- image: docker.io/bitnami/metrics-server:0.6.4-debian-11-r50
- image: docker.io/busybox:1.35
- image: docker.io/curlimages/curl:7.85.0
- image: docker.io/fluxcd/flux-cli:v0.41.2
- image: docker.io/fluxcd/flux-cli:v2.1.0
- image: docker.io/grafana/grafana-image-renderer:latest
- image: docker.io/grafana/grafana:10.1.1
- image: docker.io/grafana/loki:2.6.1
Expand Down
55 changes: 54 additions & 1 deletion charts/base-cluster/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[modeline]: # ( vim: set ft=markdown: )
# base-cluster

![Version: 4.7.0](https://img.shields.io/badge/Version-4.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 4.8.0](https://img.shields.io/badge/Version-4.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A common base for every kubernetes cluster

Expand Down Expand Up @@ -352,6 +352,7 @@ ignore this change.
| - [certificates](#global_certificates ) | No | object | No | - | A map of cert-manager certificates to create and sync its secrets into namespaces, the key is the name, therefore the secret name will be \`$key\`-certificate |
| - [storageClass](#global_storageClass ) | No | string or null | No | In #/$defs/storageClass | The storageClass to use for persistence, e.g. for prometheus, otherwise use the cluster default (teutostack-ssd) |
| - [namespaces](#global_namespaces ) | No | object | No | - | Namespaces to create. AND *delete* if removed |
| - [priorityClasses](#global_priorityClasses ) | No | object | No | - | - |

### <a name="global_serviceLevelAgreement"></a>1.1. ![Required](https://img.shields.io/badge/Required-blue) Property `base cluster configuration > global > serviceLevelAgreement`

Expand Down Expand Up @@ -953,6 +954,58 @@ test.teuto.net

**Description:** A condition with which to decide to include the resource. This will be templated. Must return a truthy value

### <a name="global_priorityClasses"></a>1.15. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `base cluster configuration > global > priorityClasses`

| | |
| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Type** | `object` |
| **Additional properties** | [![Should-conform](https://img.shields.io/badge/Should-conform-blue)](#global_priorityClasses_additionalProperties "Each additional property must conform to the following schema") |

| Property | Pattern | Type | Deprecated | Definition | Title/Description |
| --------------------------------------------------- | ------- | ------ | ---------- | ---------- | ----------------- |
| - [](#global_priorityClasses_additionalProperties ) | No | object | No | - | - |

#### <a name="global_priorityClasses_additionalProperties"></a>1.15.1. Property `base cluster configuration > global > priorityClasses > additionalProperties`

| | |
| ------------------------- | -------------------------------------------------------------------------------------------------------- |
| **Type** | `object` |
| **Additional properties** | [![Not allowed](https://img.shields.io/badge/Not%20allowed-red)](# "Additional Properties not allowed.") |

| Property | Pattern | Type | Deprecated | Definition | Title/Description |
| ------------------------------------------------------------------------------------ | ------- | ---------------- | ---------- | ---------- | ----------------- |
| + [value](#global_priorityClasses_additionalProperties_value ) | No | integer | No | - | - |
| - [description](#global_priorityClasses_additionalProperties_description ) | No | string | No | - | - |
| - [preemptionPolicy](#global_priorityClasses_additionalProperties_preemptionPolicy ) | No | enum (of string) | No | - | - |

##### <a name="global_priorityClasses_additionalProperties_value"></a>1.15.1.1. ![Required](https://img.shields.io/badge/Required-blue) Property `base cluster configuration > global > priorityClasses > additionalProperties > value`

| | |
| -------- | --------- |
| **Type** | `integer` |

| Restrictions | |
| ------------ | ---------------- |
| **Minimum** | &ge; -2147483648 |
| **Maximum** | &le; 1000000000 |

##### <a name="global_priorityClasses_additionalProperties_description"></a>1.15.1.2. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `base cluster configuration > global > priorityClasses > additionalProperties > description`

| | |
| -------- | -------- |
| **Type** | `string` |

##### <a name="global_priorityClasses_additionalProperties_preemptionPolicy"></a>1.15.1.3. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `base cluster configuration > global > priorityClasses > additionalProperties > preemptionPolicy`

| | |
| ----------- | ------------------------ |
| **Type** | `enum (of string)` |
| **Default** | `"PreemptLowerPriority"` |

Must be one of:
* "PreemptLowerPriority"
* "Never"

## <a name="kyverno"></a>2. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `base cluster configuration > kyverno`

| | |
Expand Down