From 2048c63e1dd084819f2d70f725a31e3e362cc449 Mon Sep 17 00:00:00 2001 From: Bernd Schorgers Date: Fri, 28 Jul 2023 22:38:50 +0200 Subject: [PATCH] feat(k8s-ycl): Release v0.2.1 --- charts/apps/k8s-ycl/Chart.yaml | 9 +++------ charts/apps/k8s-ycl/values.yaml | 1 + 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/charts/apps/k8s-ycl/Chart.yaml b/charts/apps/k8s-ycl/Chart.yaml index 90fb6930..c3370ac6 100644 --- a/charts/apps/k8s-ycl/Chart.yaml +++ b/charts/apps/k8s-ycl/Chart.yaml @@ -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" diff --git a/charts/apps/k8s-ycl/values.yaml b/charts/apps/k8s-ycl/values.yaml index d8f9a8ab..feb03a92 100644 --- a/charts/apps/k8s-ycl/values.yaml +++ b/charts/apps/k8s-ycl/values.yaml @@ -1,6 +1,7 @@ --- controller: replicas: 1 + strategy: RollingUpdate image: repository: ghcr.io/bjw-s/k8s-ycl