Skip to content

Commit

Permalink
Artifact Hub is now beta (artifacthub#663)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
  • Loading branch information
tegioz authored Sep 23, 2020
1 parent 72d36b1 commit 702ae05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Artifact Hub is a web-based application that enables finding, installing, and pu

Discovering artifacts to use with CNCF projects can be difficult. If every CNCF project that needs to share artifacts creates its own Hub this creates a fair amount of repeat work for each project and a fractured experience for those trying to find the artifacts to consume. The Artifact Hub attempts to solve that by providing a single experience for consumers that any CNCF project can leverage.

The project, accessible at [https://artifacthub.io](https://artifacthub.io), is currently in development in a alpha state. Support for Helm charts, Falco configurations, OPA policies, and OLM operators is in development with plans to support more projects to follow. Pull requests, especially those to support other CNCF projects, are welcome. Please see [CONTRIBUTING.md](./CONTRIBUTING.md) and [DEV.md](./DEV.md) for more details.
The project, accessible at [https://artifacthub.io](https://artifacthub.io), is currently in development in a beta state. Support for Helm charts, Falco configurations, OPA policies, and OLM operators is in development with plans to support more projects to follow. Pull requests, especially those to support other CNCF projects, are welcome. Please see [CONTRIBUTING.md](./CONTRIBUTING.md) and [DEV.md](./DEV.md) for more details.

Feel free to ask any questions on the #artifact-hub channel in the CNCF Slack. To get an invite please visit [http://slack.cncf.io/](http://slack.cncf.io/).

Expand Down
2 changes: 1 addition & 1 deletion web/src/layout/navigation/Navbar.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ describe('Navbar', () => {

expect(getByText('Artifact')).toBeInTheDocument();
expect(getByText('HUB')).toBeInTheDocument();
expect(getByText('Alpha')).toBeInTheDocument();
expect(getByText('Beta')).toBeInTheDocument();
});

it('goes to Homepage to click brand link', () => {
Expand Down
2 changes: 1 addition & 1 deletion web/src/layout/navigation/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const Navbar = (props: Props) => {
<span
className={`text-uppercase badge badge-pill badge-secondary d-flex align-items-center ${styles.badge}`}
>
Alpha
Beta
</span>
</div>
</Link>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 702ae05

Please sign in to comment.