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 redis docker tag to v20.9.0 #1358

Merged
merged 4 commits into from
Feb 25, 2025
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
4 changes: 2 additions & 2 deletions charts/kube-ops-view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# kube-ops-view

## 4.2.0
## 4.3.0

### Changed

- dependency to redis to 20.8.0
- dependency to redis to 20.9.0
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: 4.2.0
version: 4.3.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: oci://registry-1.docker.io/bitnamicharts
version: 20.8.0
version: 20.9.0
condition: redis.enabled
annotations:
artifacthub.io/category: monitoring-logging
artifacthub.io/changes: |
- kind: changed
description: dependency to redis to 20.8.0
description: dependency to redis to 20.9.0
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