diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4cebd3839..9cba0aeb1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -60,7 +60,7 @@ jobs: python-version: '3.x' - name: Install chart-testing - uses: helm/chart-testing-action@v2.4.0 + uses: helm/chart-testing-action@v2.6.0 - name: Install Artifact Hub CLI tool run: hack/sh/deps/ah.sh diff --git a/charts/azure-apps/Chart.yaml b/charts/azure-apps/Chart.yaml index 269821c6d..14127665f 100644 --- a/charts/azure-apps/Chart.yaml +++ b/charts/azure-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: azure-apps description: Argo CD app-of-apps config for Azure applications type: application -version: 0.9.0 +version: 0.12.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/azure-apps sources: - https://github.com/adfinis/helm-charts @@ -17,7 +17,25 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: "promitor: scraper v2.10 & resource discovery v0.9.0" + description: "azureKvCsiProvider: bump azureKvCsiProvider from v1.3 to v1.4.1" links: - - name: GitHub PR - url: https://github.com/promitor/charts/pull/144 + - name: Fixes CVE-2022-41717 + url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/pull/1039 + - name: Fixes CVE-2022-32149 + url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/pull/999 + - name: Fixes CVE-2022-27664 + url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/pull/976 + - name: Fixes CVE-2022-1996 + url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/pull/957 + - name: fix/updates template condition for Arc + url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/pull/973 + - name: fix/increase fluentd resource limits for arc + url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/pull/946 + - name: fix/bug 948 arc missing system identity + url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/pull/949 + - name: fix/runs msi-adapter as privileged on openshift + url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/pull/920 + - name: Update to v1.4.0 + url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/releases/tag/v1.4.0 + - name: Update to v1.4.1 + url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/releases/tag/v1.4.1 diff --git a/charts/azure-apps/README.md b/charts/azure-apps/README.md index bb97734ea..823f32cc1 100644 --- a/charts/azure-apps/README.md +++ b/charts/azure-apps/README.md @@ -1,6 +1,6 @@ # azure-apps -![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for Azure applications @@ -28,21 +28,21 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | azureKvCsiProvider.destination.namespace | string | `"kube-system"` | Namespace | | azureKvCsiProvider.enabled | bool | `false` | Enable secrets-store-csi-driver-provider-azure | | azureKvCsiProvider.repoURL | string | [repo](https://azure.github.io/secrets-store-csi-driver-provider-azure/charts) | Repo URL | -| azureKvCsiProvider.targetRevision | string | `"1.3.*"` | [csi-secrets-store-provider-azure Helm chart](https://github.com/Azure/secrets-store-csi-driver-provider-azure/tree/master/charts/csi-secrets-store-provider-azure) version | +| azureKvCsiProvider.targetRevision | string | `"1.4.1"` | [csi-secrets-store-provider-azure Helm chart](https://github.com/Azure/secrets-store-csi-driver-provider-azure/tree/master/charts/csi-secrets-store-provider-azure) version | | azureKvCsiProvider.values | object | [upstream values](https://github.com/Azure/secrets-store-csi-driver-provider-azure/blob/master/charts/csi-secrets-store-provider-azure/values.yaml) | Helm values | | promitorResourceDiscovery | object | - | [promitor](https://promitor.io/) resource discovery ([example](./examples/promitor.yaml)) | | promitorResourceDiscovery.chart | string | `"promitor-agent-resource-discovery"` | Chart | | promitorResourceDiscovery.destination.namespace | string | `"infra-promitor"` | Namespace | | promitorResourceDiscovery.enabled | bool | `false` | Enable promitor resource discovery | | promitorResourceDiscovery.repoURL | string | [repo](https://charts.promitor.io) | Repo URL | -| promitorResourceDiscovery.targetRevision | string | `"0.9.0"` | [promitor-agent-resource-discovery Helm chart](https://github.com/promitor/charts/tree/main/promitor-agent-resource-discovery) version | +| promitorResourceDiscovery.targetRevision | string | `"0.11.0"` | [promitor-agent-resource-discovery Helm chart](https://github.com/promitor/charts/tree/main/promitor-agent-resource-discovery) version | | promitorResourceDiscovery.values | object | [upstream values](https://github.com/promitor/charts/blob/main/promitor-agent-resource-discovery/values.yaml) | Helm values | | promitorScraper | object | - | [promitor](https://promitor.io/) scraper ([example](./examples/promitor.yaml)) | | promitorScraper.chart | string | `"promitor-agent-scraper"` | Chart | | promitorScraper.destination.namespace | string | `"infra-promitor"` | Namespace | | promitorScraper.enabled | bool | `false` | Enable promitor scraper | | promitorScraper.repoURL | string | [repo](https://charts.promitor.io) | Repo URL | -| promitorScraper.targetRevision | string | `"2.10.0"` | [promitor-agent-scraper Helm chart](https://github.com/promitor/charts/tree/main/promitor-agent-scraper) version | +| promitorScraper.targetRevision | string | `"2.12.0"` | [promitor-agent-scraper Helm chart](https://github.com/promitor/charts/tree/main/promitor-agent-scraper) version | | promitorScraper.values | object | [upstream values](https://github.com/promitor/charts/blob/main/promitor-agent-scraper/values.yaml) | Helm values | ## About this chart diff --git a/charts/azure-apps/values.yaml b/charts/azure-apps/values.yaml index d5e42c22e..04e1cf020 100644 --- a/charts/azure-apps/values.yaml +++ b/charts/azure-apps/values.yaml @@ -13,7 +13,7 @@ azureKvCsiProvider: # -- Chart chart: "csi-secrets-store-provider-azure" # -- [csi-secrets-store-provider-azure Helm chart](https://github.com/Azure/secrets-store-csi-driver-provider-azure/tree/master/charts/csi-secrets-store-provider-azure) version - targetRevision: "1.3.*" + targetRevision: "1.4.1" # -- Helm values # @default -- [upstream values](https://github.com/Azure/secrets-store-csi-driver-provider-azure/blob/master/charts/csi-secrets-store-provider-azure/values.yaml) values: {} @@ -33,7 +33,7 @@ promitorScraper: # -- Chart chart: "promitor-agent-scraper" # -- [promitor-agent-scraper Helm chart](https://github.com/promitor/charts/tree/main/promitor-agent-scraper) version - targetRevision: "2.10.0" + targetRevision: "2.12.0" # -- Helm values # @default -- [upstream values](https://github.com/promitor/charts/blob/main/promitor-agent-scraper/values.yaml) values: {} @@ -53,7 +53,7 @@ promitorResourceDiscovery: # -- Chart chart: "promitor-agent-resource-discovery" # -- [promitor-agent-resource-discovery Helm chart](https://github.com/promitor/charts/tree/main/promitor-agent-resource-discovery) version - targetRevision: "0.9.0" + targetRevision: "0.11.0" # -- Helm values # @default -- [upstream values](https://github.com/promitor/charts/blob/main/promitor-agent-resource-discovery/values.yaml) values: {} diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index b58f188bc..e4fc2081e 100644 --- a/charts/infra-apps/Chart.yaml +++ b/charts/infra-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: infra-apps description: Argo CD app-of-apps config for infrastructure components type: application -version: 0.180.0 +version: 0.183.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -15,15 +15,10 @@ dependencies: version: 0.9.0 repository: https://charts.adfinis.com annotations: + artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: | - - kind: changed - description: "fix(argo-cd): Update chart from 5.46.3 to 5.46.7" + - kind: security + description: "feat(infra-apps): Update ingress-nginx from 4.7.1 to 4.8.3" links: - - name: "fix: Align redis-ha's affinity type to upstream due to warnings" - url: https://github.com/argoproj/argo-helm/pull/2270 - - name: "fix: make ServiceMonitor annotations in ArgoCD server conditional" - url: https://github.com/argoproj/argo-helm/pull/2273 - - name: "fix: Add checksum for CMP ConfigMap in repo-server Pod annotations" - url: https://github.com/argoproj/argo-helm/pull/2275 - - name: "fix: Update Redis to 7.0.13 to fix CVE-2022-48174" - url: https://github.com/argoproj/argo-helm/pull/2279 + - name: "fix: updates to ingress-nginx 1.9.4 to fix CVE-2023-5043 and CVE-2023-5044" + url: https://github.com/kubernetes/ingress-nginx/pull/10568 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index d62023895..c6b83a4f1 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.180.0](https://img.shields.io/badge/Version-0.180.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.183.0](https://img.shields.io/badge/Version-0.183.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for infrastructure components @@ -62,7 +62,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | ingressNginx.destination.namespace | string | `"infra-ingress"` | Namespace | | ingressNginx.enabled | bool | `false` | Configure nginx-ingress | | ingressNginx.repoURL | string | [repo](https://kubernetes.github.io/ingress-nginx) | Repo URL | -| ingressNginx.targetRevision | string | `"4.7.1"` | [ingress-nginx Helm chart](https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx) version | +| ingressNginx.targetRevision | string | `"4.8.3"` | [ingress-nginx Helm chart](https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx) version | | ingressNginx.values | object | [upstream values](https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml) | Helm values | | kubeEventExporter | object | [example](./examples/kubernetes-event-exporter.yaml) | [kubernetes-event-exporter](https://github.com/resmoio/kubernetes-event-exporter) | | kubeEventExporter.annotations | object | `{}` | Annotations for kubernetes-event-exporter app | @@ -80,7 +80,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | kubePrometheusStack.repoURL | string | [repo](https://prometheus-community.github.io/helm-charts) | Repo URL | | kubePrometheusStack.syncPolicy | object | `{"syncOptions":["ServerSideApply=true"]}` | Argo CD sync policy for the app | | kubePrometheusStack.syncPolicy.syncOptions[0] | string | `"ServerSideApply=true"` | enable server-side-apply for KPS since it get's rid of having to manually sync/replace resources | -| kubePrometheusStack.targetRevision | string | `"49.2.0"` | [kube-prometheus-stack Helm chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) version | +| kubePrometheusStack.targetRevision | string | `"51.2.0"` | [kube-prometheus-stack Helm chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) version | | kubePrometheusStack.values | object | [upstream values](https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml) | Helm values | | kured | object | [example](./examples/kured.yaml) | [kured](https://github.com/kubereboot/kured) | | kured.annotations | object | `{}` | Annotations for Kured app | @@ -88,7 +88,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | kured.destination.namespace | string | `"infra-kured"` | Namespace | | kured.enabled | bool | `false` | Enable Kured | | kured.repoURL | string | [repo](https://kubereboot.github.io/charts) | Repo URL | -| kured.targetRevision | string | `"4.2.0"` | [Kured Helm chart](https://github.com/kubereboot/charts/tree/main/charts/kured) | +| kured.targetRevision | string | `"5.2.0"` | [Kured Helm chart](https://github.com/kubereboot/charts/tree/main/charts/kured) | | kured.values | object | [upstream values](https://github.com/kubereboot/charts/blob/main/charts/kured/values.yaml) | Helm values | | mimir | object | [example](./examples/mimir.yaml) | [mimir](https://github.com/grafana/mimir) | | mimir.annotations | object | `{}` | Annotations for mimir app | diff --git a/charts/infra-apps/values.yaml b/charts/infra-apps/values.yaml index f4643c5db..19d4c3b15 100644 --- a/charts/infra-apps/values.yaml +++ b/charts/infra-apps/values.yaml @@ -111,7 +111,7 @@ ingressNginx: # -- Chart chart: ingress-nginx # -- [ingress-nginx Helm chart](https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx) version - targetRevision: 4.7.1 + targetRevision: 4.8.3 # -- Helm values # @default -- [upstream values](https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml) values: {} @@ -133,7 +133,7 @@ kubePrometheusStack: # -- Chart chart: kube-prometheus-stack # -- [kube-prometheus-stack Helm chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) version - targetRevision: 49.2.0 + targetRevision: 51.2.0 # -- Argo CD sync policy for the app syncPolicy: syncOptions: @@ -226,7 +226,7 @@ kured: # -- Chart chart: kured # -- [Kured Helm chart](https://github.com/kubereboot/charts/tree/main/charts/kured) - targetRevision: 4.2.0 + targetRevision: 5.2.0 # -- Helm values # @default -- [upstream values](https://github.com/kubereboot/charts/blob/main/charts/kured/values.yaml) values: {} diff --git a/charts/misc-apps/Chart.yaml b/charts/misc-apps/Chart.yaml index f88f1d926..51a717f76 100644 --- a/charts/misc-apps/Chart.yaml +++ b/charts/misc-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: misc-apps description: Argo CD app-of-apps config for miscellaneous small tools type: application -version: 0.39.0 +version: 0.41.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/misc-apps sources: - https://github.com/adfinis/helm-charts @@ -17,9 +17,71 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: "chore(misc-apps): Update downscaler from 0.7.1 to 0.7.3" + description: "feat(misc-apps): Update chartmuseum from 3.9.2 to 3.10.1" links: - - url: https://github.com/deliveryhero/helm-charts/pull/484 - name: Add inactive_in option and update default appVersion - - url: https://github.com/deliveryhero/helm-charts/pull/523 - name: Cronjob apiVersion compliant post k8s v1.25 + - url: https://github.com/helm/chartmuseum/pull/695 + name: "build(deps): bump github.com/urfave/cli from 1.22.13 to 1.22.14" + - url: https://github.com/helm/chartmuseum/pull/693 + name: "Update various dependencies, prep for 0.16.0 release" + - url: https://github.com/helm/chartmuseum/pull/692 + name: "chore: replace github.com/ghodss/yaml with sigs.k8s.io/yaml" + - url: https://github.com/helm/chartmuseum/pull/684 + name: "build(deps): bump github.com/docker/distribution" + - url: https://github.com/helm/chartmuseum/pull/690 + name: "build(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1" + - url: https://github.com/helm/chartmuseum/pull/685 + name: "replace io/ioutil package with os package" + - url: https://github.com/helm/chartmuseum/pull/681 + name: "build(deps): bump flask from 2.2.2 to 2.3.2 in /loadtesting" + - url: https://github.com/helm/chartmuseum/pull/679 + name: "build(deps): bump helm.sh/helm/v3 from 3.11.2 to 3.11.3" + - url: https://github.com/helm/chartmuseum/pull/661 + name: "build(deps): bump github.com/spf13/viper from 1.14.0 to 1.15.0" + - url: https://github.com/helm/chartmuseum/pull/662 + name: "build(deps): bump github.com/urfave/cli from 1.22.10 to 1.22.12" + - url: https://github.com/helm/chartmuseum/pull/668 + name: "build(deps): bump github.com/gin-gonic/gin from 1.8.1 to 1.9.0" + - url: https://github.com/helm/chartmuseum/pull/671 + name: "build(deps): bump helm.sh/helm/v3 from 3.10.3 to 3.11.2" + - url: https://github.com/helm/chartmuseum/pull/669 + name: "build(deps): bump golang.org/x/net" + - url: https://github.com/helm/chartmuseum/pull/667 + name: "fix: update URLs in k8s mirror script" + - url: https://github.com/helm/chartmuseum/pull/664 + name: "ci: pin buildx version" + - url: https://github.com/helm/chartmuseum/pull/656 + name: "feat: Remove NetEase object storage provider" + - url: https://github.com/helm/chartmuseum/pull/649 + name: "build(deps): bump helm.sh/helm/v3 from 3.10.2 to 3.10.3" + - url: https://github.com/helm/chartmuseum/pull/648 + name: "build(deps): bump certifi from 2021.10.8 to 2022.12.7 in /loadtesting" + - url: https://github.com/helm/chartmuseum/pull/645 + name: "build(deps): bump go.uber.org/zap from 1.23.0 to 1.24.0" + - url: https://github.com/helm/chartmuseum/pull/637 + name: "build(deps): bump github.com/gofrs/uuid" + - url: https://github.com/helm/chartmuseum/pull/641 + name: "build(deps): bump helm.sh/helm/v3 from 3.10.1 to 3.10.2" + - url: https://github.com/helm/chartmuseum/commit/4803da29ed6a254a22cae05c4d0ff9221902a54f + name: "action: fix cosign invalid key" + - url: https://github.com/helm/chartmuseum/commit/6363e95735afeadf72e1922d0260b30f9e6d664e + name: "makefile: replace go get to go install" + - url: https://github.com/helm/chartmuseum/pull/639 + name: "build(deps): bump github.com/spf13/viper from 1.13.0 to 1.14.0" + - url: https://github.com/helm/chartmuseum/pull/640 + name: "build(deps): bump github.com/prometheus/client_golang" + - url: https://github.com/helm/chartmuseum/pull/634 + name: "mod: bump go to 1.19 and bump helm dependency" + - url: https://github.com/helm/chartmuseum/pull/630 + name: "Added HEAD route for index.yaml" + - url: https://github.com/helm/chartmuseum/pull/623 + name: "Feat/add-golang-lint" + - url: https://github.com/helm/chartmuseum/pull/614 + name: "build(deps): bump github.com/urfave/cli from 1.22.9 to 1.22.10" + - url: https://github.com/helm/chartmuseum/pull/619 + name: "build(deps): bump github.com/gofrs/uuid" + - url: https://github.com/helm/chartmuseum/pull/621 + name: "build(deps): bump github.com/chartmuseum/storage from 0.12.4 to 0.12.5" + - url: https://github.com/helm/chartmuseum/pull/616 + name: "build(deps): bump github.com/spf13/viper from 1.12.0 to 1.13.0" + - url: https://github.com/helm/chartmuseum/pull/613 + name: "build(deps): bump go.uber.org/zap from 1.22.0 to 1.23.0" diff --git a/charts/misc-apps/README.md b/charts/misc-apps/README.md index b35c9dd03..194dde35a 100644 --- a/charts/misc-apps/README.md +++ b/charts/misc-apps/README.md @@ -1,6 +1,6 @@ # misc-apps -![Version: 0.39.0](https://img.shields.io/badge/Version-0.39.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.41.0](https://img.shields.io/badge/Version-0.41.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for miscellaneous small tools @@ -36,7 +36,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | chartmuseum.destination.namespace | string | `"infra-chartmuseum"` | Namespace | | chartmuseum.enabled | bool | `false` | Enable chartmuseum | | chartmuseum.repoURL | string | [repo](https://chartmuseum.github.io/charts) | Repo URL | -| chartmuseum.targetRevision | string | `"3.9.2"` | [chartmuseum Helm chart](https://github.com/chartmuseum/charts/tree/main/src/chartmuseum) | +| chartmuseum.targetRevision | string | `"3.10.1"` | [chartmuseum Helm chart](https://github.com/chartmuseum/charts/tree/main/src/chartmuseum) | | chartmuseum.values | object | [upstream values](https://github.com/chartmuseum/charts/blob/main/src/chartmuseum/values.yaml) | Helm values | | downscaler | object | - | [kube-downscaler](https://codeberg.org/hjacobs/kube-downscaler) ([example](./examples/kube-downscaler.yaml)) | | downscaler.chart | string | `"kube-downscaler"` | Chart | @@ -59,7 +59,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | keda.destination.namespace | string | `"infra-keda"` | Namespace | | keda.enabled | bool | `false` | Enable KEDA | | keda.repoURL | string | [repo](https://kedacore.github.io/charts) | Repo URL | -| keda.targetRevision | string | `"2.10.1"` | [keda Helm chart](https://github.com/kedacore/charts/tree/main/keda/) version | +| keda.targetRevision | string | `"2.12.0"` | [keda Helm chart](https://github.com/kedacore/charts/tree/main/keda/) version | | keda.values | object | [upstream values](https://github.com/kedacore/charts/blob/main/keda/values.yaml) | Helm values | | metallb | object | - | [metallb](https://github.com/metallb/metallb) ([example](./examples/metallb.yaml)) | | metallb.chart | string | `"metallb"` | Chart | diff --git a/charts/misc-apps/values.yaml b/charts/misc-apps/values.yaml index b61d230f4..a0be732ab 100644 --- a/charts/misc-apps/values.yaml +++ b/charts/misc-apps/values.yaml @@ -93,7 +93,7 @@ chartmuseum: # -- Chart chart: chartmuseum # -- [chartmuseum Helm chart](https://github.com/chartmuseum/charts/tree/main/src/chartmuseum) - targetRevision: "3.9.2" + targetRevision: "3.10.1" # -- Helm values # @default -- [upstream values](https://github.com/chartmuseum/charts/blob/main/src/chartmuseum/values.yaml) values: {} @@ -157,7 +157,7 @@ keda: # -- Chart chart: keda # -- [keda Helm chart](https://github.com/kedacore/charts/tree/main/keda/) version - targetRevision: 2.10.1 + targetRevision: 2.12.0 # -- Helm values # @default -- [upstream values](https://github.com/kedacore/charts/blob/main/keda/values.yaml) values: {} diff --git a/charts/openshift-etcd-backup/Chart.yaml b/charts/openshift-etcd-backup/Chart.yaml index 4b0cc0ac9..90559ba37 100644 --- a/charts/openshift-etcd-backup/Chart.yaml +++ b/charts/openshift-etcd-backup/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: openshift-etcd-backup description: Chart for openshift-etcd-backup solution type: application -version: 1.6.15 -appVersion: v1.6.15 +version: 1.6.16 +appVersion: v1.6.16 keywords: - openshift-etcd-backup - openshift @@ -20,7 +20,7 @@ maintainers: annotations: artifacthub.io/changes: | - kind: changed - description: "bump openshift-etcd-backup image to v1.6.15" + description: "bump openshift-etcd-backup image to v1.6.16" links: - name: openshift-etcd-backup release v1.6.15 - url: https://github.com/adfinis/openshift-etcd-backup/releases/tag/v1.6.15 + url: https://github.com/adfinis/openshift-etcd-backup/releases/tag/v1.6.16 diff --git a/charts/openshift-etcd-backup/README.md b/charts/openshift-etcd-backup/README.md index df5597a75..72f95e7fa 100644 --- a/charts/openshift-etcd-backup/README.md +++ b/charts/openshift-etcd-backup/README.md @@ -1,6 +1,6 @@ # openshift-etcd-backup -![Version: 1.6.15](https://img.shields.io/badge/Version-1.6.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.6.15](https://img.shields.io/badge/AppVersion-v1.6.15-informational?style=flat-square) +![Version: 1.6.16](https://img.shields.io/badge/Version-1.6.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.6.16](https://img.shields.io/badge/AppVersion-v1.6.16-informational?style=flat-square) Chart for openshift-etcd-backup solution