From f38ee4fc85cc9553191fd3b32e31251619c0924f Mon Sep 17 00:00:00 2001 From: Wingy Date: Tue, 18 Oct 2022 18:26:35 -0400 Subject: [PATCH] 1.30.1 --- chart/Chart.yaml | 2 +- chart/README.md | 4 ++-- chart/values.yaml | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 7d12bd2..15a8ec3 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.1 # 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.30.0" +appVersion: "1.30.1" diff --git a/chart/README.md b/chart/README.md index 09d14a9..2e91f7e 100644 --- a/chart/README.md +++ b/chart/README.md @@ -1,6 +1,6 @@ # 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 @@ -38,7 +38,7 @@ helm install christmas-community /christmas-community | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"wingysam/christmas-community"` | | -| image.tag | string | `"1.30.0"` | | +| image.tag | string | `"1.30.1"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | | | ingress.className | string | `""` | | diff --git a/chart/values.yaml b/chart/values.yaml index 2114337..f51906b 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -8,7 +8,7 @@ image: repository: wingysam/christmas-community pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "1.30.0" + tag: "1.30.1" imagePullSecrets: [] nameOverride: "" diff --git a/package.json b/package.json index 8a793fa..305dce8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "christmas-community", - "version": "1.30.0", + "version": "1.30.1", "description": "Christmas lists for communities", "main": "main.js", "scripts": {