Skip to content

Commit

Permalink
Fix readinessProbe (mend#533)
Browse files Browse the repository at this point in the history
* Fix readinessProbe

* Fix copy & paste error

* Bump version to 7.4.1

* Bump version
  • Loading branch information
schroedermatthias authored Jul 14, 2024
1 parent d883adf commit 128dea0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm-charts/mend-renovate-ce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: mend-renovate-ce
version: 7.5.0
version: 7.5.1
appVersion: 7.4.0
description: Mend Renovate Community Edition
home: https://github.com/mend/renovate-ce-ee
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/mend-renovate-ce/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ spec:
livenessProbe:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.livenessProbe }}
{{- with .Values.readinessProbe }}
readinessProbe:
{{- toYaml . | nindent 12 }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/mend-renovate-ee/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: mend-renovate-enterprise-edition
version: 1.5.0
version: 1.5.1
appVersion: 7.4.0
description: Mend Renovate Enterprise Edition
home: https://github.com/mend/renovate-ce-ee
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ spec:
livenessProbe:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.renovateServer.livenessProbe }}
{{- with .Values.renovateServer.readinessProbe }}
readinessProbe:
{{- toYaml . | nindent 12 }}
{{- end }}
Expand Down

0 comments on commit 128dea0

Please sign in to comment.