Skip to content

Commit cb5df00

Browse files
committed
fix: unittest
1 parent ae80d1d commit cb5df00

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
<!-- insertion marker -->
9+
## Unreleased
10+
11+
<small>[Compare with latest](https://github.com/pmoscode-helm/gotify/compare/gotify-0.2.1...HEAD)</small>
12+
13+
### Bug Fixes
14+
15+
- remove fix values image.tag value ([ae80d1d](https://github.com/pmoscode-helm/gotify/commit/ae80d1d8cf5ae0d62b434092a6a55351fb60f714) by Peter Motzko).
16+
817
<!-- insertion marker -->
918
## [gotify-0.2.1](https://github.com/pmoscode-helm/gotify/releases/tag/gotify-0.2.1) - 2023-08-31
1019

tests/deployment_default_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tests:
4848
protocol: TCP
4949
- equal:
5050
path: spec.template.spec.containers[0].image
51-
value: gotify/server:2.2.5
51+
value: gotify/server:9.9.9
5252
- isNotNullOrEmpty:
5353
path: spec.template.spec.containers[0]
5454
- lengthEqual:

0 commit comments

Comments
 (0)