Skip to content

Commit bc2f31a

Browse files
authored
Merge pull request #58 from intergral/up_deep
chore(update): update to 1.0.9
2 parents cb4a984 + 555e921 commit bc2f31a

5 files changed

Lines changed: 10 additions & 7 deletions

File tree

charts/deep-distributed/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
2525
maintainers:
2626
- name: Ben Donnelly
2727
email: b.w.donnelly1@gmail.com

charts/deep-distributed/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

charts/deep-distributed/unittests/config_test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ suite: test configmap
22
chart:
33
version: 9.9.9+test
44
appVersion: 1.1.1+test
5-
release:
6-
name: deep
75
tests:
86
- it: should merge configs
97
template: configmap-deep.yaml

charts/deep/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
2525
icon: https://raw.githubusercontent.com/intergral/deep/master/docs/docs/images/logo/logo.svg
2626
maintainers:
2727
- name: Ben Donnelly

makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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

0 commit comments

Comments
 (0)