Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1658)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 25, 2023
1 parent 136c64a commit 9733b2a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build static files
# Node Bullseye has npm
FROM node:20.9.0-bullseye-slim AS build
FROM node:20.10.0-bullseye-slim AS build

# Install packages, build and keep only prod packages
WORKDIR /app
Expand Down
12 changes: 6 additions & 6 deletions charts/quickstart-openshift/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
dependencies:
- name: component
repository: https://bcgov.github.io/helm-service
version: 0.1.1
version: 0.2.0
- name: component
repository: https://bcgov.github.io/helm-service
version: 0.1.1
version: 0.2.0
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 13.2.15
version: 13.2.16
- name: component
repository: https://bcgov.github.io/helm-service
version: 0.1.1
digest: sha256:984fb8ae45f338bfc9410c3bb83fcbd4443580d2ccd85f6109e2d475b6b4f8c7
generated: "2023-11-21T20:44:29.533753344Z"
version: 0.2.0
digest: sha256:5b19bc659b196e8325a14f8830e967f4b85b3fc1f4e9130f933e44b822528847
generated: "2023-11-24T01:59:06.404205406Z"
8 changes: 4 additions & 4 deletions charts/quickstart-openshift/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,24 @@ appVersion: "1.16.0"
dependencies:
- name: component
condition: backend.enabled
version: 0.1.1
version: 0.2.0
repository: https://bcgov.github.io/helm-service
alias: backend

- name: component
condition: frontend.enabled
version: 0.1.1
version: 0.2.0
repository: https://bcgov.github.io/helm-service
alias: frontend

- name: postgresql
condition: bitnami-pg.enabled
version: 13.2.15
version: 13.2.16
repository: https://charts.bitnami.com/bitnami
alias: bitnami-pg

- name: component
condition: backup.enabled
version: 0.1.1
version: 0.2.0
repository: https://bcgov.github.io/helm-service
alias: backup
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build static files
# Node Bullseye has npm
FROM node:20.9.0-bullseye-slim AS build
FROM node:20.10.0-bullseye-slim AS build

# Install packages, build and keep only prod packages
WORKDIR /app
Expand Down

0 comments on commit 9733b2a

Please sign in to comment.