Skip to content

Commit

Permalink
Add a Region Annotation (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray authored Apr 12, 2024
1 parent 63d29ed commit 7ab39a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions pkg/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7ab39a9

Please sign in to comment.