From d51ba4d405bd30ecdc26c87c59ce847151fba75d Mon Sep 17 00:00:00 2001 From: Shubham Gupta Date: Mon, 31 Jul 2023 20:29:48 +0530 Subject: [PATCH 1/4] update actions Signed-off-by: Shubham Gupta --- .github/workflows/lint-test.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 85e71cc..20e6900 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -16,6 +16,11 @@ jobs: with: version: v3.11.2 + - name: Add Helm repo + run: | + helm repo add cpa https://kubernetes-sigs.github.io/cluster-proportional-autoscaler + helm repo update + - uses: actions/setup-python@v4 with: python-version: '3.10' From 03ddc76ece2e31b6128ba45c31147cf3d038f17d Mon Sep 17 00:00:00 2001 From: Shubham Gupta Date: Mon, 31 Jul 2023 20:42:14 +0530 Subject: [PATCH 2/4] version bump Signed-off-by: Shubham Gupta --- charts/coredns/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/coredns/Chart.yaml b/charts/coredns/Chart.yaml index 4c46519..c3279df 100644 --- a/charts/coredns/Chart.yaml +++ b/charts/coredns/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: coredns -version: 1.24.2 +version: 1.24.3 appVersion: 1.10.1 home: https://coredns.io icon: https://coredns.io/images/CoreDNS_Colour_Horizontal.png @@ -19,5 +19,5 @@ engine: gotpl type: application annotations: artifacthub.io/changes: | - - kind: Refactoring - description: Moved the labels from the the resource to a single helpers.tpl for better readability + - kind: Refactor + description: Update the github action. \ No newline at end of file From 4e09eac95759754aed815d51986950be9250a1e2 Mon Sep 17 00:00:00 2001 From: Shubham Gupta Date: Mon, 31 Jul 2023 23:54:56 +0530 Subject: [PATCH 3/4] fix lint Signed-off-by: Shubham Gupta --- charts/coredns/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/coredns/Chart.yaml b/charts/coredns/Chart.yaml index c3279df..0e3c670 100644 --- a/charts/coredns/Chart.yaml +++ b/charts/coredns/Chart.yaml @@ -19,5 +19,5 @@ engine: gotpl type: application annotations: artifacthub.io/changes: | - - kind: Refactor - description: Update the github action. \ No newline at end of file + - kind: Refactor + description: Update the github action. From 410df848fcb8245f968cd748cd547bb13dfc2e40 Mon Sep 17 00:00:00 2001 From: Shubham Gupta Date: Tue, 1 Aug 2023 16:48:44 +0530 Subject: [PATCH 4/4] follow supported kinds Signed-off-by: Shubham Gupta --- charts/coredns/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/coredns/Chart.yaml b/charts/coredns/Chart.yaml index 0e3c670..1bf62e9 100644 --- a/charts/coredns/Chart.yaml +++ b/charts/coredns/Chart.yaml @@ -19,5 +19,5 @@ engine: gotpl type: application annotations: artifacthub.io/changes: | - - kind: Refactor - description: Update the github action. + - kind: Added + description: Added a job to the github action for repo addition.