Skip to content

Commit

Permalink
Merge pull request #37 from djMax/djmax/extra-containers
Browse files Browse the repository at this point in the history
feat(sidecar): allow extraContainers in values.yaml to enable sidecar…
  • Loading branch information
tommydangerous committed Dec 19, 2023
2 parents ba7e7a0 + 63195c8 commit 59dcfa1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/mageai/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ apiVersion: v2
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.9.44"
appVersion: "0.9.55"

description: A Helm chart for Mage AI

Expand Down Expand Up @@ -72,4 +72,4 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.5
version: 0.2.0
3 changes: 3 additions & 0 deletions charts/mageai/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ spec:
{{- else if .Values.extraVolumeMounts }}
{{- toYaml .Values.extraVolumeMounts | nindent 12 }}
{{- end }}
{{- if .Values.extraContainers }}
{{- toYaml .Values.extraContainers | nindent 12 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit 59dcfa1

Please sign in to comment.