diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index 713309d1f..e1fb22801 100644 --- a/charts/infra-apps/Chart.yaml +++ b/charts/infra-apps/Chart.yaml @@ -3,8 +3,8 @@ name: infra-apps description: Argo CD app-of-apps config for infrastructure components type: application # version and appVersion are in sync in this chart! -version: 0.59.0 -appVersion: 0.59.0 +version: 0.60.0 +appVersion: 0.60.0 home: https://github.com/adfinis-sygroup/helm-charts/tree/master/charts/infra-apps sources: - https://github.com/adfinis-sygroup/helm-charts diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 593de71e1..b8fd39fb1 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.59.0](https://img.shields.io/badge/Version-0.59.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.59.0](https://img.shields.io/badge/AppVersion-0.59.0-informational?style=flat-square) +![Version: 0.60.0](https://img.shields.io/badge/Version-0.60.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.60.0](https://img.shields.io/badge/AppVersion-0.60.0-informational?style=flat-square) Argo CD app-of-apps config for infrastructure components @@ -35,7 +35,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | argocdNotifications.enabled | bool | `false` | Enable ArgoCD Notifications | | argocdNotifications.name | string | `"argocd-notifications"` | | | argocdNotifications.repoURL | string | [repo](https://argoproj.github.io/argo-helm) | Repo URL | -| argocdNotifications.targetRevision | string | `"1.5.*"` | [argocd-notifications Helm chart](https://github.com/argoproj/argo-helm/tree/master/charts/argocd-notifications) version | +| argocdNotifications.targetRevision | string | `"1.6.*"` | [argocd-notifications Helm chart](https://github.com/argoproj/argo-helm/tree/master/charts/argocd-notifications) version | | argocdNotifications.values | object | [upstream values](https://github.com/argoproj/argo-helm/blob/master/charts/argocd-notifications/values.yaml) | Helm values | | certManager | object | [example](./examples/cert-manager.yaml) | [cert-manager](https://cert-manager.io/) | | certManager.chart | string | `"cert-manager"` | Chart | diff --git a/charts/infra-apps/values.yaml b/charts/infra-apps/values.yaml index 9627afd5c..e26ec7f11 100644 --- a/charts/infra-apps/values.yaml +++ b/charts/infra-apps/values.yaml @@ -31,7 +31,7 @@ argocdNotifications: # argocdNotifications.chart -- Chart chart: "argocd-notifications" # argocdNotifications.targetRevision -- [argocd-notifications Helm chart](https://github.com/argoproj/argo-helm/tree/master/charts/argocd-notifications) version - targetRevision: "1.5.*" + targetRevision: "1.6.*" # argocdNotifications.values -- Helm values # @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/master/charts/argocd-notifications/values.yaml) values: {}