Skip to content

Commit 6ef85d1

Browse files
authored
fix(nextcloud): cronjob not working with no $.Values.podLabels set #785
wrong type for value; expected map[string]interface {}; got interface {} i think this issue got introduced with #779 Signed-off-by: Josef Hofer <[email protected]>
1 parent 8796b9f commit 6ef85d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/nextcloud/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: nextcloud
3-
version: 8.4.0
3+
version: 8.4.1
44
# renovate: image=docker.io/library/nextcloud
55
appVersion: 32.0.0
66
description: A file sharing server that puts the control and security of your own data back into your hands.

charts/nextcloud/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ image:
1212
nameOverride: ""
1313
fullnameOverride: ""
1414
podAnnotations: {}
15+
podLabels: {}
1516
deploymentAnnotations: {}
1617
deploymentLabels: {}
1718

0 commit comments

Comments
 (0)