diff --git a/charts/nd-common/Chart.yaml b/charts/nd-common/Chart.yaml index fd6430d..ca3a06e 100644 --- a/charts/nd-common/Chart.yaml +++ b/charts/nd-common/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: nd-common description: A helper chart used by most of our other charts type: library -version: 0.3.3 +version: 0.3.4 appVersion: latest diff --git a/charts/nd-common/README.md b/charts/nd-common/README.md index b9ef8d3..fc7bfa4 100644 --- a/charts/nd-common/README.md +++ b/charts/nd-common/README.md @@ -2,7 +2,7 @@ A helper chart used by most of our other charts -![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.3.4](https://img.shields.io/badge/Version-0.3.4-informational?style=flat-square) ![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) **This chart is a [Library Chart](https://helm.sh/docs/topics/library_charts/)** - this means that the chart itself deploys no resources, and has no `.yaml` diff --git a/charts/nd-common/templates/_authorizationpolicy.tpl b/charts/nd-common/templates/_authorizationpolicy.tpl index 7e9fd19..b917d55 100644 --- a/charts/nd-common/templates/_authorizationpolicy.tpl +++ b/charts/nd-common/templates/_authorizationpolicy.tpl @@ -17,7 +17,7 @@ policy with the ALLOW action. - */}} {{- define "nd-common.authorizationPolicy" }} -{{- if .Values.istio.enabled }} +{{- if and .Values.istio.enabled (.Capabilities.APIVersions.Has "security.istio.io/v1beta1") }} --- apiVersion: security.istio.io/v1beta1 kind: AuthorizationPolicy diff --git a/charts/rollout-app/Chart.yaml b/charts/rollout-app/Chart.yaml index b870b89..ee48499 100644 --- a/charts/rollout-app/Chart.yaml +++ b/charts/rollout-app/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: rollout-app description: Argo Rollout-based Application Helm Chart type: application -version: 1.4.0 +version: 1.4.1 appVersion: latest maintainers: - name: diranged @@ -13,5 +13,5 @@ dependencies: repository: https://k8s-charts.nextdoor.com condition: istio-alerts.enabled - name: nd-common - version: 0.3.3 + version: 0.3.4 repository: file://../nd-common diff --git a/charts/rollout-app/README.md b/charts/rollout-app/README.md index f35466c..e7121a4 100644 --- a/charts/rollout-app/README.md +++ b/charts/rollout-app/README.md @@ -2,7 +2,7 @@ Argo Rollout-based Application Helm Chart -![Version: 1.4.0](https://img.shields.io/badge/Version-1.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 1.4.1](https://img.shields.io/badge/Version-1.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) [analysistemplate]: https://argoproj.github.io/argo-rollouts/features/analysis/?query=AnalysisTemplate#background-analysis [argo_rollouts]: https://argoproj.github.io/argo-rollouts/ @@ -218,7 +218,7 @@ secretsEngine: sealed | Repository | Name | Version | |------------|------|---------| -| file://../nd-common | nd-common | 0.3.3 | +| file://../nd-common | nd-common | 0.3.4 | | https://k8s-charts.nextdoor.com | istio-alerts | 0.5.2 | ## Values diff --git a/charts/simple-app/Chart.yaml b/charts/simple-app/Chart.yaml index 4b1ce3c..a970e88 100644 --- a/charts/simple-app/Chart.yaml +++ b/charts/simple-app/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: simple-app description: Default Microservice Helm Chart type: application -version: 1.12.0 +version: 1.12.1 appVersion: latest maintainers: - name: diranged @@ -13,5 +13,5 @@ dependencies: repository: https://k8s-charts.nextdoor.com condition: istio-alerts.enabled - name: nd-common - version: 0.3.3 + version: 0.3.4 repository: file://../nd-common diff --git a/charts/simple-app/README.md b/charts/simple-app/README.md index 8a1056d..cd9db61 100644 --- a/charts/simple-app/README.md +++ b/charts/simple-app/README.md @@ -2,7 +2,7 @@ Default Microservice Helm Chart -![Version: 1.12.0](https://img.shields.io/badge/Version-1.12.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 1.12.1](https://img.shields.io/badge/Version-1.12.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) [deployments]: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/ [hpa]: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ @@ -368,7 +368,7 @@ secretsEngine: sealed | Repository | Name | Version | |------------|------|---------| -| file://../nd-common | nd-common | 0.3.3 | +| file://../nd-common | nd-common | 0.3.4 | | https://k8s-charts.nextdoor.com | istio-alerts | 0.5.2 | ## Values diff --git a/charts/stateful-app/Chart.yaml b/charts/stateful-app/Chart.yaml index 4d8af30..79d4a6d 100644 --- a/charts/stateful-app/Chart.yaml +++ b/charts/stateful-app/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: stateful-app description: Default StatefulSet Helm Chart type: application -version: 1.4.0 +version: 1.4.1 appVersion: latest maintainers: - name: diranged @@ -13,5 +13,5 @@ dependencies: repository: https://k8s-charts.nextdoor.com condition: istio-alerts.enabled - name: nd-common - version: 0.3.3 + version: 0.3.4 repository: file://../nd-common diff --git a/charts/stateful-app/README.md b/charts/stateful-app/README.md index d7e22ee..c7332ad 100644 --- a/charts/stateful-app/README.md +++ b/charts/stateful-app/README.md @@ -2,7 +2,7 @@ Default StatefulSet Helm Chart -![Version: 1.4.0](https://img.shields.io/badge/Version-1.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 1.4.1](https://img.shields.io/badge/Version-1.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) [statefulsets]: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/ [hpa]: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ @@ -309,7 +309,7 @@ secretsEngine: sealed | Repository | Name | Version | |------------|------|---------| -| file://../nd-common | nd-common | 0.3.3 | +| file://../nd-common | nd-common | 0.3.4 | | https://k8s-charts.nextdoor.com | istio-alerts | 0.5.2 | ## Values