From 12324b3ac27bb12ea88c04c8a094593e27a6e7e8 Mon Sep 17 00:00:00 2001 From: Matt Critchlow Date: Wed, 30 Aug 2023 13:38:31 -0700 Subject: [PATCH] chart: use fits chart 0.2.0 This uses the new fits container image published by samvera which uses the fits-servlet docker configuration. --- chart/hyrax/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/hyrax/Chart.yaml b/chart/hyrax/Chart.yaml index 275bb3b3e4..7e627a3ccb 100644 --- a/chart/hyrax/Chart.yaml +++ b/chart/hyrax/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: hyrax description: An open-source, Samvera-powered digital repository system type: application -version: 3.4.0 +version: 3.5.0 appVersion: 3.3.0 dependencies: - name: fcrepo @@ -34,6 +34,6 @@ dependencies: repository: oci://registry-1.docker.io/bitnamicharts condition: nginx.enabled - name: fits - version: 0.1.0 + version: 0.2.0 repository: https://samvera-labs.github.io/fits-charts condition: fits.enabled