feat(k8s-ycl): Release v0.2.1

This commit is contained in:
Bernd Schorgers 2023-07-28 22:38:50 +02:00
parent 4e39c50c88
commit 2048c63e1d
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC
2 changed files with 4 additions and 6 deletions

View file

@ -2,7 +2,7 @@
apiVersion: v2
description: Kubernetes admission controller to remove CPU limits from Pods.
name: k8s-ycl
version: 0.2.0
version: 0.2.1
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
sources:
@ -22,12 +22,9 @@ dependencies:
version: 1.5.1
annotations:
artifacthub.io/changes: |-
- kind: added
- kind: fixed
description: |
Make ignored namespaces configurable
- kind: added
description: |
Added metrics port to Service
Set default Deployment update strategy to RollingUpdate
artifacthub.io/links: |
- name: "source"
url: "https://github.com/bjw-s/k8s-ycl"

View file

@ -1,6 +1,7 @@
---
controller:
replicas: 1
strategy: RollingUpdate
image:
repository: ghcr.io/bjw-s/k8s-ycl