mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
feat(k8s-ycl): Release v0.2.1
This commit is contained in:
parent
4e39c50c88
commit
2048c63e1d
2 changed files with 4 additions and 6 deletions
|
@ -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: 0.2.0
|
version: 0.2.1
|
||||||
appVersion: v0.1.0
|
appVersion: v0.1.0
|
||||||
kubeVersion: ">=1.22.0-0"
|
kubeVersion: ">=1.22.0-0"
|
||||||
sources:
|
sources:
|
||||||
|
@ -22,12 +22,9 @@ dependencies:
|
||||||
version: 1.5.1
|
version: 1.5.1
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |-
|
artifacthub.io/changes: |-
|
||||||
- kind: added
|
- kind: fixed
|
||||||
description: |
|
description: |
|
||||||
Make ignored namespaces configurable
|
Set default Deployment update strategy to RollingUpdate
|
||||||
- kind: added
|
|
||||||
description: |
|
|
||||||
Added metrics port to Service
|
|
||||||
artifacthub.io/links: |
|
artifacthub.io/links: |
|
||||||
- name: "source"
|
- name: "source"
|
||||||
url: "https://github.com/bjw-s/k8s-ycl"
|
url: "https://github.com/bjw-s/k8s-ycl"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
controller:
|
controller:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
strategy: RollingUpdate
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/bjw-s/k8s-ycl
|
repository: ghcr.io/bjw-s/k8s-ycl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue