Skip to content

Commit

Permalink
chore(deps): major update quay.io/k8start/http-headers docker tag to …
Browse files Browse the repository at this point in the history
…v1 (#49)
  • Loading branch information
renovate[bot] committed Oct 15, 2022
1 parent f31f56c commit 68f6072
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions charts/http-headers/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions charts/http-headers/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/http-headers/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit 68f6072

Please sign in to comment.