Skip to content

Commit

Permalink
fix(lubelogger): creation of secret
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <[email protected]>
  • Loading branch information
shanduur committed Aug 28, 2024
1 parent 756c3e0 commit 71ac315
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion anza-labs/lubelogger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: lubelogger
description: LubeLogger is a web-based vehicle maintenance and fuel mileage tracker
type: application
version: 0.2.1
version: 0.2.2
2 changes: 1 addition & 1 deletion anza-labs/lubelogger/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lubelogger

![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)

LubeLogger is a web-based vehicle maintenance and fuel mileage tracker

Expand Down
2 changes: 1 addition & 1 deletion anza-labs/lubelogger/templates/postgres-connection.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.postgres.connect -}}
{{- if .Values.postgres.create -}}
{{- $pgHost := .Values.postgres.host | required ".Values.postgres.host is required." -}}
{{- $pgPort := .Values.postgres.port | required ".Values.postgres.port is required." -}}
{{- $pgUser := .Values.postgres.user | required ".Values.postgres.user is required." -}}
Expand Down

0 comments on commit 71ac315

Please sign in to comment.