Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Ignatev committed Jan 18, 2023
2 parents 73c29ae + 15daaf4 commit 342f6fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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.5
version: 0.1.6
5 changes: 2 additions & 3 deletions charts/bpdispatcher/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bpdispatcher

![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-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.6](https://img.shields.io/badge/Version-0.1.6-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 @@ -10,14 +10,13 @@ A Helm chart for Kubernetes
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| env.ACCESS_TOKEN | string | `"token_here"` | |
| env.PIPELINE_KEY | string | `"pipe_key"` | |
| env.PIPELINE_REF | string | `"master"` | |
| env.REPO_OWNER | string | `"repo_owner"` | |
| env.REPO_SLUG | string | `"repo_slug"` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"brainfair/bpdispatcher"` | |
| image.tag | string | `"v0.0.9"` | |
| image.tag | string | `"v0.0.10"` | |
| imagePullSecrets | list | `[]` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
Expand Down
3 changes: 1 addition & 2 deletions 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.9"
tag: "v0.0.10"
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
Expand All @@ -29,7 +29,6 @@ env:
REPO_OWNER: repo_owner
REPO_SLUG: repo_slug
PIPELINE_REF: master

securityContext: {}
# capabilities:
# drop:
Expand Down

0 comments on commit 342f6fc

Please sign in to comment.