Skip to content

Commit 0329b00

Browse files
authored
Merge pull request #3 from thedmeyer/main
2 parents 4e0a964 + b3ef76d commit 0329b00

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/structurizr/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ keywords:
1111
sources:
1212
- https://structurizr.com/help/on-premises
1313

14-
version: 0.2.0
15-
appVersion: "3142"
14+
version: 0.2.1
15+
appVersion: "3194"

charts/structurizr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# structurizr
22

3-
![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)
3+
![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)
44

55
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.
66

charts/structurizr/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Common labels
3737
helm.sh/chart: {{ include "structurizr.chart" . }}
3838
{{ include "structurizr.selectorLabels" . }}
3939
{{- if .Chart.AppVersion }}
40-
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
40+
app.kubernetes.io/version: {{ .Values.image.tag | default .Chart.AppVersion | quote }}
4141
{{- end }}
4242
app.kubernetes.io/managed-by: {{ .Release.Service }}
4343
{{- end }}

0 commit comments

Comments
 (0)