From 09a2b743558d529e67f7ac4448a5e4d8cf77d795 Mon Sep 17 00:00:00 2001 From: Ignacio Moreno Date: Fri, 7 Feb 2025 09:56:37 -0600 Subject: [PATCH] Change collab helm chart to use private registry image --- charts/collab/Chart.yaml | 2 +- charts/collab/values.yaml | 5 +---- charts/intel/Chart.yaml | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/charts/collab/Chart.yaml b/charts/collab/Chart.yaml index 464c383..0ab4a12 100644 --- a/charts/collab/Chart.yaml +++ b/charts/collab/Chart.yaml @@ -3,7 +3,7 @@ name: codetogether-collab description: CodeTogether Collab type: application -version: 1.2.1 +version: 1.2.2 appVersion: "2025.1.0" icon: https://www.codetogether.com/wp-content/uploads/2020/02/codetogether-circle-128.png diff --git a/charts/collab/values.yaml b/charts/collab/values.yaml index dc798a8..04a4d89 100644 --- a/charts/collab/values.yaml +++ b/charts/collab/values.yaml @@ -11,10 +11,7 @@ nameOverride: "" fullnameOverride: "" image: - # By default use DockerHub repository. - repository: codetogether/codetogether-collab - # Uncomment to use CodeTogether private Docker registry. - # repository: hub.edge.codetogether.com/releases/codetogether + repository: hub.edge.codetogether.com/releases/codetogether-collab pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: "latest" diff --git a/charts/intel/Chart.yaml b/charts/intel/Chart.yaml index a844591..f009c0b 100644 --- a/charts/intel/Chart.yaml +++ b/charts/intel/Chart.yaml @@ -3,7 +3,7 @@ name: codetogether-intel description: CodeTogether Intel provides advanced project insights for developers type: application -version: 1.2.1 +version: 1.2.2 appVersion: "2025.1.0" icon: https://www.codetogether.com/wp-content/uploads/2020/02/codetogether-circle-128.png