From 44a720ece21451f58df9bd3735e26f8fa98dcdbd Mon Sep 17 00:00:00 2001 From: Ali Kelkawi Date: Mon, 24 Jun 2024 16:59:58 +0300 Subject: [PATCH 1/2] add docs link --- README.md | 4 ++-- charmcraft.yaml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dedba35..9ca35ca 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ operators can be deployed and connected to each other using the Juju command line as follows: ```bash -juju deploy airbyte-k8s --trust +juju deploy airbyte-k8s --channel edge --trust juju deploy postgresql-k8s --channel 14/edge --trust juju relate airbyte-k8s postgresql-k8s ``` @@ -83,7 +83,7 @@ Once the Airbyte UI operator is deployed, it can be connected to the Airbyte operator using the Juju command line as follows: ```bash -juju deploy airbyte-ui-k8s +juju deploy airbyte-ui-k8s --channel edge juju relate airbyte-k8s airbyte-ui-k8s ``` diff --git a/charmcraft.yaml b/charmcraft.yaml index e24909e..42d968c 100644 --- a/charmcraft.yaml +++ b/charmcraft.yaml @@ -13,6 +13,9 @@ description: | streamline the process of extracting and loading data from various sources into data warehouses, lakes, or other destinations. +links: + documentation: https://discourse.charmhub.io/t/charmed-airbyte-k8s-overview/14530 + # (Required for 'charm' type) bases: - build-on: From 9638afe943dcc256fb6696c075eff3876d728fd7 Mon Sep 17 00:00:00 2001 From: Ali Kelkawi Date: Mon, 24 Jun 2024 19:40:29 +0300 Subject: [PATCH 2/2] update publish_charm workflow version --- .github/workflows/publish_charm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_charm.yaml b/.github/workflows/publish_charm.yaml index c6e1c3d..1b4478c 100644 --- a/.github/workflows/publish_charm.yaml +++ b/.github/workflows/publish_charm.yaml @@ -7,7 +7,7 @@ on: jobs: test-and-publish-charm: - uses: canonical/operator-workflows/.github/workflows/publish_charm.yaml@main + uses: canonical/operator-workflows/.github/workflows/publish_charm.yaml@8892eb826818585b397295e40276ddd0c5d3d459 secrets: inherit with: channel: latest/edge