Skip to content

Commit

Permalink
fix: minor changes in descriptions
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <[email protected]>
  • Loading branch information
shanduur committed Sep 29, 2024
1 parent b9ae54a commit 9ab575d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 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,7 +2,7 @@ apiVersion: v2
name: lubelogger
description: LubeLogger is a web-based vehicle maintenance and fuel mileage tracker
type: application
version: 0.4.2
version: 0.4.3
appVersion: "v1.3.7"
maintainers:
- name: Mateusz Urbanek
Expand Down
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.4.2](https://img.shields.io/badge/Version-0.4.2-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: v1.3.7](https://img.shields.io/badge/AppVersion-v1.3.7-informational?style=flat)
![Version: 0.4.3](https://img.shields.io/badge/Version-0.4.3-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: v1.3.7](https://img.shields.io/badge/AppVersion-v1.3.7-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/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
- name: {{ .Chart.Name }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default "latest" }}"
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
Expand Down
4 changes: 3 additions & 1 deletion anza-labs/scribe/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apiVersion: v2
name: scribe
description: A Helm chart for Kubernetes
description: |
Scribe is a tool that automates the propagation of annotations across Kubernetes resources based
on the annotations in a Namespace.
type: application
version: 0.1.0
appVersion: "v0.1.0"
Expand Down
3 changes: 2 additions & 1 deletion anza-labs/scribe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

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

A Helm chart for Kubernetes
Scribe is a tool that automates the propagation of annotations across Kubernetes resources based
on the annotations in a Namespace.

## Maintainers

Expand Down

0 comments on commit 9ab575d

Please sign in to comment.