From 7015791dacf66650072990ff6cf0ca092cf21db0 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Fri, 10 Sep 2021 17:04:27 +0200 Subject: [PATCH] feat: Move some common containers to our own containers --- charts/library/common/Chart.yaml | 2 +- charts/library/common/values.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index 281b96f5dcb..a9b0779123f 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -18,4 +18,4 @@ maintainers: name: common sources: null type: library -version: 7.0.1 +version: 7.0.2 diff --git a/charts/library/common/values.yaml b/charts/library/common/values.yaml index dad717a4da3..600a9694450 100644 --- a/charts/library/common/values.yaml +++ b/charts/library/common/values.yaml @@ -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