diff --git a/charts/intel/Chart.yaml b/charts/intel/Chart.yaml index 950e4ce..2fa000d 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.3.2 +version: 1.3.4 appVersion: "2026.1.2" icon: https://www.codetogether.com/wp-content/uploads/2020/02/codetogether-circle-128.png diff --git a/charts/intel/templates/deployment.yaml b/charts/intel/templates/deployment.yaml index d676a08..110b1fd 100644 --- a/charts/intel/templates/deployment.yaml +++ b/charts/intel/templates/deployment.yaml @@ -175,6 +175,9 @@ spec: {{- toYaml .Values.ai.resources | nindent 12 }} {{- end }} {{- end }} + {{- with .Values.extraContainers }} + {{- toYaml . | nindent 8 }} + {{- end }} volumes: - name: properties-volume secret: diff --git a/charts/intel/values.yaml b/charts/intel/values.yaml index 4e51297..c6f6863 100644 --- a/charts/intel/values.yaml +++ b/charts/intel/values.yaml @@ -220,4 +220,6 @@ extraVolumes: [] # subPath: config.yaml extraVolumeMounts: [] +extraContainers: [] + replicaCount: 1 \ No newline at end of file