Skip to content

Commit

Permalink
Merge pull request #3 from thedmeyer/main
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualroot authored Oct 11, 2023
2 parents 4e0a964 + b3ef76d commit 0329b00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/structurizr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ keywords:
sources:
- https://structurizr.com/help/on-premises

version: 0.2.0
appVersion: "3142"
version: 0.2.1
appVersion: "3194"
2 changes: 1 addition & 1 deletion charts/structurizr/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# structurizr

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![AppVersion: 3142](https://img.shields.io/badge/AppVersion-3142-informational?style=flat-square)
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![AppVersion: 3194](https://img.shields.io/badge/AppVersion-3194-informational?style=flat-square)

The Structurizr Helm chart deploys Structurizr On premise flavor. Structurizr is a web-based rendering tool designed to help software development teams create software architecture diagrams and documentation.

Expand Down
2 changes: 1 addition & 1 deletion charts/structurizr/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Common labels
helm.sh/chart: {{ include "structurizr.chart" . }}
{{ include "structurizr.selectorLabels" . }}
{{- if .Chart.AppVersion }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
app.kubernetes.io/version: {{ .Values.image.tag | default .Chart.AppVersion | quote }}
{{- end }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- end }}
Expand Down

0 comments on commit 0329b00

Please sign in to comment.