diff --git a/Chart.yaml b/Chart.yaml index 6979afd9..40575910 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 appVersion: v0.1.0 description: This chart deploys the GlueOps Platform name: glueops-platform -version: 0.52.0 +version: 0.52.1 diff --git a/README.md b/README.md index 88ee88dc..066d91ad 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # glueops-platform -![Version: 0.52.0](https://img.shields.io/badge/Version-0.52.0-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) +![Version: 0.52.1](https://img.shields.io/badge/Version-0.52.1-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) This chart deploys the GlueOps Platform diff --git a/templates/application-nginx-public.yaml b/templates/application-nginx-public.yaml index 47e1556c..07b881c1 100644 --- a/templates/application-nginx-public.yaml +++ b/templates/application-nginx-public.yaml @@ -31,7 +31,7 @@ spec: values: |- controller: image: - tag: "v1.11.1" + tag: "v1.11.3" admissionWebhooks: enabled: false replicaCount: {{ .Values.nginx.controller_replica_count }}