Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 10, 2023
1 parent 8cb5503 commit 1a9bb62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/pubcode/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@ dependencies:

- name: component
condition: api.enabled
version: 0.0.14
version: 0.0.17
repository: https://bcgov.github.io/helm-service/
alias: api

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

- name: component
condition: database.enabled
version: 0.0.14
version: 0.0.17
repository: https://bcgov.github.io/helm-service/
alias: database
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:

#Run npm run build-watch in local before this.
frontend:
image: caddy:2.7.2-alpine
image: caddy:2.7.5-alpine
working_dir: /app
volumes:
- ./frontend/Caddyfile:/etc/caddy/Caddyfile
Expand Down

0 comments on commit 1a9bb62

Please sign in to comment.