Skip to content

Commit

Permalink
AppsTag -> AppTag
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Jan 31, 2025
1 parent 94181b0 commit 738e9e0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apis/installer/v1alpha1/ace_shared_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ type AceBrandingSpec struct {
//+optional
AppName string `json:"appName"`
//+optional
ShowAppsTag bool `json:"showAppsTag"`
ShowAppTag bool `json:"showAppTag"`
}

type AceSetupJob struct {
Expand Down
2 changes: 1 addition & 1 deletion charts/ace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ The following table lists the configurable parameters of the `ace` chart and the
| branding.logo | | <code>""</code> |
| branding.favicon | | <code>""</code> |
| branding.primaryColor | | <code>""</code> |
| branding.showAppsTag | | <code>""</code> |
| branding.showAppTag | | <code>""</code> |
| setupJob.hook.enable | | <code>false</code> |
| setupJob.hook.hook | | <code>"post-install, post-upgrade, post-rollback, post-delete"</code> |
| setupJob.hook.hookWeight | | <code>"-5"</code> |
Expand Down
2 changes: 1 addition & 1 deletion charts/ace/templates/platform/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ stringData:
LOGO = `{{ .Values.branding.logo }}`
FAVICON = `{{ .Values.branding.favicon }}`
PRIMARY_COLOR = `{{ .Values.branding.primaryColor }}`
SHOW_APPS_TAG = {{ .Values.branding.showAppsTag }}
SHOW_APP_TAG = {{ .Values.branding.showAppTag }}

[grafana]
# used for signing
Expand Down
2 changes: 1 addition & 1 deletion charts/ace/values.openapiv3_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ properties:
type: string
primaryColor:
type: string
showAppsTag:
showAppTag:
type: boolean
type: object
cluster-ui:
Expand Down
2 changes: 1 addition & 1 deletion charts/ace/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ branding:
logo: ""
favicon: ""
primaryColor: ""
showAppsTag: ""
showAppTag: ""

setupJob:
# https://github.com/fluxcd/flux2/discussions/1085#discussioncomment-473271
Expand Down
2 changes: 1 addition & 1 deletion schema/ace-options/values.openapiv3_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ properties:
type: string
primaryColor:
type: string
showAppsTag:
showAppTag:
type: boolean
type: object
cluster-ui:
Expand Down

0 comments on commit 738e9e0

Please sign in to comment.