Updated Libraries, fixed Docker Compose (#908)

* Updated SpringBoot, HAPI FHIR, Docker

* Fixed docker compose

* Fixed Chart README

* Replaced Tomcat image

* Replaced Tomcat image

* Fixing Tomcat image

* Corrected Helm Chart value
This commit is contained in:
Michele Adduci
2026-01-20 07:59:11 +01:00
committed by GitHub
parent 547d6181ae
commit a3d6fdb52a
9 changed files with 68 additions and 101 deletions

View File

@@ -9,7 +9,7 @@ on:
jobs:
lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container: quay.io/helmpack/chart-testing:v3.11.0@sha256:f2fd21d30b64411105c7eafb1862783236a219d29f2292219a09fe94ca78ad2a
steps:
- name: Install helm-docs
@@ -38,10 +38,10 @@ jobs:
run: ct lint --config .github/ct/config.yaml
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
k8s-version: [1.30.8, 1.31.4, 1.32.0]
k8s-version: [1.32.0, 1.33.0, 1.34.0, 1.35.0]
needs:
- lint
steps: