Skip to content

Commit

Permalink
fix: generated chart lubelogger version 0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 28, 2024
1 parent 815ea0f commit fdc9c0a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ This repository contains the following Helm charts:

| Name | Version | App Version | About | Artifact Hub |
|------|---------|-------------|-------|--------------|
| [lubelogger](anza-labs/lubelogger) | `0.4.9` | `v1.4.0` | LubeLogger is a web-based vehicle maintenance and fuel mileage tracker | [![Artifact Hub](https://img.shields.io/static/v1?label=ArtifactHub&message=View&color=informational)](https://artifacthub.io/packages/helm/anza-labs/lubelogger) |
| [lubelogger](anza-labs/lubelogger) | `0.4.10` | `v1.4.1` | LubeLogger is a web-based vehicle maintenance and fuel mileage tracker | [![Artifact Hub](https://img.shields.io/static/v1?label=ArtifactHub&message=View&color=informational)](https://artifacthub.io/packages/helm/anza-labs/lubelogger) |
| [scribe](anza-labs/scribe) | `0.1.4` | `v0.1.1` | Scribe is a tool that automates the propagation of annotations across Kubernetes resources based on the annotations in a Namespace. | [![Artifact Hub](https://img.shields.io/static/v1?label=ArtifactHub&message=View&color=informational)](https://artifacthub.io/packages/helm/anza-labs/scribe) |
4 changes: 2 additions & 2 deletions anza-labs/lubelogger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: lubelogger
description: LubeLogger is a web-based vehicle maintenance and fuel mileage tracker
type: application
version: 0.4.9
appVersion: "v1.4.0"
version: 0.4.10
appVersion: "v1.4.1"
maintainers:
- name: Mateusz Urbanek
email: matueusz.urbanek.98@gmail.com
Expand Down
4 changes: 2 additions & 2 deletions anza-labs/lubelogger/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lubelogger

![Version: 0.4.9](https://img.shields.io/badge/Version-0.4.9-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: v1.4.0](https://img.shields.io/badge/AppVersion-v1.4.0-informational?style=flat)
![Version: 0.4.10](https://img.shields.io/badge/Version-0.4.10-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: v1.4.1](https://img.shields.io/badge/AppVersion-v1.4.1-informational?style=flat)

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

Expand Down Expand Up @@ -55,7 +55,7 @@ LubeLogger is a web-based vehicle maintenance and fuel mileage tracker
| fullnameOverride | string | `""` | Override for the full name. |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. |
| image.repository | string | `"ghcr.io/hargata/lubelogger"` | Registry and repository for the lubelogger image. |
| image.tag | string | `"v1.4.0"` | Tag for the image. |
| image.tag | string | `"v1.4.1"` | Tag for the image. |
| imagePullSecrets | list | `[]` | Secrets for pulling images. |
| ingress.annotations | object | `{}` | Annotations to add to the ingress. |
| ingress.className | string | `""` | Ingress class name. |
Expand Down

0 comments on commit fdc9c0a

Please sign in to comment.