Skip to content

Commit 2fbb280

Browse files
authored
Merge branch 'develop' into develop
2 parents f8b4628 + 70c340a commit 2fbb280

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

charts/netbox/Chart.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/netbox/Chart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: netbox
3-
version: 5.0.0-beta.162
4-
appVersion: "v4.1.7"
3+
version: 5.0.0-beta.168
4+
appVersion: "v4.1.8"
55
type: application
66
kubeVersion: ^1.25.0-0
77
description: IP address management (IPAM) and data center infrastructure management (DCIM) tool
@@ -22,11 +22,11 @@ dependencies:
2222
tags:
2323
- bitnami-common
2424
- name: postgresql
25-
version: ^16.2.5
25+
version: ^16.3.1
2626
repository: oci://registry-1.docker.io/bitnamicharts
2727
condition: postgresql.enabled
2828
- name: redis
29-
version: ^20.4.1
29+
version: ^20.5.0
3030
repository: oci://registry-1.docker.io/bitnamicharts
3131
condition: redis.enabled
3232
annotations:

charts/netbox/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ spec:
9797
fieldPath: status.podIP
9898
{{- end }}
9999
{{- if .Values.extraEnvs }}
100-
{{- include "common.tplvalues.render" (dict "value" .Values.extraEnvs "context" $) | nindent 10 }}
100+
{{- include "common.tplvalues.render" (dict "value" .Values.extraEnvs "context" $) | nindent 8 }}
101101
{{- end }}
102102
{{- if or .Values.extraEnvVarsCM .Values.extraEnvVarsSecret }}
103103
envFrom:

charts/netbox/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1250,10 +1250,10 @@ housekeeping:
12501250
schedule: "0 0 * * *"
12511251
## @param housekeeping.historyLimit Number of successful finished jobs to retain
12521252
##
1253-
historyLimit: 5
1253+
successfulJobsHistoryLimit: 5
12541254
## @param housekeeping.failedHistoryLimit Number of failed finished jobs to retain
12551255
##
1256-
failedHistoryLimit: 5
1256+
failedJobsHistoryLimit: 5
12571257
## @param housekeeping.command The command to execute in the housekeeping job
12581258
## To append another command, e.g. in order to shut down a DB sidecar container, use something like
12591259
## - /bin/bash

0 commit comments

Comments
 (0)