From 4345d1b6ce4bc024a636f995f196f5d2b6ef8807 Mon Sep 17 00:00:00 2001 From: brainfair Date: Wed, 18 Jan 2023 10:28:05 +0000 Subject: [PATCH] Automated commit on behalf-of brainfair --- charts/bpdispatcher/Chart.yaml | 24 +++--------------- charts/bpdispatcher/README.md | 32 +++++++++++++++++++++++ charts/bpdispatcher/values.yaml | 45 +++++++++++++-------------------- 3 files changed, 53 insertions(+), 48 deletions(-) create mode 100644 charts/bpdispatcher/README.md diff --git a/charts/bpdispatcher/Chart.yaml b/charts/bpdispatcher/Chart.yaml index 3d67692..4e18bed 100644 --- a/charts/bpdispatcher/Chart.yaml +++ b/charts/bpdispatcher/Chart.yaml @@ -1,24 +1,6 @@ apiVersion: v2 -name: bpdispatcher +appVersion: 1.16.0 description: A Helm chart for Kubernetes - -# A chart can be either an 'application' or a 'library' chart. -# -# Application charts are a collection of templates that can be packaged into versioned archives -# to be deployed. -# -# Library charts provide useful utilities or functions for the chart developer. They're included as -# a dependency of application charts to inject those utilities and functions into the rendering -# pipeline. Library charts do not define any templates and therefore cannot be deployed. +name: bpdispatcher type: application - -# This is the chart version. This version number should be incremented each time you make changes -# to the chart and its templates, including the app version. -# Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 - -# This is the version number of the application being deployed. This version number should be -# incremented each time you make changes to the application. Versions are not expected to -# follow Semantic Versioning. They should reflect the version the application is using. -# It is recommended to use it with quotes. -appVersion: "1.16.0" +version: 0.1.1 diff --git a/charts/bpdispatcher/README.md b/charts/bpdispatcher/README.md new file mode 100644 index 0000000..dc5b87c --- /dev/null +++ b/charts/bpdispatcher/README.md @@ -0,0 +1,32 @@ +# bpdispatcher + +![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-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 + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| affinity | object | `{}` | | +| fullnameOverride | string | `""` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"brainfair/bpdispatcher"` | | +| image.tag | string | `"v0.0.5"` | | +| imagePullSecrets | list | `[]` | | +| nameOverride | string | `""` | | +| nodeSelector | object | `{}` | | +| podAnnotations | object | `{}` | | +| podSecurityContext | object | `{}` | | +| replicaCount | int | `1` | | +| resources | object | `{}` | | +| securityContext | object | `{}` | | +| service.port | int | `80` | | +| service.type | string | `"ClusterIP"` | | +| serviceAccount.annotations | object | `{}` | | +| serviceAccount.create | bool | `true` | | +| serviceAccount.name | string | `""` | | +| tolerations | list | `[]` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/charts/bpdispatcher/values.yaml b/charts/bpdispatcher/values.yaml index 89e46cc..e10fbe1 100644 --- a/charts/bpdispatcher/values.yaml +++ b/charts/bpdispatcher/values.yaml @@ -3,17 +3,14 @@ # Declare variables to be passed into your templates. replicaCount: 1 - image: repository: brainfair/bpdispatcher pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v0.0.1" - + tag: "v0.0.5" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" - serviceAccount: # Specifies whether a service account should be created create: true @@ -22,39 +19,33 @@ serviceAccount: # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template name: "" - podAnnotations: {} - podSecurityContext: {} - # fsGroup: 2000 +# fsGroup: 2000 securityContext: {} - # capabilities: - # drop: - # - ALL - # readOnlyRootFilesystem: true - # runAsNonRoot: true - # runAsUser: 1000 +# capabilities: +# drop: +# - ALL +# readOnlyRootFilesystem: true +# runAsNonRoot: true +# runAsUser: 1000 service: type: ClusterIP port: 80 - resources: {} - # We usually recommend not to specify default resources and to leave this as a conscious - # choice for the user. This also increases chances charts run on environments with little - # resources, such as Minikube. If you do want to specify resources, uncomment the following - # lines, adjust them as necessary, and remove the curly braces after 'resources:'. - # limits: - # cpu: 100m - # memory: 128Mi - # requests: - # cpu: 100m - # memory: 128Mi - +# We usually recommend not to specify default resources and to leave this as a conscious +# choice for the user. This also increases chances charts run on environments with little +# resources, such as Minikube. If you do want to specify resources, uncomment the following +# lines, adjust them as necessary, and remove the curly braces after 'resources:'. +# limits: +# cpu: 100m +# memory: 128Mi +# requests: +# cpu: 100m +# memory: 128Mi nodeSelector: {} - tolerations: [] - affinity: {}