Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #26 from canonical/updates-edge-releasing-revision
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezfdezjavier authored Apr 7, 2022
2 parents cf31506 + 98733cd commit c6ed867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/orchestrator.certifier.charm.upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2

- name: Check libraries
uses: canonical/charming-actions/check-libraries@test-charm-75
uses: canonical/charming-actions/check-libraries@1.0.2
with:
credentials: "${{ secrets.CHARMCRAFT_AUTH }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion orchestrator-bundle/orc8r-certifier-operator/src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class MagmaOrc8rCertifierCharm(CharmBase):
DB_NAME = "magma_dev"
BASE_CONFIG_PATH = "/var/opt/magma/configs/orc8r"

# TODO: The various URL's should be provided through relationships.
# TODO: The various URL's should be provided through relationships
PROMETHEUS_URL = "http://orc8r-prometheus:9090"
PROMETHEUS_CONFIGURER_URL = "http://orc8r-prometheus:9100"
ALERTMANAGER_URL = "http://orc8r-alertmanager:9093"
Expand Down

0 comments on commit c6ed867

Please sign in to comment.