Skip to content

Commit

Permalink
Merge branch 'develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
RangerRick authored Dec 16, 2024
2 parents f8b4628 + 70c340a commit 2fbb280
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions charts/netbox/Chart.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions charts/netbox/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: netbox
version: 5.0.0-beta.162
appVersion: "v4.1.7"
version: 5.0.0-beta.168
appVersion: "v4.1.8"
type: application
kubeVersion: ^1.25.0-0
description: IP address management (IPAM) and data center infrastructure management (DCIM) tool
Expand All @@ -22,11 +22,11 @@ dependencies:
tags:
- bitnami-common
- name: postgresql
version: ^16.2.5
version: ^16.3.1
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- name: redis
version: ^20.4.1
version: ^20.5.0
repository: oci://registry-1.docker.io/bitnamicharts
condition: redis.enabled
annotations:
Expand Down
2 changes: 1 addition & 1 deletion charts/netbox/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
fieldPath: status.podIP
{{- end }}
{{- if .Values.extraEnvs }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraEnvs "context" $) | nindent 10 }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraEnvs "context" $) | nindent 8 }}
{{- end }}
{{- if or .Values.extraEnvVarsCM .Values.extraEnvVarsSecret }}
envFrom:
Expand Down
4 changes: 2 additions & 2 deletions charts/netbox/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2fbb280

Please sign in to comment.