Skip to content

Commit

Permalink
AppCatalogEntry: Rename nginx-ingress-controller-app to `ingress-ng…
Browse files Browse the repository at this point in the history
…inx`. (#55)
  • Loading branch information
Gacko authored Jul 10, 2023
1 parent 56bd3a6 commit f027857
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- AppCatalogEntry: Rename `nginx-ingress-controller-app` to `ingress-nginx`. ([#54](https://github.com/giantswarm/apiextensions-application/pull/54))
- AppCatalogEntry: Rename `nginx-ingress-controller-app` to `ingress-nginx`. ([#54](https://github.com/giantswarm/apiextensions-application/pull/54), [#55](https://github.com/giantswarm/apiextensions-application/pull/55))

## [0.6.0] - 2022-09-22

Expand Down
2 changes: 1 addition & 1 deletion api/v1alpha1/app_catalog_entry_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ type AppCatalogEntrySpec struct {
// Restrictions is metadata from Chart.yaml for this app and is used to validate app CRs.
Restrictions *AppCatalogEntrySpecRestrictions `json:"restrictions,omitempty"`
// Version is the version of the app chart for this entry.
// e.g. 1.9.2
// e.g. 3.0.0
Version string `json:"version"`
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ spec:
type: object
version:
description: Version is the version of the app chart for this entry.
e.g. 1.9.2
e.g. 3.0.0
type: string
required:
- appName
Expand Down

0 comments on commit f027857

Please sign in to comment.