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

Bumping helm chart dependency versions: helm #819

Closed
wants to merge 10 commits into from
Closed
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 deploy/helm/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.26.0
version: 5.27.0
- name: opentelemetry-operator
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: 0.68.3
version: 0.74.3
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.16.1
digest: sha256:531536930d6703d7eac1fef0edc60b586790199100d10af78f82a58ba839694b
generated: "2024-11-11T10:34:43.72979+01:00"
version: v1.16.2
digest: sha256:0248a4859dac5bab323fdf15343531c614fce702369abc574f7559acd9c99357
generated: "2024-12-02T19:03:59.956241+01:00"
6 changes: 3 additions & 3 deletions deploy/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ maintainers:
dependencies:
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: "~> 5.26.0"
version: "5.28.0"
condition: kube-state-metrics.enabled
- name: opentelemetry-operator
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: 0.68.3 # 0.68.3 chart version includes otel-operator version 0.107.0
version: 0.78.2
alias: operator
condition: operator.enabled
- name: cert-manager
version: v1.16.1
version: v1.12.15
alias: certmanager
repository: https://charts.jetstack.io
condition: certmanager.enabled
Expand Down
Loading