Skip to content

Commit

Permalink
Update rock name (#13)
Browse files Browse the repository at this point in the history
* update ui rock name
  • Loading branch information
kelkawi-a authored Oct 17, 2024
1 parent 8e8012e commit d4988b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions airbyte_ui_rock/.trivyignore

This file was deleted.

4 changes: 2 additions & 2 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ config:
# Your workload’s containers.
containers:
airbyte-webapp:
resource: airbyte-webapp
resource: airbyte-ui-image

# This field populates the Resources tab on Charmhub.
resources:
airbyte-webapp:
airbyte-ui-image:
type: oci-image
description: OCI image for Airbyte web UI
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async def charm_fixture(request: FixtureRequest, ops_test: OpsTest) -> str | Pat
@pytest_asyncio.fixture(name="deploy", scope="module")
async def deploy(ops_test: OpsTest, charm: str, charm_image: str):
"""Test the app is up and running."""
resources = {"airbyte-webapp": charm_image}
resources = {"airbyte-ui-image": charm_image}

asyncio.gather(
ops_test.model.deploy(charm, resources=resources, application_name=APP_NAME_AIRBYTE_UI),
Expand Down

0 comments on commit d4988b2

Please sign in to comment.