Skip to content
Open
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.25
version: 0.0.26
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.4@sha256:24ea35ee039d7345bef2377611e3b1a615231746de4cfea74c1414575ee56167
image: docker.io/redis:8.6@sha256:1f073813b641755b70b0200da64131bbeeb4ec5b633ca67772229b49820caafa
healthimage: docker.io/healthcheck/redis:latest@sha256:06127d640e5c092f4707e3506e3a80c0361225b8da735b54d66e162a79d1fa38
pullPolicy: Always
mariadb:
Expand Down
Loading