diff --git a/.github/workflows/k8s-deploy.yml b/.github/workflows/k8s-deploy.yml index 32fb07a7..7b44c643 100644 --- a/.github/workflows/k8s-deploy.yml +++ b/.github/workflows/k8s-deploy.yml @@ -152,6 +152,7 @@ jobs: --set ingress.enabled=true \ --set site.canonicalHostname="${release_hostname}" \ --set site.displayErrors=true \ + --set site.corsOrigins="*" \ --set hab.license=accept-no-persist echo "Listing pods existing after deploy" diff --git a/.holo/sources/skeleton-v2.toml b/.holo/sources/skeleton-v2.toml index 9b2f9037..e7d13b2a 100644 --- a/.holo/sources/skeleton-v2.toml +++ b/.holo/sources/skeleton-v2.toml @@ -1,3 +1,3 @@ [holosource] url = "https://github.com/JarvusInnovations/emergence-skeleton-v2" -ref = "refs/tags/v2.12.1" +ref = "refs/tags/v2.12.2"