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

Dependency updates based on release failure #149

Merged
merged 4 commits into from
Dec 16, 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
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.14.3
version: v3.16.1

- name: Add Helm Chart dependencies
run: |
Expand Down
6 changes: 3 additions & 3 deletions charts/op-scim-bridge/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 20.5.0
version: 20.6.0
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.27.0
digest: sha256:9b8515133527369ce6f7d4f47f7fa98c4b3f91dfd5b9bb6ff7bf963921228b7b
generated: "2024-12-16T09:44:22.417903-05:00"
digest: sha256:de7f240531402b2d3f6bddca4f7e343202b4f5dbb7c85bccaacccfbffea98630
generated: "2024-12-16T14:38:33.452735-05:00"
Binary file removed charts/op-scim-bridge/charts/redis-20.5.0.tgz
Binary file not shown.
Binary file added charts/op-scim-bridge/charts/redis-20.6.0.tgz
Binary file not shown.
Loading