Skip to content

Commit

Permalink
Automated commit on behalf-of brainfair
Browse files Browse the repository at this point in the history
  • Loading branch information
brainfair authored and actions-user committed Oct 4, 2024
1 parent 49569ac commit b398341
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/bpdispatcher/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: 1.16.0
description: A Helm chart for Kubernetes
name: bpdispatcher
type: application
version: 0.1.28
version: 0.1.29
4 changes: 2 additions & 2 deletions charts/bpdispatcher/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bpdispatcher

![Version: 0.1.28](https://img.shields.io/badge/Version-0.1.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
![Version: 0.1.29](https://img.shields.io/badge/Version-0.1.29-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)

A Helm chart for Kubernetes

Expand All @@ -16,7 +16,7 @@ A Helm chart for Kubernetes
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"brainfair/bpdispatcher"` | |
| image.tag | string | `"v0.0.33"` | |
| image.tag | string | `"v0.0.34"` | |
| imagePullSecrets | list | `[]` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/bpdispatcher/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image:
repository: brainfair/bpdispatcher
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.0.33"
tag: "v0.0.34"
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
Expand Down

0 comments on commit b398341

Please sign in to comment.