Skip to content

Commit

Permalink
📝 aries-cloudapi -> acapy-cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Feb 6, 2025
1 parent ac7d6c2 commit 4535785
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
with:
# Additional arguments for the SonarCloud scanner
args: >
-Dsonar.projectKey=didx-xyz_aries-cloudapi-python
-Dsonar.projectKey=didx-xyz_acapy-cloud
-Dsonar.organization=didx-xyz
-Dsonar.coverage.exclusions=**/tests/**
-Dsonar.python.coverage.reportPaths=coverage.xml
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ python_compile = false

[env]
DOCKER_HOST_OVERRIDE = "unix:///var/run/docker.sock"
KIND_CLUSTER_NAME = "aries-cloudapi"
KIND_CLUSTER_NAME = "acapy-cloud"
KIND_K8S_CONTEXT = "kind-{{env.KIND_CLUSTER_NAME}}"
KIND_DOCKER_CACHE = "docker-cache"
KIND_DOCKER_REGISTRY = "docker-registry"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
![Python](https://img.shields.io/badge/python-3.12-blue.svg)
[![Toolset: Mise](https://img.shields.io/badge/toolset-Mise-orange.svg?style=flat)](https://mise.jdx.dev/)
[![Dev Experience: Tilt](https://img.shields.io/badge/devex-Tilt-blue.svg?style=flat)](https://tilt.dev)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/ceca5ac566f74a3a8bfb3095074117ad)](https://app.codacy.com/gh/didx-xyz/aries-cloudapi-python/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/ceca5ac566f74a3a8bfb3095074117ad)](https://app.codacy.com/gh/didx-xyz/aries-cloudapi-python/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/ceca5ac566f74a3a8bfb3095074117ad)](https://app.codacy.com/gh/didx-xyz/acapy-cloud/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/ceca5ac566f74a3a8bfb3095074117ad)](https://app.codacy.com/gh/didx-xyz/acapy-cloud/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![DIDx GitHub](https://img.shields.io/badge/GitHub-DIDx-181717.svg?style=flat&logo=github)](https://github.com/didx-xyz)

Expand Down
6 changes: 3 additions & 3 deletions Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ update_settings(
max_parallel_updates=5,
)

# Restrict to `kind-aries-cloudapi` kube context
kind_cluster_name = "kind-aries-cloudapi"
# Restrict to `kind-acapy-cloud` kube context
kind_cluster_name = "kind-acapy-cloud"
allow_k8s_contexts([kind_cluster_name])

if config.tilt_subcommand in ("up", "ci"):
Expand Down Expand Up @@ -86,7 +86,7 @@ expose = cfg.get("expose")
setup_cloudapi(build_enabled, expose)

if config.tilt_subcommand not in ("down"):
# _FORCE_ Kube Context to `kind-aries-cloudapi`
# _FORCE_ Kube Context to `kind-acapy-cloud`
local(
"kubectl config use-context " + kind_cluster_name, dir=os.path.dirname(__file__)
)
Expand Down

0 comments on commit 4535785

Please sign in to comment.