From 68f60721e37ad7ce6942f3547973928e84f0bdbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Oct 2022 00:05:28 +0200 Subject: [PATCH] chore(deps): major update quay.io/k8start/http-headers docker tag to v1 (#49) --- charts/http-headers/Chart.yaml | 5 +---- charts/http-headers/README.md | 4 ++-- charts/http-headers/values.yaml | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/charts/http-headers/Chart.yaml b/charts/http-headers/Chart.yaml index 5b50320..62ac600 100644 --- a/charts/http-headers/Chart.yaml +++ b/charts/http-headers/Chart.yaml @@ -8,7 +8,6 @@ maintainers: home: https://github.com/bukowa/charts sources: - https://github.com/bukowa/http-headers/ - # A chart can be either an 'application' or a 'library' chart. # # Application charts are a collection of templates that can be packaged into versioned archives @@ -18,12 +17,10 @@ sources: # a dependency of application charts to inject those utilities and functions into the rendering # pipeline. Library charts do not define any templates and therefore cannot be deployed. type: application - # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.5 - +version: 1.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/charts/http-headers/README.md b/charts/http-headers/README.md index 13f9bc0..21b4991 100644 --- a/charts/http-headers/README.md +++ b/charts/http-headers/README.md @@ -1,6 +1,6 @@ # http-headers -![Version: 0.2.5](https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.2](https://img.shields.io/badge/AppVersion-0.1.2-informational?style=flat-square) +![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.2](https://img.shields.io/badge/AppVersion-0.1.2-informational?style=flat-square) Simple chart for http headers debugging in Kubernetes. @@ -28,7 +28,7 @@ Simple chart for http headers debugging in Kubernetes. | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"Always"` | | | image.repository | string | `"quay.io/k8start/http-headers"` | | -| image.tag | string | `"0.1.3"` | | +| image.tag | string | `"1.0.0"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | | | ingress.className | string | `"nginx"` | | diff --git a/charts/http-headers/values.yaml b/charts/http-headers/values.yaml index 00ac336..a942253 100644 --- a/charts/http-headers/values.yaml +++ b/charts/http-headers/values.yaml @@ -8,7 +8,7 @@ image: repository: quay.io/k8start/http-headers pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "0.1.3" + tag: "1.0.0" imagePullSecrets: [] nameOverride: ""