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 Helm release redis to v18.19.4 #1134

Merged
merged 2 commits into from
Aug 30, 2024
Merged
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/kube-ops-view/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
name: kube-ops-view
description: A Helm chart for bootstrapping kube-ops-view.
type: application
version: 3.5.1
version: 3.6.0
appVersion: "23.5.0"
home: https://github.com/christianhuth/helm-charts
icon: https://codeberg.org/repo-avatars/677-c51f6426305941cab515fdd98368f0bb
Expand All @@ -15,13 +15,13 @@ sources:
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 18.14.0
version: 18.19.4
condition: redis.enabled
annotations:
artifacthub.io/category: monitoring-logging
artifacthub.io/changes: |
- kind: changed
description: URL and name of Helm repository
description: bumped chart version of redis to 18.19.4
artifacthub.io/screenshots: |
- title: Dashboard overview of a Kubernetes cluster
url: https://codeberg.org/hjacobs/kube-ops-view/media/branch/main/screenshot.png
Expand Down
Loading