From 162ceeb2d0b282b1c38759c8d32910463e5e9ae5 Mon Sep 17 00:00:00 2001 From: Flavien Hardy Date: Fri, 12 Mar 2021 12:38:37 -0500 Subject: [PATCH] helm v1.0.7, app v3.2.3 --- helm/loginapp/Chart.yaml | 4 ++-- helm/loginapp/README.md | 2 +- helm/loginapp/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/loginapp/Chart.yaml b/helm/loginapp/Chart.yaml index 7c26ed5..50a2005 100644 --- a/helm/loginapp/Chart.yaml +++ b/helm/loginapp/Chart.yaml @@ -14,11 +14,11 @@ 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. -version: v1.0.6 +version: v1.0.7 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v3.2.2 +appVersion: v3.2.3 dependencies: - name: dex version: "2.15.3" diff --git a/helm/loginapp/README.md b/helm/loginapp/README.md index 8e24276..14c0c3c 100644 --- a/helm/loginapp/README.md +++ b/helm/loginapp/README.md @@ -52,7 +52,7 @@ The following table lists the configurable parameters of the `loginapp` chart an | Parameter | Description | Default | |---------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------| | replicas | | `1` | -| image | | `quay.io/fydrah/loginapp:v3.2.1` | +| image | | `quay.io/fydrah/loginapp:v3.2.3` | | imagePullPolicy | | `IfNotPresent` | | imagePullSecrets | | `[]` | | nameOverride | | `""` | diff --git a/helm/loginapp/values.yaml b/helm/loginapp/values.yaml index f074505..1c4e961 100644 --- a/helm/loginapp/values.yaml +++ b/helm/loginapp/values.yaml @@ -4,7 +4,7 @@ replicas: 1 -image: quay.io/fydrah/loginapp:v3.2.2 +image: quay.io/fydrah/loginapp:v3.2.3 imagePullPolicy: IfNotPresent imagePullSecrets: []