Skip to content

Commit

Permalink
bump chart
Browse files Browse the repository at this point in the history
  • Loading branch information
sebglon committed Dec 3, 2024
1 parent 6dacc5c commit dbfac58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/graphql-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.0
version: 0.1.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
7 changes: 4 additions & 3 deletions charts/graphql-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,19 @@ spec:
{{- toYaml .Values.readinessProbe | nindent 12 }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.volumeMounts }}

volumeMounts:
- name: config-volume
mountPath: /config.yaml
subpath: config.yaml
subPath: config.yaml
{{- with .Values.volumeMounts }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.volumes }}
volumes:
- name: config-volume
configMap:
name: {{ include "graphql-exporter.fullname" . }}
{{- with .Values.volumes }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.nodeSelector }}
Expand Down

0 comments on commit dbfac58

Please sign in to comment.