Skip to content

Commit

Permalink
chore(release): 1.1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 20, 2022
1 parent bbbcea1 commit 730112f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions helm/check-christmas-lottery-numbers/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ 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: 1.1.79
version: 1.1.80
# 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.
appVersion: 1.1.79
appVersion: 1.1.80
4 changes: 2 additions & 2 deletions helm/check-christmas-lottery-numbers/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# check-christmas-lottery-numbers

![Version: 1.1.79](https://img.shields.io/badge/Version-1.1.79-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.79](https://img.shields.io/badge/AppVersion-1.1.79-informational?style=flat-square)
![Version: 1.1.80](https://img.shields.io/badge/Version-1.1.80-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.80](https://img.shields.io/badge/AppVersion-1.1.80-informational?style=flat-square)

A Helm chart for Kubernetes

Expand All @@ -21,7 +21,7 @@ A Helm chart for Kubernetes
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"ghcr.io/xoanmm/check-christmas-lottery-numbers"` | |
| image.tag | string | `"1.1.79"` | |
| image.tag | string | `"1.1.80"` | |
| imageCredentials.name | string | `""` | |
| imageCredentials.password | string | `""` | |
| imageCredentials.url | string | `""` | |
Expand Down
2 changes: 1 addition & 1 deletion helm/check-christmas-lottery-numbers/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image:
repository: ghcr.io/xoanmm/check-christmas-lottery-numbers
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: 1.1.79
tag: 1.1.80
imageCredentials:
url: ""
username: ""
Expand Down

0 comments on commit 730112f

Please sign in to comment.