diff --git a/charts/core/Chart.yaml b/charts/core/Chart.yaml index 340dd0c..7a224d2 100644 --- a/charts/core/Chart.yaml +++ b/charts/core/Chart.yaml @@ -4,7 +4,7 @@ description: A Helm chart for deploying Unikorn Core type: application -version: v0.1.24 -appVersion: v0.1.24 +version: v0.1.25 +appVersion: v0.1.25 icon: https://assets.unikorn-cloud.org/images/logos/dark-on-light/icon.svg diff --git a/pkg/constants/constants.go b/pkg/constants/constants.go index a527736..65f6992 100644 --- a/pkg/constants/constants.go +++ b/pkg/constants/constants.go @@ -110,6 +110,9 @@ const ( // manually restarting services based on a Deployment/DaemonSet changing. ConfigurationHashAnnotation = "unikorn.unikorn-cloud.org/config-hash" + // RegionAnnotation tells you what region something lives in. + RegionAnnotation = "region.unikorn-cloud.org/name" + // Finalizer is applied to resources that need to be deleted manually // and do other complex logic. Finalizer = "unikorn"