Skip to content

Commit

Permalink
updated regex command
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen Angali authored and Naveen Angali committed Sep 30, 2024
1 parent 050105b commit e0a7ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified profisee-platform-0.1.33.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions profisee-platform/templates/statefullset-profisee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
- name: profisee
image: "{{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: Always
{{- if regexMatch "^(2[4-9]|[3-9][0-9])r[0-9]+\\..*" .Values.image.tag }}
{{- if regexMatch "^(202[4-9]|[3-9][0-9])r[0-9]+\\..*" .Values.image.tag }}
livenessProbe:
httpGet:
path: /{{.Values.profiseeRunTime.webAppName}}/rest/health
Expand All @@ -105,7 +105,7 @@ spec:
successThreshold: 1
failureThreshold: 3
{{- end }}
{{- if regexMatch "^(2[4-9]|[3-9][0-9])r[0-9]+\\..*" .Values.image.tag }}
{{- if regexMatch "^(202[4-9]|[3-9][0-9])r[0-9]+\\..*" .Values.image.tag }}
startupProbe:
exec:
command:
Expand Down

0 comments on commit e0a7ac3

Please sign in to comment.