From 8eb9740fd33c4eafeb1b9fc064485c4da437622b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Jan 2023 03:32:03 +1100 Subject: [PATCH] chore(deps): bump actions/setup-python from 4.2.0 to 4.5.0 (#110) --- .github/workflows/lint-test.yaml | 2 +- .github/workflows/pre-commit.yml | 2 +- charts/httpbingo/Chart.yaml | 4 +-- charts/httpbingo/README.md | 51 +++++++++++++++++++++++++++++ charts/k8s-image-swapper/Chart.yaml | 4 +-- charts/k8s-image-swapper/README.md | 6 ++-- 6 files changed, 60 insertions(+), 9 deletions(-) create mode 100644 charts/httpbingo/README.md diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 0f74e4e..40ca77f 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -19,7 +19,7 @@ jobs: # Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and # yamllint (https://github.com/adrienverge/yamllint) which require Python - name: Set up Python - uses: actions/setup-python@v4.2.0 + uses: actions/setup-python@v4.5.0 with: python-version: 3.7 diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 8102c93..6ebdd74 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: actions/setup-python@v4.2.0 + - uses: actions/setup-python@v4.5.0 - uses: actions/setup-node@v3.4.1 - name: Install binaries run: | diff --git a/charts/httpbingo/Chart.yaml b/charts/httpbingo/Chart.yaml index 2143aec..b6bdc34 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.0 +version: 0.1.1 appVersion: "v2.2.2" home: https://github.com/estahn/charts/tree/main/charts/httpbingo keywords: @@ -13,7 +13,7 @@ maintainers: name: estahn annotations: artifacthub.io/changes: | - - "Initial version" + - "Update README.md" artifacthub.io/images: | - name: go-httpbin image: mccutchen/go-httpbin:v2.2.2 diff --git a/charts/httpbingo/README.md b/charts/httpbingo/README.md new file mode 100644 index 0000000..a61fcdf --- /dev/null +++ b/charts/httpbingo/README.md @@ -0,0 +1,51 @@ +# 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) + +A reasonably complete and well-tested golang port of httpbin, with zero dependencies outside the go stdlib. + +**Homepage:** + +## Maintainers + +| Name | Email | Url | +| ---- | ------ | --- | +| estahn | | | + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| affinity | object | `{}` | | +| autoscaling.enabled | bool | `false` | | +| autoscaling.maxReplicas | int | `100` | | +| autoscaling.minReplicas | int | `1` | | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | +| fullnameOverride | string | `""` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"mccutchen/go-httpbin"` | | +| image.tag | string | `""` | | +| imagePullSecrets | list | `[]` | | +| ingress.annotations | object | `{}` | | +| ingress.className | string | `""` | | +| ingress.enabled | bool | `false` | | +| ingress.hosts[0].host | string | `"chart-example.local"` | | +| ingress.hosts[0].paths[0].path | string | `"/"` | | +| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | +| ingress.tls | list | `[]` | | +| nameOverride | string | `""` | | +| nodeSelector | object | `{}` | | +| podAnnotations | object | `{}` | | +| podSecurityContext | object | `{}` | | +| replicaCount | int | `1` | | +| resources | object | `{}` | | +| securityContext | object | `{}` | | +| service.port | int | `80` | | +| service.type | string | `"ClusterIP"` | | +| serviceAccount.annotations | object | `{}` | | +| serviceAccount.create | bool | `true` | | +| serviceAccount.name | string | `""` | | +| tolerations | list | `[]` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/k8s-image-swapper/Chart.yaml b/charts/k8s-image-swapper/Chart.yaml index eff4a70..3005a2f 100644 --- a/charts/k8s-image-swapper/Chart.yaml +++ b/charts/k8s-image-swapper/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: k8s-image-swapper description: Mirror images into your own registry and swap image references automatically. type: application -version: 1.1.0 +version: 1.1.1 appVersion: 1.3.0 home: https://github.com/estahn/charts/tree/main/charts/k8s-image-swapper keywords: @@ -15,7 +15,7 @@ maintainers: name: estahn annotations: artifacthub.io/changes: | - - "Bump to app version 1.3.0" + - "Update README.md" artifacthub.io/images: | - name: k8s-image-webhook image: ghcr.io/estahn/k8s-image-swapper:1.3.0 diff --git a/charts/k8s-image-swapper/README.md b/charts/k8s-image-swapper/README.md index 91f8a1d..f677d70 100644 --- a/charts/k8s-image-swapper/README.md +++ b/charts/k8s-image-swapper/README.md @@ -1,6 +1,6 @@ # k8s-image-swapper -![Version: 1.0.4](https://img.shields.io/badge/Version-1.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square) +![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.0](https://img.shields.io/badge/AppVersion-1.3.0-informational?style=flat-square) Mirror images into your own registry and swap image references automatically. @@ -10,7 +10,7 @@ Mirror images into your own registry and swap image references automatically. | Name | Email | Url | | ---- | ------ | --- | -| estahn | enrico.stahn@gmail.com | | +| estahn | | | ## Values @@ -68,4 +68,4 @@ Mirror images into your own registry and swap image references automatically. | webhook.reinvocationPolicy | string | `"Never"` | | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)