Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #1770

Merged
merged 1 commit into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.4
version: 0.3.0
- name: component
repository: https://bcgov.github.io/helm-service
version: 0.2.4
version: 0.3.0
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 13.3.1
version: 13.4.1
- name: component
repository: https://bcgov.github.io/helm-service
version: 0.2.4
digest: sha256:432b5a18cd996e2bdd3d6757aa19e563692a355abb9cf3e414f3854658004ed7
generated: "2024-01-19T00:20:41.697225896Z"
version: 0.3.0
digest: sha256:872cc13aae36119df684456152beed5bdd1d99505d8743f2d9dbeea91f060e6b
generated: "2024-01-23T19:05:50.265666592Z"
8 changes: 4 additions & 4 deletions charts/quickstart-openshift/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,25 @@ appVersion: "1.16.0"
dependencies:
- name: component
condition: backend.enabled
version: 0.2.4
version: 0.3.0
repository: https://bcgov.github.io/helm-service
alias: backend

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

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

- name: component
condition: backup.enabled
version: 0.2.4
version: 0.3.0
repository: https://bcgov.github.io/helm-service
alias: backup
maintainers:
Expand Down