This commit is contained in:
Wingy 2022-10-18 18:26:35 -04:00
parent 02907e8953
commit f38ee4fc85
4 changed files with 5 additions and 5 deletions

View file

@ -21,4 +21,4 @@ version: 0.1.1
# incremented each time you make changes to the application. Versions are not expected to # 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. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: "1.30.0" appVersion: "1.30.1"

View file

@ -1,6 +1,6 @@
# christmas-community # christmas-community
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.30.0](https://img.shields.io/badge/AppVersion-1.30.0-informational?style=flat-square) ![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.30.1](https://img.shields.io/badge/AppVersion-1.30.1-informational?style=flat-square)
A Helm chart for Kubernetes A Helm chart for Kubernetes
@ -38,7 +38,7 @@ helm install christmas-community <helm repo>/christmas-community
| fullnameOverride | string | `""` | | | fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | | | image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"wingysam/christmas-community"` | | | image.repository | string | `"wingysam/christmas-community"` | |
| image.tag | string | `"1.30.0"` | | | image.tag | string | `"1.30.1"` | |
| imagePullSecrets | list | `[]` | | | imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | | | ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | | | ingress.className | string | `""` | |

View file

@ -8,7 +8,7 @@ image:
repository: wingysam/christmas-community repository: wingysam/christmas-community
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "1.30.0" tag: "1.30.1"
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""

View file

@ -1,6 +1,6 @@
{ {
"name": "christmas-community", "name": "christmas-community",
"version": "1.30.0", "version": "1.30.1",
"description": "Christmas lists for communities", "description": "Christmas lists for communities",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {