Skip to content

Commit

Permalink
Merge pull request #26 from kerberos-io/fix/make-orphaned-deletion-co…
Browse files Browse the repository at this point in the history
…nfigurable

Allow editing of orphaned day limit
  • Loading branch information
cedricve authored Dec 2, 2024
2 parents df4d848 + 1f089fb commit 9ba5d83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.76.0
version: 0.77.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/hub/templates/kerberos-hub/hub-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
- name: READ_ONLY
value: "{{ .Values.readonly }}"
- name: MAX_DAYS
value: "30"
value: "{{ .Values.kerberoshub.cleanup.maxDays }}"
- name: MONGODB_DATABASE_CLOUD
value: "Kerberos"
- name: MONGODB_URI
Expand Down
1 change: 1 addition & 0 deletions charts/hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ kerberoshub:
repository: kerberos/hub-cleanup
pullPolicy: IfNotPresent
tag: "1.0.6436406806"
maxDays: "365" # The maximum number of days to keep orphaned recordings.
resources:
requests:
memory: 10Mi
Expand Down

0 comments on commit 9ba5d83

Please sign in to comment.