This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #98
- Loading branch information
Showing
4 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,8 @@ apiVersion: v2 | |
name: generic | ||
description: A chart for generic applications. Use this if you need to deploy something without wanting to build a fully fledged new helm chart. | ||
type: application | ||
version: 3.2.2 | ||
version: 3.3.0 | ||
maintainers: | ||
- name: morremeyer | ||
email: [email protected] | ||
- name: ekeih |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# generic | ||
|
||
![Version: 3.2.2](https://img.shields.io/badge/Version-3.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) | ||
![Version: 3.3.0](https://img.shields.io/badge/Version-3.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) | ||
|
||
A chart for generic applications. Use this if you need to deploy something without wanting to build a fully fledged new helm chart. | ||
|
||
|
@@ -9,6 +9,7 @@ A chart for generic applications. Use this if you need to deploy something witho | |
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| morremeyer | <[email protected]> | | | ||
| ekeih | | | | ||
|
||
## Complex values | ||
|
||
|
@@ -83,7 +84,6 @@ If you have environment variables set from ConfigMaps or Secrets, check out `env | |
| deploymentStrategy | object | `{}` | | | ||
| env | list | `[]` | Directly set environment variables | | ||
| envValueFrom | object | `{}` | Set environment variables from configMaps or Secrets | | ||
| failedJobsHistoryLimit | string | `nil` | The number of failed finished jobs to retain. | | ||
| fullnameOverride | string | `""` | | | ||
| image.pullPolicy | string | `"IfNotPresent"` | | | ||
| image.repository | string | `"nginx"` | | | ||
|
@@ -129,5 +129,5 @@ If you have environment variables set from ConfigMaps or Secrets, check out `env | |
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account | | ||
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created | | ||
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template. | | ||
| successfulJobsHistoryLimit | string | `nil` | The number of successful finished jobs to retain. | | ||
| startupProbe | string | `nil` | Configure a startup probe for the pod | | ||
| tolerations | list | `[]` | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters