Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppCatalogEntry: Rename nginx-ingress-controller-app to ingress-nginx. #55

Merged
merged 1 commit into from
Jul 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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