diff --git a/charts/collab/Chart.yaml b/charts/collab/Chart.yaml index 9514d62..a4e3bb8 100644 --- a/charts/collab/Chart.yaml +++ b/charts/collab/Chart.yaml @@ -3,8 +3,8 @@ name: codetogether-collab description: CodeTogether Collab type: application -version: 1.2.8 -appVersion: "2025.4.3" +version: 1.2.9 +appVersion: "2026.1.2" icon: https://www.codetogether.com/wp-content/uploads/2020/02/codetogether-circle-128.png home: https://www.codetogether.com diff --git a/charts/collab/templates/service.yaml b/charts/collab/templates/service.yaml index 8e03a44..648c3e3 100644 --- a/charts/collab/templates/service.yaml +++ b/charts/collab/templates/service.yaml @@ -4,6 +4,10 @@ metadata: name: {{ include "codetogether.fullname" . }} labels: {{- include "codetogether.labels" . | nindent 4 }} + {{- with .Values.service.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} spec: type: {{ .Values.service.type }} ports: diff --git a/charts/collab/values.yaml b/charts/collab/values.yaml index 2f729e8..6ab5418 100644 --- a/charts/collab/values.yaml +++ b/charts/collab/values.yaml @@ -203,6 +203,7 @@ av: service: type: ClusterIP port: 443 + annotations: {} serviceAccount: create: true diff --git a/charts/intel/Chart.yaml b/charts/intel/Chart.yaml index 511251f..950e4ce 100644 --- a/charts/intel/Chart.yaml +++ b/charts/intel/Chart.yaml @@ -3,8 +3,8 @@ name: codetogether-intel description: CodeTogether Intel provides advanced project insights for developers type: application -version: 1.3.1 -appVersion: "2025.4.3" +version: 1.3.2 +appVersion: "2026.1.2" icon: https://www.codetogether.com/wp-content/uploads/2020/02/codetogether-circle-128.png home: https://www.codetogether.com