File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : netbox
3
- version : 6.1.10
3
+ version : 6.1.11
4
4
# renovate: image=ghcr.io/netbox-community/netbox
5
5
appVersion : " v4.3.6"
6
6
type : application
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ Tasks Sentinel: use .Values.tasksDatabase.sentinels if defined. When using embed
127
127
*/} }
128
128
{ {- define " netbox.tasksDatabase.sentinels" -} }
129
129
{ {- if .Values.tasksDatabase.sentinels } }
130
- { {- .Values.tasksDatabase.sentinels } }
130
+ { {- toJson .Values.tasksDatabase.sentinels } }
131
131
{ {- else if and .Values.valkey.enabled .Values.valkey.sentinel.enabled } }
132
132
{ {- include " netbox.valkey.managedSentinels" . } }
133
133
{ {- end } }
@@ -138,7 +138,7 @@ Caching Sentinel: use .Values.cachingDatabase.sentinels if defined. When using e
138
138
*/} }
139
139
{ {- define " netbox.cachingDatabase.sentinels" -} }
140
140
{ {- if .Values.cachingDatabase.sentinels } }
141
- { {- .Values.cachingDatabase.sentinels } }
141
+ { {- toJson .Values.cachingDatabase.sentinels } }
142
142
{ {- else if and .Values.valkey.enabled .Values.valkey.sentinel.enabled } }
143
143
{ {- include " netbox.valkey.managedSentinels" . } }
144
144
{ {- end } }
You can’t perform that action at this time.
0 commit comments