Skip to content

Commit 2c871d9

Browse files
committed
avoid changes in the unittests due to updates in the appVersion
Signed-off-by: Michael Sprauer <[email protected]>
1 parent a78f299 commit 2c871d9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/nextcloud/tests/__snapshot__/defaults_test.yaml.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ defaults:
4747
value: nextcloud.kube.home
4848
- name: NEXTCLOUD_DATA_DIR
4949
value: /var/www/html/data
50-
image: nextcloud:27.1.3-apache
50+
image: nextcloud:1.2.3-apache
5151
imagePullPolicy: IfNotPresent
5252
livenessProbe:
5353
failureThreshold: 3

charts/nextcloud/tests/defaults_test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ templates:
55
- service.yaml
66
chart:
77
version: 1.0.0
8+
appVersion: 1.2.3
89
tests:
910
- it: defaults
1011
set:

0 commit comments

Comments
 (0)