Skip to content

Commit

Permalink
Update secret.yaml (#273)
Browse files Browse the repository at this point in the history
* Update secret.yaml

* Update helm documentation

* Update helm documentation

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Stefan Wiedemann and github-actions[bot] authored Jun 18, 2024
1 parent 055469a commit 3f5930e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/scorpio-broker-aaio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion charts/scorpio-broker-aaio/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
1 change: 1 addition & 0 deletions charts/scorpio-broker-aaio/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f5930e

Please sign in to comment.