diff --git a/charts/gxf/Chart.yaml b/charts/gxf/Chart.yaml index 9a5e7c6..8dc3e4f 100644 --- a/charts/gxf/Chart.yaml +++ b/charts/gxf/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: gxf description: Generic GXF Helm chart -version: '1.5.23' +version: '1.5.24' icon: https://artwork.lfenergy.org/projects/grid-exchange-fabric/abbrev/color/grid-exchange-fabric-abbrev-color.png maintainers: - name: OSGP diff --git a/charts/gxf/templates/deployment.yaml b/charts/gxf/templates/deployment.yaml index eba38b6..74602d6 100644 --- a/charts/gxf/templates/deployment.yaml +++ b/charts/gxf/templates/deployment.yaml @@ -173,6 +173,9 @@ spec: values: - {{ .Release.Name }} topologyKey: kubernetes.io/hostname + {{- if .Values.affinity }} + {{- toYaml .Values.affinity | nindent 8 }} + {{- end }} volumes: - name: osgp-config configMap: