Skip to content

Commit

Permalink
Use new samvera fits image
Browse files Browse the repository at this point in the history
This uses a fits image that is published using the latest docker
configuration in the fitsservlet project, the fitsservlet_container
project appears to be archived so this is hopefully a better path going
forward until fitsservlet stars publishing their image.
  • Loading branch information
mcritchlow authored and dunn committed Aug 30, 2023
1 parent be6c1c8 commit 4dc677d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: fits
description: File Information Tool Set (FITS)
type: application
version: 0.1.0
appVersion: 1.5.0
version: 0.2.0
appVersion: 1.6.0
Binary file added fits-0.2.0.tgz
Binary file not shown.
14 changes: 12 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
apiVersion: v1
entries:
fits:
- apiVersion: v2
appVersion: 1.6.0
created: "2023-08-30T13:31:27.421190118-07:00"
description: File Information Tool Set (FITS)
digest: 1ced6962877147755477d856579db37d096f9d28306a64c4e564bb898121d7ed
name: fits
type: application
urls:
- https://samvera-labs.github.io/fits-charts/fits-0.2.0.tgz
version: 0.2.0
- apiVersion: v2
appVersion: 1.5.0
created: "2023-08-23T12:58:16.918156-07:00"
created: "2023-08-30T13:31:27.420383209-07:00"
description: File Information Tool Set (FITS)
digest: 1d9ca9b2e9693aa833b870e1c09d1bbe42f835c39aab29281031971af1ae00d9
name: fits
type: application
urls:
- https://samvera-labs.github.io/fits-charts/fits-0.1.0.tgz
version: 0.1.0
generated: "2023-08-23T12:58:16.917686-07:00"
generated: "2023-08-30T13:31:27.419840978-07:00"
21 changes: 6 additions & 15 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
replicaCount: 1

image:
repository: harvardlts/fitsservlet_container
repository: ghcr.io/samvera/fitsservlet
pullPolicy: IfNotPresent
tag: 1.5.0
tag: 1.6.0

imagePullSecrets: []
nameOverride: ""
Expand All @@ -26,16 +26,9 @@ healthCheck: {}

podAnnotations: {}

podSecurityContext: {}
# fsGroup: 2000
podSecurityContext: {}

securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
securityContext: {}

servicePort: 8080

Expand All @@ -45,12 +38,10 @@ service:

ingress:
enabled: false
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
annotations: {}
hosts:
- host: fits.local
paths: ['/']
paths: [ '/' ]
tls: []
# - secretName: fits-tls
# hosts:
Expand Down

0 comments on commit 4dc677d

Please sign in to comment.