diff --git a/charts/app/Chart.lock b/charts/app/Chart.lock index e76e808..da4ea4b 100644 --- a/charts/app/Chart.lock +++ b/charts/app/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 16.1.2 -digest: sha256:f9a12e30577805cbb716ceb3168ca01f1f9ef46b1d4e39b93bbce41d189fd737 -generated: "2024-11-13T22:10:49.147947522Z" + version: 16.3.0 +digest: sha256:988fedac22b702e12576e8a7c2bb69797c8676c5fd9c4ab28d16f44d05bcc624 +generated: "2024-12-18T07:25:19.279350726Z" diff --git a/charts/app/Chart.yaml b/charts/app/Chart.yaml index ec82d6e..b4d2321 100644 --- a/charts/app/Chart.yaml +++ b/charts/app/Chart.yaml @@ -27,7 +27,7 @@ appVersion: "1.16.0" dependencies: - name: postgresql condition: bitnami-pg.enabled - version: 16.1.2 + version: 16.3.0 repository: https://charts.bitnami.com/bitnami alias: bitnami-pg maintainers: diff --git a/charts/app/values.yaml b/charts/app/values.yaml index ca5f01f..8feff44 100644 --- a/charts/app/values.yaml +++ b/charts/app/values.yaml @@ -211,7 +211,7 @@ bitnami-pg: image: registry: ghcr.io repository: bcgov/nr-containers/bitnami/postgresql - tag: 15.8.0 + tag: 15.10.0 auth: existingSecret: '{{ .Release.Name }}' username: 'quickstart' diff --git a/frontend/Dockerfile b/frontend/Dockerfile index f06b784..bdaef5a 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,6 +1,6 @@ # Build static files # Node Bullseye has npm -FROM node:20.17.0-bullseye-slim AS build +FROM node:20.18.1-bullseye-slim AS build # Install packages, build and keep only prod packages WORKDIR /app