diff --git a/charts/netbox/Chart.yaml b/charts/netbox/Chart.yaml index 751f575c..6e269d0a 100644 --- a/charts/netbox/Chart.yaml +++ b/charts/netbox/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: netbox -version: 5.0.0-beta.161 +version: 5.0.0-beta.162 appVersion: "v4.1.7" type: application kubeVersion: ^1.25.0-0 diff --git a/charts/netbox/values.yaml b/charts/netbox/values.yaml index b60fc66a..813a286a 100644 --- a/charts/netbox/values.yaml +++ b/charts/netbox/values.yaml @@ -1250,10 +1250,10 @@ housekeeping: schedule: "0 0 * * *" ## @param housekeeping.historyLimit Number of successful finished jobs to retain ## - historyLimit: 5 + successfulJobsHistoryLimit: 5 ## @param housekeeping.failedHistoryLimit Number of failed finished jobs to retain ## - failedHistoryLimit: 5 + failedJobsHistoryLimit: 5 ## @param housekeeping.command The command to execute in the housekeeping job ## To append another command, e.g. in order to shut down a DB sidecar container, use something like ## - /bin/bash