Skip to content

Commit

Permalink
feat: bump app version to 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Jul 1, 2023
1 parent 7707b31 commit bd8fbe8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Features

- remove api-key from checkov GH Action ([7707b31](https://github.com/pmoscode-helm/gotify/commit/7707b318d4d3a10efd69064c8b037f782b8d5482) by Peter Motzko).
- add checkov security scan ([041708a](https://github.com/pmoscode-helm/gotify/commit/041708af1b27546ff48345b40985975053ca469c) by Peter Motzko).
- make it possible to use ingress and service-type "LoadBalancer" at the same time ([a494fdf](https://github.com/pmoscode-helm/gotify/commit/a494fdf84babed1ea7ceece0aa7e06022401a0fc) by Peter Motzko).
- add taskfile ([1b800e6](https://github.com/pmoscode-helm/gotify/commit/1b800e66e28293f1ae2d10b98716ba71465b542f) by Peter Motzko).
Expand Down
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: gotify
description: Gotify - a simple server for sending and receiving messages

type: application
version: 0.1.0
appVersion: "2.2.4"
version: 0.1.1
appVersion: "2.2.5"

home: https://gotify.net/
sources:
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
# -- pull policy
pullPolicy: Always
# -- current version of the image
tag: 2.2.4
tag: 2.2.5

# -- imagePullSecrets (not needed, if default image is used)
imagePullSecrets: []
Expand Down

0 comments on commit bd8fbe8

Please sign in to comment.