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 helm release component to v0.3.1 #420

Merged
merged 1 commit into from
Feb 17, 2025
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
10 changes: 5 additions & 5 deletions charts/pubcode/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: component
repository: https://bcgov.github.io/helm-service/
version: 0.3.0
version: 0.3.1
- name: component
repository: https://bcgov.github.io/helm-service/
version: 0.3.0
version: 0.3.1
- name: component
repository: https://bcgov.github.io/helm-service/
version: 0.3.0
digest: sha256:4607e682f9fb71547be784cc8e58ca8e70f85f63c860037dece6eacae1ccab7f
generated: "2025-02-12T14:00:08.837328616-08:00"
version: 0.3.1
digest: sha256:e0b5a6f24b8bbb2664a28ca65b24f22d0d9304257adac8f8bdbf667275334f3f
generated: "2025-02-17T19:41:17.158419068Z"
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.3.0
version: 0.3.1
repository: https://bcgov.github.io/helm-service/
alias: api

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

- name: component
condition: database.enabled
version: 0.3.0
version: 0.3.1
repository: https://bcgov.github.io/helm-service/
alias: database
Loading