diff --git a/charts/kubernetes-sync/Chart.yaml b/charts/kubernetes-sync/Chart.yaml index 2784969..f6cb5d6 100644 --- a/charts/kubernetes-sync/Chart.yaml +++ b/charts/kubernetes-sync/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: kubernetes-sync type: application -version: 0.5.8 +version: 0.5.9 appVersion: "2022.10.19" description: An agent for syncronizing Kubernetes data with OpsLevel keywords: diff --git a/charts/kubernetes-sync/values.yaml b/charts/kubernetes-sync/values.yaml index 18f6150..03a527c 100644 --- a/charts/kubernetes-sync/values.yaml +++ b/charts/kubernetes-sync/values.yaml @@ -44,7 +44,7 @@ sync: - '.metadata.annotations | to_entries | map(select(.key | startswith("opslevel.com/tools"))) | map({"category": .key | split(".")[2], "displayName": .key | split(".")[3], "url": .value})' repositories: # attach repositories to the service using the opslevel repo alias - IE github.com:hashicorp/vault # find annotations with format: opslevel.com/repo..: - - '.metadata.annotations | to_entries | map(select(.key | startswith("opslevel.com/repos"))) | map({"name": .key | split(".")[2], "directory": .key | split(".")[3:] | join("/"), "repo": .value})' + - '.metadata.annotations | to_entries | map(select(.key | startswith("opslevel.com/repo"))) | map({"name": .key | split(".")[2], "directory": .key | split(".")[3:] | join("/"), "repo": .value})' serviceAccount: create: true