Skip to content

Commit

Permalink
rename image to airbyte-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
kelkawi-a committed Oct 16, 2024
1 parent 5db65f8 commit d388798
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
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

# This field populates the Resources tab on Charmhub.
resources:
airbyte-webapp:
airbyte-ui:
type: oci-image
description: OCI image for Airbyte web UI
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ def pytest_addoption(parser: pytest.Parser):
# The prebuilt charm file.
parser.addoption("--charm-file", action="append", default=[])
# The charm image name:tag.
parser.addoption("--airbyte-webapp-image", action="store", default="")
parser.addoption("--airbyte-ui-image", action="store", default="")

0 comments on commit d388798

Please sign in to comment.