From 0289792851b05aabd4076ab5967e08747b28ea01 Mon Sep 17 00:00:00 2001 From: Said Sef Date: Sun, 28 Apr 2024 07:04:47 +0100 Subject: [PATCH] chore: updated ci workflow tools and version bump --- .github/workflows/charts.yml | 2 ++ README.md | 2 +- charts/applicationset/Chart.yaml | 10 +++++----- charts/applicationset/README.md | 4 ++-- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/charts.yml b/.github/workflows/charts.yml index f42c6bb..cd96aa1 100644 --- a/.github/workflows/charts.yml +++ b/.github/workflows/charts.yml @@ -95,6 +95,8 @@ jobs: steps: - name: Create k8s Kind Cluster uses: helm/kind-action@v1.9.0 + with: + kubectl_version: latest - name: Checkout uses: actions/checkout@v4 - name: Run K8s test diff --git a/README.md b/README.md index 9a3fd1f..91f1b56 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This helm chart implements Pull Request generator of ApplicationSet, it uses API Services that should already be installed and/or running. -- Kubernetes Cluster >= 1.26 +- Kubernetes Cluster >= 1.28 - [ArgoCD ApplicationSet Controller](https://argo-cd.readthedocs.io/en/stable/user-guide/application-set/) >= v2.5.8 - [HELM](https://helm.sh/docs/intro/install/) >= v3.9 diff --git a/charts/applicationset/Chart.yaml b/charts/applicationset/Chart.yaml index 87af7fa..150e3d4 100644 --- a/charts/applicationset/Chart.yaml +++ b/charts/applicationset/Chart.yaml @@ -2,9 +2,9 @@ apiVersion: v2 name: argocd-applicationsets-services description: A Helm chart for ArgoCD ApplicationSets, a declarative, GitOps continuous delivery tool for Kubernetes type: application -version: &version "0.13.0" +version: &version "0.13.1" appVersion: *version -kubeVersion: ">= 1.26" +kubeVersion: ">= 1.28" home: https://github.com/saidsef/argocd-applicationsets-services icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png keywords: @@ -23,10 +23,10 @@ sources: annotations: artifacthub.io/license: "Apache-2.0" artifacthub.io/changes: | - - kind: added - description: Added syncOptions and variable - kind: changed - description: Updated minimum Kubernetes version to v1.26 + description: "Set Kubernetes minimum version >= 1.28" + - kind: changed + description: Update dependencies ci tools artifacthub.io/links: | - name: README url: https://raw.githubusercontent.com/saidsef/argocd-applicationsets-services/main/README.md diff --git a/charts/applicationset/README.md b/charts/applicationset/README.md index 2c14d01..d489a80 100644 --- a/charts/applicationset/README.md +++ b/charts/applicationset/README.md @@ -1,6 +1,6 @@ # argocd-applicationsets-services -![Version: 0.13.0](https://img.shields.io/badge/Version-0.13.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.13.0](https://img.shields.io/badge/AppVersion-0.13.0-informational?style=flat-square) +![Version: 0.13.1](https://img.shields.io/badge/Version-0.13.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.13.1](https://img.shields.io/badge/AppVersion-0.13.1-informational?style=flat-square) A Helm chart for ArgoCD ApplicationSets, a declarative, GitOps continuous delivery tool for Kubernetes @@ -44,4 +44,4 @@ Kubernetes: `>= 1.26` | repos | object | `{"github":[{"images":["docker.io/saidsef/node-webserver:{{branch}}"],"name":"node-webserver"},{"name":"alpine-jenkins-dockerfile","path":"deployment/preview"},{"images":["docker.io/saidsef/aws-kinesis-local:{{branch}}"],"name":"aws-kinesis-local"},{"images":["docker.io/saidsef/aws-dynamodb-local:{{branch}}"],"name":"aws-dynamodb-local"},{"name":"tika-document-to-text","path":"deployment/preview"},{"images":["docker.io/saidsef/k8s-spot-termination-notice:merge"],"name":"k8s-spot-termination-notice"},{"name":"scapy-containerised","path":"charts/scapy","values":{"image":{"tag":"{{branch}}"}}},{"chart":"reverse-geocoding","name":"faas-reverse-geocoding","parameters":[{"name":"image.tag","value":"{{branch}}"},{"name":"ingress.enabled","value":"true"},{"name":"ingress.enabled","value":"true"},{"name":"ingress.hosts[0].host","value":"{{branch}}"}],"repoUrl":"https://saidsef.github.io/faas-reverse-geocoding"}],"gitlab":{}}` | List of repo names and override images for preview environment to dynamically pass the branch of the pull request head use '{{branch}}' variable see: https://argocd-applicationset.readthedocs.io/en/stable/Generators-Pull-Request/#template | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3) +Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)