feat(k8s-ycl): Release k8s-ycl-1.2.5

This commit is contained in:
Bernd Schorgers 2024-03-13 14:32:33 +01:00
parent 670e236fbd
commit 43320eaa21
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC
4 changed files with 53 additions and 52 deletions

View file

@ -2,7 +2,7 @@
apiVersion: v2 apiVersion: v2
description: Kubernetes admission controller to remove CPU limits from Pods. description: Kubernetes admission controller to remove CPU limits from Pods.
name: k8s-ycl name: k8s-ycl
version: 1.2.4 version: 1.2.5
appVersion: v0.2.0 appVersion: v0.2.0
kubeVersion: ">=1.22.0-0" kubeVersion: ">=1.22.0-0"
sources: sources:
@ -19,7 +19,7 @@ maintainers:
dependencies: dependencies:
- name: common - name: common
repository: https://bjw-s.github.io/helm-charts repository: https://bjw-s.github.io/helm-charts
version: 3.0.2 version: 3.0.3
annotations: annotations:
artifacthub.io/changes: |- artifacthub.io/changes: |-
- kind: changed - kind: changed

View file

@ -7,25 +7,25 @@ Kubernetes admission controller to remove CPU limits from Pods.
## Maintainers ## Maintainers
| Name | Email | Url | | Name | Email | Url |
| ---- | ------ | --- | | ----- | -------------- | --- |
| bjw-s | <me@bjw-s.dev> | | | bjw-s | <me@bjw-s.dev> | |
## Source Code ## Source Code
* <https://github.com/bjw-s/k8s-ycl> - <https://github.com/bjw-s/k8s-ycl>
## Requirements ## Requirements
Kubernetes: `>=1.22.0-0` Kubernetes: `>=1.22.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| | ----------------------------------- | ------ | ------- |
| https://bjw-s.github.io/helm-charts | common | 3.0.2 | | https://bjw-s.github.io/helm-charts | common | 3.0.3 |
## Values ## Values
| Key | Type | Default | Description | | Key | Type | Default | Description |
|-----|------|---------|-------------| | -------------------------------------------------------------------------- | ------ | -------------------------------------------------- | ----------- |
| controllers.main.containers.main.image.pullPolicy | string | `"Always"` | | | controllers.main.containers.main.image.pullPolicy | string | `"Always"` | |
| controllers.main.containers.main.image.repository | string | `"ghcr.io/bjw-s/k8s-ycl"` | | | controllers.main.containers.main.image.repository | string | `"ghcr.io/bjw-s/k8s-ycl"` | |
| controllers.main.containers.main.image.tag | string | `"{{ .Chart.AppVersion }}"` | | | controllers.main.containers.main.image.tag | string | `"{{ .Chart.AppVersion }}"` | |
@ -65,5 +65,6 @@ Kubernetes: `>=1.22.0-0`
| webhook.ignoredNamespaces[0] | string | `"kube-system"` | | | webhook.ignoredNamespaces[0] | string | `"kube-system"` | |
| webhook.path | string | `"/mutate--v1-pod"` | | | webhook.path | string | `"/mutate--v1-pod"` | |
---------------------------------------------- ---
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)

View file

@ -1,3 +1,3 @@
{ {
"$ref": "https://raw.githubusercontent.com/bjw-s/helm-charts/common-3.0.2/charts/library/common/values.schema.json" "$ref": "https://raw.githubusercontent.com/bjw-s/helm-charts/common-3.0.3/charts/library/common/values.schema.json"
} }

View file

@ -1,5 +1,5 @@
--- ---
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/app-template-3.0.2/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json # yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/app-template-3.0.3/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json
controllers: controllers:
main: main:
strategy: RollingUpdate strategy: RollingUpdate