Skip to content

Commit

Permalink
Merge pull request #1337 from jenkins-infra/smerle33-patch-1
Browse files Browse the repository at this point in the history
hotfix(httpd): container for cronjob need lowercase only
  • Loading branch information
smerle33 committed Sep 17, 2024
2 parents a3e3b5d + 04592fe commit 9a6c108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/httpd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: httpd helm chart for Kubernetes
name: httpd
version: 1.2.0
version: 1.2.1
appVersion: v2.4
maintainers:
- email: jenkins-infra-team@googlegroups.com
Expand Down
2 changes: 1 addition & 1 deletion charts/httpd/templates/httpdRestart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
serviceAccountName: {{ include "httpd.fullname" . }}-restart-deployment
restartPolicy: Never
containers:
- name: kubectl-httpdRestart
- name: kubectl-httpdrestart
image: "{{ .Values.httpdRestart.image.repository }}:{{ .Values.httpdRestart.image.tag }}"
imagePullPolicy: {{ .Values.httpdRestart.image.pullPolicy }}
command:
Expand Down

0 comments on commit 9a6c108

Please sign in to comment.