From 4045e739c4d616c226ec0439c3630e46655b9e9e Mon Sep 17 00:00:00 2001 From: Bernd Schorgers Date: Thu, 23 May 2024 14:21:08 +0200 Subject: [PATCH] feat: Update k8s-ycl --- charts/apps/k8s-ycl/Chart.yaml | 6 +++--- charts/apps/k8s-ycl/README.md | 2 +- charts/apps/k8s-ycl/values.schema.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/apps/k8s-ycl/Chart.yaml b/charts/apps/k8s-ycl/Chart.yaml index 4564f0ab..1b41fa88 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: 1.3.0 +version: 1.3.1 appVersion: v0.2.0 kubeVersion: ">=1.22.0-0" sources: @@ -19,12 +19,12 @@ maintainers: dependencies: - name: common repository: https://bjw-s.github.io/helm-charts - version: 3.2.0 + version: 3.2.1 annotations: artifacthub.io/changes: |- - kind: changed description: | - Update common library to 3.2.0 + Update common library to 3.2.1 artifacthub.io/links: | - name: "source" url: "https://github.com/bjw-s/k8s-ycl" diff --git a/charts/apps/k8s-ycl/README.md b/charts/apps/k8s-ycl/README.md index 53936894..8e8a02f4 100644 --- a/charts/apps/k8s-ycl/README.md +++ b/charts/apps/k8s-ycl/README.md @@ -20,7 +20,7 @@ Kubernetes: `>=1.22.0-0` | Repository | Name | Version | |------------|------|---------| -| https://bjw-s.github.io/helm-charts | common | 3.2.0 | +| https://bjw-s.github.io/helm-charts | common | 3.2.1 | ## Values diff --git a/charts/apps/k8s-ycl/values.schema.json b/charts/apps/k8s-ycl/values.schema.json index a550ed3b..3ddc6c0b 100644 --- a/charts/apps/k8s-ycl/values.schema.json +++ b/charts/apps/k8s-ycl/values.schema.json @@ -1,3 +1,3 @@ { - "$ref": "https://raw.githubusercontent.com/bjw-s/helm-charts/common-3.2.0/charts/library/common/values.schema.json" + "$ref": "https://raw.githubusercontent.com/bjw-s/helm-charts/common-3.2.1/charts/library/common/values.schema.json" }