Skip to content

Commit

Permalink
fix: always remove file server hashes after DB hashes (#72)
Browse files Browse the repository at this point in the history
* fix: always remove file server hashes after DB hashes

* chore: increment chart version
  • Loading branch information
rarmatei authored Jul 21, 2023
1 parent 32e8ff2 commit 66c6354
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/nx-cloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: nx-cloud
description: Nx Cloud Helm Chart
type: application
version: 0.10.9
version: 0.10.10
maintainers:
- name: nx
url: "https://nx.app/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
{{- include "nxCloud.env.verboseLogging" . | indent 12 }}
{{- if .Values.clearRecordsOlderThanDays }}
- name: NX_CACHE_EXPIRATION_PERIOD_IN_DAYS
value: '{{ .Values.clearRecordsOlderThanDays }}'
value: '{{ add .Values.clearRecordsOlderThanDays 1 }}'
{{- end }}
ports:
- containerPort: 5000
Expand All @@ -59,4 +59,4 @@ spec:
volumeMounts:
- mountPath: /data
name: data
{{- end }}
{{- end }}

0 comments on commit 66c6354

Please sign in to comment.