File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 1.0.13
18+ version : 1.0.14
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " 1.0.8 "
24+ appVersion : " 1.0.9 "
2525maintainers :
2626 - name : Ben Donnelly
2727 email : b.w.donnelly1@gmail.com
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ If release name contains chart name it will be used as a full name.
1414{{- if .Values.fullnameOverride }}
1515{{- .Values.fullnameOverride | trunc 63 | trimSuffix " -" }}
1616{{- else }}
17- {{- $name := default .Chart.Name .Values.nameOverride }}
17+ {{- $name := default " deep " .Values.nameOverride }}
1818{{- if contains $name .Release.Name }}
1919{{- .Release.Name | trunc 63 | trimSuffix " -" }}
2020{{- else }}
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ suite: test configmap
22chart :
33 version : 9.9.9+test
44 appVersion : 1.1.1+test
5- release :
6- name : deep
75tests :
86 - it : should merge configs
97 template : configmap-deep.yaml
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 1.0.26
18+ version : 1.0.27
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " 1.0.8 "
24+ appVersion : " 1.0.9 "
2525icon : https://raw.githubusercontent.com/intergral/deep/master/docs/docs/images/logo/logo.svg
2626maintainers :
2727 - name : Ben Donnelly
Original file line number Diff line number Diff line change 1+
2+ .PHONY : test
3+ test :
4+ helm unittest -f unittests/** /* _test.yaml charts/deep
5+ helm unittest -f unittests/** /* _test.yaml charts/deep-distributed
You can’t perform that action at this time.
0 commit comments