Skip to content

Commit

Permalink
4.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
mqxter committed Sep 10, 2024
1 parent f9ec75a commit b699d9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/unified-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: unified-chart
description: Frontegg Unified Chart
type: application

version: 4.0.20
version: 4.0.21

maintainers:
- name: "platform"
Expand Down
2 changes: 1 addition & 1 deletion common/unified-chart/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

{{/* Create chart name and version as used by the chart label. */}}
{{- define "unified.chart" -}}
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" -}}
{{- printf "%s-%s" "unified-chart" .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" -}}
{{- end -}}

{{/* inject env variables directly */}}
Expand Down

0 comments on commit b699d9d

Please sign in to comment.