Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(infra-apps): bump nginx-ingress chart to 3.32 #261

Merged
merged 1 commit into from
Jun 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.21.1
appVersion: 0.21.1
version: 0.22.0
appVersion: 0.22.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.21.1](https://img.shields.io/badge/Version-0.21.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.21.1](https://img.shields.io/badge/AppVersion-0.21.1-informational?style=flat-square)
![Version: 0.22.0](https://img.shields.io/badge/Version-0.22.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.22.0](https://img.shields.io/badge/AppVersion-0.22.0-informational?style=flat-square)

Argo CD app-of-apps config for infrastructure components

Expand Down Expand Up @@ -56,7 +56,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 | `"3.29.*"` | [ingress-nginx Helm chart](https://github.com/kubernetes/ingress-nginx/tree/master/charts/ingress-nginx) version |
| ingressNginx.targetRevision | string | `"3.32.*"` | [ingress-nginx Helm chart](https://github.com/kubernetes/ingress-nginx/tree/master/charts/ingress-nginx) version |
| ingressNginx.values | object | [upstream values](https://github.com/kubernetes/ingress-nginx/blob/master/charts/ingress-nginx/values.yaml) | Helm values |
| kubePrometheusStack | object | [example](./examples/prometheus.yaml) | [prometheus-operator](https://github.com/coreos/prometheus-operator) |
| kubePrometheusStack.chart | string | `"kube-prometheus-stack"` | Chart |
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 @@ -92,7 +92,7 @@ ingressNginx:
# ingressNginx.chart -- Chart
chart: "ingress-nginx"
# ingressNginx.targetRevision -- [ingress-nginx Helm chart](https://github.com/kubernetes/ingress-nginx/tree/master/charts/ingress-nginx) version
targetRevision: '3.29.*'
targetRevision: '3.32.*'
# ingressNginx.values -- Helm values
# @default -- [upstream values](https://github.com/kubernetes/ingress-nginx/blob/master/charts/ingress-nginx/values.yaml)
values: {}
Expand Down