Skip to content

Commit

Permalink
Merge pull request #58 from intergral/up_deep
Browse files Browse the repository at this point in the history
chore(update): update to 1.0.9
  • Loading branch information
Umaaz authored Jan 13, 2025
2 parents cb4a984 + 555e921 commit bc2f31a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/deep-distributed/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.13
version: 1.0.14

# 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.
# It is recommended to use it with quotes.
appVersion: "1.0.8"
appVersion: "1.0.9"
maintainers:
- name: Ben Donnelly
email: [email protected]
2 changes: 1 addition & 1 deletion charts/deep-distributed/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If release name contains chart name it will be used as a full name.
{{- if .Values.fullnameOverride }}
{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }}
{{- else }}
{{- $name := default .Chart.Name .Values.nameOverride }}
{{- $name := default "deep" .Values.nameOverride }}
{{- if contains $name .Release.Name }}
{{- .Release.Name | trunc 63 | trimSuffix "-" }}
{{- else }}
Expand Down
2 changes: 0 additions & 2 deletions charts/deep-distributed/unittests/config_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ suite: test configmap
chart:
version: 9.9.9+test
appVersion: 1.1.1+test
release:
name: deep
tests:
- it: should merge configs
template: configmap-deep.yaml
Expand Down
4 changes: 2 additions & 2 deletions charts/deep/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.26
version: 1.0.27

# 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.
# It is recommended to use it with quotes.
appVersion: "1.0.8"
appVersion: "1.0.9"
icon: https://raw.githubusercontent.com/intergral/deep/master/docs/docs/images/logo/logo.svg
maintainers:
- name: Ben Donnelly
Expand Down
5 changes: 5 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

.PHONY: test
test:
helm unittest -f unittests/**/*_test.yaml charts/deep
helm unittest -f unittests/**/*_test.yaml charts/deep-distributed

0 comments on commit bc2f31a

Please sign in to comment.