Compare commits

..

3 Commits

6 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.107.59
appVersion: 0.107.62
description: DNS proxy as ad-blocker for local network
home: https://github.com/k8s-at-home/charts/tree/master/charts/adguard-home
icon: https://avatars3.githubusercontent.com/u/8361145?s=200&v=4?sanitize=true
@@ -12,4 +12,4 @@ maintainers:
name: adguard-home
sources:
- https://github.com/AdguardTeam/AdGuardHome
version: 2.3.31
version: 2.3.32

View File

@@ -4,7 +4,7 @@ strategyType: Recreate
image:
repository: adguard/adguardhome
# Image tag is set via charts appVersion. If you want to override the tag, specify it here
tag: v0.107.59
tag: v0.107.62
pullPolicy: IfNotPresent
nameOverride: ""

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.33.2
appVersion: 1.34.1
description: Unofficial Bitwarden compatible server written in Rust
home: https://github.com/k8s-at-home/charts/tree/master/charts/bitwardenrs
icon: https://raw.githubusercontent.com/bitwarden/brand/master/icons/256x256.png
@@ -17,4 +17,4 @@ name: bitwarden
sources:
- https://github.com/dani-garcia/bitwarden_rs
type: application
version: 2.0.37
version: 2.0.38

View File

@@ -5,7 +5,7 @@ replicaCount: 1
image:
repository: vaultwarden/server
pullPolicy: IfNotPresent
tag: "1.33.2"
tag: "1.34.1"
imagePullSecrets: []
nameOverride: ""

View File

@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: "1.6.10"
appVersion: "1.6.11"
description: A Helm chart for Kubernetes
name: roundcube
version: 0.4.5
version: 0.4.6
icon: https://github.com/roundcube/roundcubemail/blob/master/skins/classic/images/roundcube_logo.png

View File

@@ -2,7 +2,7 @@ replicaCount: 1
image:
repository: roundcube/roundcubemail
tag: 1.6.10-apache
tag: 1.6.11-apache
pullPolicy: IfNotPresent
args: [ sh, -c, 'update-ca-certificates && /docker-entrypoint.sh apache2-foreground' ]