diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fc22c7c..a262499 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/norwoodj/helm-docs - rev: v1.11.0 + rev: v1.14.2 hooks: - id: helm-docs - repo: https://github.com/pre-commit/pre-commit-hooks diff --git a/charts/httpbingo/Chart.yaml b/charts/httpbingo/Chart.yaml index b6bdc34..3b55358 100644 --- a/charts/httpbingo/Chart.yaml +++ b/charts/httpbingo/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: httpbingo description: A reasonably complete and well-tested golang port of httpbin, with zero dependencies outside the go stdlib. type: application -version: 0.1.1 +version: 0.1.2 appVersion: "v2.2.2" home: https://github.com/estahn/charts/tree/main/charts/httpbingo keywords: diff --git a/charts/httpbingo/README.md b/charts/httpbingo/README.md index a61fcdf..6f86876 100644 --- a/charts/httpbingo/README.md +++ b/charts/httpbingo/README.md @@ -1,6 +1,6 @@ # httpbingo -![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.2.2](https://img.shields.io/badge/AppVersion-v2.2.2-informational?style=flat-square) +![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.2.2](https://img.shields.io/badge/AppVersion-v2.2.2-informational?style=flat-square) A reasonably complete and well-tested golang port of httpbin, with zero dependencies outside the go stdlib. @@ -48,4 +48,4 @@ A reasonably complete and well-tested golang port of httpbin, with zero dependen | tolerations | list | `[]` | | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) +Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) diff --git a/charts/httpbingo/templates/hpa.yaml b/charts/httpbingo/templates/hpa.yaml index e36e7eb..259b87c 100644 --- a/charts/httpbingo/templates/hpa.yaml +++ b/charts/httpbingo/templates/hpa.yaml @@ -1,5 +1,5 @@ {{- if .Values.autoscaling.enabled }} -apiVersion: autoscaling/v2beta1 +apiVersion: {{ ternary "autoscaling/v2" "autoscaling/v2beta2" (.Capabilities.APIVersions.Has "autoscaling/v2") }} kind: HorizontalPodAutoscaler metadata: name: {{ include "httpbingo.fullname" . }} diff --git a/charts/k8s-image-swapper/README.md b/charts/k8s-image-swapper/README.md index f953e89..4e4aa49 100644 --- a/charts/k8s-image-swapper/README.md +++ b/charts/k8s-image-swapper/README.md @@ -90,4 +90,4 @@ Mirror images into your own registry and swap image references automatically. | webhook.timeoutSeconds | int | `10` | | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) +Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)