diff --git a/charts/scorpio-broker-aaio/Chart.yaml b/charts/scorpio-broker-aaio/Chart.yaml index 58d236d..cf7c10d 100644 --- a/charts/scorpio-broker-aaio/Chart.yaml +++ b/charts/scorpio-broker-aaio/Chart.yaml @@ -14,7 +14,7 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.4.7 +version: 0.4.9 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/charts/scorpio-broker-aaio/README.md b/charts/scorpio-broker-aaio/README.md index 5e55d8c..2495e25 100644 --- a/charts/scorpio-broker-aaio/README.md +++ b/charts/scorpio-broker-aaio/README.md @@ -1,6 +1,6 @@ # scorpio-broker-aaio -![Version: 0.4.7](https://img.shields.io/badge/Version-0.4.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.0](https://img.shields.io/badge/AppVersion-2.1.0-informational?style=flat-square) +![Version: 0.4.9](https://img.shields.io/badge/Version-0.4.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.0](https://img.shields.io/badge/AppVersion-2.1.0-informational?style=flat-square) A Helm chart for Kubernetes in which all the microservices are deployed under a single container and thus less effective for production environment but serves well in testing and dev environment. diff --git a/charts/scorpio-broker-aaio/templates/secret.yaml b/charts/scorpio-broker-aaio/templates/secret.yaml index 1eb0026..66cd029 100644 --- a/charts/scorpio-broker-aaio/templates/secret.yaml +++ b/charts/scorpio-broker-aaio/templates/secret.yaml @@ -3,6 +3,7 @@ apiVersion: v1 kind: Secret metadata: name: {{ include "scorpioBroker-aaio.fullname" . }} + namespace: {{ $.Release.Namespace | quote }} labels: {{ include "scorpioBroker-aaio.labels" . | nindent 4 }} type: Opaque