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

Update version of Redis chart dependency #109

Closed
wants to merge 34 commits into from
Closed
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
414a4fc
Update version of Redis chart dependency
lathspell Sep 21, 2022
b90f062
Update Chart.lock
lathspell Sep 30, 2022
e950a99
Update Chart.yaml
pierluigilenoci Oct 18, 2022
f9f1ddf
Update Chart.yaml
pierluigilenoci Oct 18, 2022
8fc8270
Merge branch 'main' into patch-1
pierluigilenoci Oct 18, 2022
65e103a
Update Chart.yaml
pierluigilenoci Dec 21, 2022
08f674f
Merge branch 'main' into patch-1
pierluigilenoci Dec 21, 2022
d98af37
Merge branch 'main' into patch-1
pierluigilenoci Dec 23, 2022
1421dab
Update Chart.yaml
pierluigilenoci Dec 25, 2022
78727a6
Merge branch 'main' into patch-1
pierluigilenoci Dec 25, 2022
832ec1e
Update Chart.yaml
pierluigilenoci Dec 27, 2022
46b530c
Merge branch 'main' into patch-1
pierluigilenoci Dec 27, 2022
35a7e70
Update Chart.yaml
pierluigilenoci Dec 27, 2022
046d951
Update Chart.lock
pierluigilenoci Dec 27, 2022
e97de60
Update Chart.yaml
pierluigilenoci Dec 27, 2022
d7f02f4
Merge branch 'main' into patch-1
pierluigilenoci Dec 27, 2022
6feab6b
Update Chart.yaml
pierluigilenoci Jan 16, 2023
dbb5942
Merge branch 'main' into patch-1
pierluigilenoci Jan 16, 2023
6456aba
Merge branch 'main' into patch-1
pierluigilenoci Mar 9, 2023
a4791b4
Merge branch 'main' into patch-1
pierluigilenoci Mar 10, 2023
e4e896f
Update Chart.yaml
pierluigilenoci Jun 1, 2023
6bc2356
Merge branch 'main' into patch-1
pierluigilenoci Jun 1, 2023
bc97856
Update Chart.yaml
pierluigilenoci Jun 7, 2023
072b626
Merge branch 'main' into patch-1
pierluigilenoci Jun 7, 2023
6bcbf2a
Merge branch 'main' into patch-1
pierluigilenoci Jul 10, 2023
b4b2b54
Chart bump
pierluigilenoci Jul 10, 2023
117eafb
Chart bump
pierluigilenoci Jul 10, 2023
f05d8f2
Merge branch 'main' into patch-1
pierluigilenoci Jul 10, 2023
fdebacd
Chart bump
pierluigilenoci Jul 10, 2023
dd4d82b
Merge branch 'main' into patch-1
pierluigilenoci Jul 10, 2023
f114f25
Merge branch 'main' into patch-1
pierluigilenoci Jul 15, 2023
3aced9b
Merge branch 'main' into patch-1
pierluigilenoci Jul 15, 2023
8aafa73
Rebased
pierluigilenoci Sep 5, 2023
bd65759
Merge branch 'main' into patch-1
pierluigilenoci Sep 5, 2023
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 helm/oauth2-proxy/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 16.13.2
version: 17.1.7
digest: sha256:6fc589816ba4670d6f38cc724cba9b728d10a041a2cef4425a62c22f9a1aa5f6
generated: "2022-12-20T18:22:05.758522+01:00"
4 changes: 2 additions & 2 deletions helm/oauth2-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: oauth2-proxy
version: 6.7.2
version: 6.7.3
apiVersion: v2
appVersion: 7.4.0
home: https://oauth2-proxy.github.io/oauth2-proxy/
Expand All @@ -14,7 +14,7 @@ keywords:
- redis
dependencies:
- name: redis
version: ~16.13.2
version: ~17.1.7
repository: https://charts.bitnami.com/bitnami
alias: redis
condition: redis.enabled
Expand Down