Skip to content

Commit

Permalink
feat(infra-apps): argocd chart bump to 3.17 (adfinis#328)
Browse files Browse the repository at this point in the history
- Upgrade argo-cd to 2.1.1
- Upgrade dex server to 2.30.0
- Allow global configuration for pod annotations and labels
- Allow service monitor relabeling configs
- Make AWS ALB GRPC backend protocol version configurable
- Add probes for dex server
- Add values for dex ports names for istio
  • Loading branch information
hairmare committed Sep 3, 2021
1 parent ba766a2 commit 1b3e906
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/infra-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.43.0
appVersion: 0.43.0
version: 0.44.0
appVersion: 0.44.0
home: https://github.com/adfinis-sygroup/helm-charts/tree/master/charts/infra-apps
sources:
- https://github.com/adfinis-sygroup/helm-charts
Expand Down
4 changes: 2 additions & 2 deletions charts/infra-apps/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# infra-apps

![Version: 0.43.0](https://img.shields.io/badge/Version-0.43.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.43.0](https://img.shields.io/badge/AppVersion-0.43.0-informational?style=flat-square)
![Version: 0.44.0](https://img.shields.io/badge/Version-0.44.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.44.0](https://img.shields.io/badge/AppVersion-0.44.0-informational?style=flat-square)

Argo CD app-of-apps config for infrastructure components

Expand Down Expand Up @@ -28,7 +28,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk
| argocd.destination.namespace | string | `"infra-argocd"` | Namespace |
| argocd.enabled | bool | `false` | Enable Argo CD |
| argocd.repoURL | string | [repo](https://argoproj.github.io/argo-helm) | Repo URL |
| argocd.targetRevision | string | `"3.12.*"` | [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/master/charts/argo-cd) version |
| argocd.targetRevision | string | `"3.17.*"` | [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/master/charts/argo-cd) version |
| argocd.values | object | [upstream values](https://github.com/argoproj/argo-helm/blob/master/charts/argo-cd/values.yaml) | Helm values |
| argocdNotifications.chart | string | `"argocd-notifications"` | Chart |
| argocdNotifications.destination.namespace | string | `"infra-argocd"` | Namespace |
Expand Down
2 changes: 1 addition & 1 deletion charts/infra-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ argocd:
# argocd.chart -- Chart
chart: "argo-cd"
# argocd.targetRevision -- [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/master/charts/argo-cd) version
targetRevision: "3.12.*"
targetRevision: "3.17.*"
# argocd.values -- Helm values
# @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/master/charts/argo-cd/values.yaml)
values: {}
Expand Down

0 comments on commit 1b3e906

Please sign in to comment.