feat: Move some common containers to our own containers

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-10 17:04:27 +02:00
parent 75f852563b
commit 7015791dac
2 changed files with 5 additions and 5 deletions

View File

@@ -18,4 +18,4 @@ maintainers:
name: common
sources: null
type: library
version: 7.0.1
version: 7.0.2

View File

@@ -21,9 +21,9 @@ wireguardImage:
promtailImage:
# -- Specify the promtail image
repository: grafana/promtail
repository: ghcr.io/truecharts/promtail
# -- Specify the promtail image tag
tag: 2.2.0
tag: v2.3.0
# -- Specify the promtail image pull policy
pullPolicy: IfNotPresent
@@ -46,9 +46,9 @@ codeserverImage:
alpineImage:
# -- Specify the code-server image
repository: alpine
repository: ghcr.io/truecharts/alpine
# -- Specify the code-server image tag
tag: "3.3"
tag: v3.14.1
# -- Specify the code-server image pull policy
pullPolicy: IfNotPresent