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 cert-manager to v1.13.0 #320

Merged
merged 1 commit into from
Sep 19, 2023
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
6 changes: 3 additions & 3 deletions charts/glasskube-operator/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.12.4
version: v1.13.0
- name: kube-prometheus-stack
repository: https://prometheus-community.github.io/helm-charts
version: 51.0.2
Expand All @@ -14,5 +14,5 @@ dependencies:
- name: minio
repository: https://charts.min.io/
version: 5.0.13
digest: sha256:52484e693d1a1d248e688213c4a2176df28d0de795434c1930c7fc6f056b992e
generated: "2023-09-12T14:22:34.365147923Z"
digest: sha256:bac2da648fc4e8c9f514e3974be40267d787fb1fff743fcaf4af833d16a1a67f
generated: "2023-09-13T10:16:53.429327903Z"
2 changes: 1 addition & 1 deletion charts/glasskube-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ appVersion: "0.10.12" # x-release-please-version
dependencies:
- name: cert-manager
condition: cert-manager.enabled
version: v1.12.4
version: v1.13.0
repository: https://charts.jetstack.io
- name: kube-prometheus-stack
condition: kube-prometheus-stack.enabled
Expand Down
Loading