Skip to content

Commit

Permalink
chore(release): 1.1.45
Browse files Browse the repository at this point in the history
## [1.1.45](v1.1.44...v1.1.45) (2021-12-14)

### Bug Fixes

* update way of run goreleaser ([2b46c79](2b46c79))
  • Loading branch information
semantic-release-bot committed Dec 14, 2021
1 parent 2b46c79 commit d11dc2a
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.44
version: 1.1.45
# 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.44
appVersion: 1.1.45
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.44](https://img.shields.io/badge/Version-1.1.44-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.44](https://img.shields.io/badge/AppVersion-1.1.44-informational?style=flat-square)
![Version: 1.1.45](https://img.shields.io/badge/Version-1.1.45-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.45](https://img.shields.io/badge/AppVersion-1.1.45-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 | `"xoanmallon/check-christmas-lottery-numbers"` | |
| image.tag | string | `"1.1.44"` | |
| image.tag | string | `"1.1.45"` | |
| 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: xoanmallon/check-christmas-lottery-numbers
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: 1.1.44
tag: 1.1.45
imageCredentials:
url: ""
username: ""
Expand Down

0 comments on commit d11dc2a

Please sign in to comment.