Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
audacioustux committed Sep 17, 2024
1 parent e5362af commit 8387cb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/mautic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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: 5.1.79
version: 5.1.80

# 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
4 changes: 2 additions & 2 deletions charts/mautic/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ metadata:
name: {{ include "mautic.fullname" . }}-install-{{ now | unixEpoch }}
labels:
{{- include "mautic.labels" . | nindent 4 }}
mautic/process: install
process: install
spec:
template:
metadata:
labels:
{{- include "mautic.labels" . | nindent 8 }}
mautic/process: install
process: install
spec:
enableServiceLinks: false
containers:
Expand Down

0 comments on commit 8387cb6

Please sign in to comment.