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 docker.io/redis:7.2 docker digest to a7cee7c #417

Merged
merged 2 commits into from
Dec 25, 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
2 changes: 1 addition & 1 deletion charts/owncloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: owncloud
description: A Helm chart for Owncloud
type: application
version: 0.0.10
version: 0.0.11
appVersion: latest
home: https://github.com/redhat-cop/helm-charts
icon: https://alternative.me/media/256/owncloud-icon-ge0uksoxjjfyflu8-c.png
Expand Down
2 changes: 1 addition & 1 deletion charts/owncloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
repository: quay.io/eformat/owncloud-oauth
pullPolicy: IfNotPresent
redis:
image: docker.io/redis:7.2@sha256:396b0f027ba2f33bf385771a621b58c1fd834fd2c522c35c98fd24fc17863c2f
image: docker.io/redis:7.2@sha256:a7cee7c8178ff9b5297cb109e6240f5072cdaaafd775ce6b586c3c704b06458e
healthimage: docker.io/healthcheck/redis:latest@sha256:06127d640e5c092f4707e3506e3a80c0361225b8da735b54d66e162a79d1fa38
pullPolicy: Always
mariadb:
Expand Down