From ab04c3f07c3f6e0754edc2e4b68350b753ad754d Mon Sep 17 00:00:00 2001 From: Jonas van Vliet Date: Thu, 10 Aug 2023 20:55:26 +0200 Subject: [PATCH 1/2] Align implementation with example from the comment above --- charts/kubernetes-sync/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From fab6310322a30d6069f16a5ad9e8a0a96485c1b6 Mon Sep 17 00:00:00 2001 From: Jonas van Vliet Date: Mon, 14 Aug 2023 06:58:56 +0200 Subject: [PATCH 2/2] Bump kubernetes-sync helm chart --- charts/kubernetes-sync/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: