Skip to content

Commit

Permalink
snother try
Browse files Browse the repository at this point in the history
  • Loading branch information
guy-frontegg committed Jan 7, 2025
1 parent dd3ffc1 commit 8cac0e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/unified-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Frontegg Unified Chart
type: application

#This is a test version do not use
version: 4.0.74
version: 4.0.75

maintainers:
- name: "platform"
Expand Down
2 changes: 2 additions & 0 deletions common/unified-chart/templates/web/web-service-profile.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if not .Values.argoRollouts.progressiveDelivery.enabled }}
{{- $top := . }}
{{- with .Values.web.serviceProfile }}
{{- if .enabled }}
Expand All @@ -20,4 +21,5 @@ spec:
routes:
{{- .routes | toYaml | nindent 4 }}
{{- end }}
{{- end }}
{{- end }}
4 changes: 2 additions & 2 deletions common/unified-chart/templates/web/web-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ spec:
protocol: {{ .protocol | default "TCP" }}
name: {{ .name | default "http" }}
{{- end }}
{{/* {{- if not .Values.argoRollouts.progressiveDelivery.enabled }}*/}}
{{- if not .Values.argoRollouts.progressiveDelivery.enabled }}
selector:
{{- include "web.selector.labels" . | nindent 4 }}
{{/* {{- end }}*/}}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 8cac0e0

Please sign in to comment.