Skip to content

Commit

Permalink
echobot v0.3.2: fix env var reference in test
Browse files Browse the repository at this point in the history
  • Loading branch information
enribd committed May 30, 2021
1 parent fdfb60c commit f58b498
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/echobot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: echobot
description: A Helm chart for the echobot service
type: application
version: 0.3.1
version: 0.3.2
appVersion: "v0.2.0"
maintainers:
- email: manuel.morejon@users.noreply.github.com
Expand Down
2 changes: 1 addition & 1 deletion charts/echobot/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# echobot

![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.2.0](https://img.shields.io/badge/AppVersion-v0.2.0-informational?style=flat-square)
![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.2.0](https://img.shields.io/badge/AppVersion-v0.2.0-informational?style=flat-square)

A Helm chart for the echobot service

Expand Down
2 changes: 1 addition & 1 deletion charts/echobot/templates/tests/test-database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
command:
- '/usr/bin/mongo'
args:
- '$MONGODB_URI'
- "$MONGODB_URI"
env:
- name: MONGODB_URI
valueFrom:
Expand Down

0 comments on commit f58b498

Please sign in to comment.