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