Compare commits
3 Commits
c7da441b17
...
88d3175327
Author | SHA1 | Date | |
---|---|---|---|
88d3175327
|
|||
f58b0e15d2
|
|||
058c4aee3c
|
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.107.59
|
appVersion: 0.107.62
|
||||||
description: DNS proxy as ad-blocker for local network
|
description: DNS proxy as ad-blocker for local network
|
||||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/adguard-home
|
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
|
icon: https://avatars3.githubusercontent.com/u/8361145?s=200&v=4?sanitize=true
|
||||||
@@ -12,4 +12,4 @@ maintainers:
|
|||||||
name: adguard-home
|
name: adguard-home
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/AdguardTeam/AdGuardHome
|
- https://github.com/AdguardTeam/AdGuardHome
|
||||||
version: 2.3.31
|
version: 2.3.32
|
||||||
|
@@ -4,7 +4,7 @@ strategyType: Recreate
|
|||||||
image:
|
image:
|
||||||
repository: adguard/adguardhome
|
repository: adguard/adguardhome
|
||||||
# Image tag is set via charts appVersion. If you want to override the tag, specify it here
|
# 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
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.33.2
|
appVersion: 1.34.1
|
||||||
description: Unofficial Bitwarden compatible server written in Rust
|
description: Unofficial Bitwarden compatible server written in Rust
|
||||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/bitwardenrs
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/bitwardenrs
|
||||||
icon: https://raw.githubusercontent.com/bitwarden/brand/master/icons/256x256.png
|
icon: https://raw.githubusercontent.com/bitwarden/brand/master/icons/256x256.png
|
||||||
@@ -17,4 +17,4 @@ name: bitwarden
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/dani-garcia/bitwarden_rs
|
- https://github.com/dani-garcia/bitwarden_rs
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.37
|
version: 2.0.38
|
||||||
|
@@ -5,7 +5,7 @@ replicaCount: 1
|
|||||||
image:
|
image:
|
||||||
repository: vaultwarden/server
|
repository: vaultwarden/server
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "1.33.2"
|
tag: "1.34.1"
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "1.6.10"
|
appVersion: "1.6.11"
|
||||||
description: A Helm chart for Kubernetes
|
description: A Helm chart for Kubernetes
|
||||||
name: roundcube
|
name: roundcube
|
||||||
version: 0.4.5
|
version: 0.4.6
|
||||||
icon: https://github.com/roundcube/roundcubemail/blob/master/skins/classic/images/roundcube_logo.png
|
icon: https://github.com/roundcube/roundcubemail/blob/master/skins/classic/images/roundcube_logo.png
|
||||||
|
@@ -2,7 +2,7 @@ replicaCount: 1
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: roundcube/roundcubemail
|
repository: roundcube/roundcubemail
|
||||||
tag: 1.6.10-apache
|
tag: 1.6.11-apache
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
args: [ sh, -c, 'update-ca-certificates && /docker-entrypoint.sh apache2-foreground' ]
|
args: [ sh, -c, 'update-ca-certificates && /docker-entrypoint.sh apache2-foreground' ]
|
||||||
|
Reference in New Issue
Block a user