diff --git a/Chart.yaml b/Chart.yaml index c345c480..bdcadd33 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.53.1 +version: 0.53.2 diff --git a/README.md b/README.md index efab522d..60f2d637 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # glueops-platform -![Version: 0.53.1](https://img.shields.io/badge/Version-0.53.1-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) +![Version: 0.53.2](https://img.shields.io/badge/Version-0.53.2-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 a07255a8..a27223f3 100644 --- a/templates/application-nginx-public.yaml +++ b/templates/application-nginx-public.yaml @@ -31,9 +31,9 @@ spec: values: |- controller: image: - registry: {{ .Values.app_ingress_nginx.image.controller.registry }} - image: {{ .Values.app_ingress_nginx.image.controller.image }} - tag: {{ .Values.app_ingress_nginx.image.controller.tag }} + registry: {{ .Values.app_ingress_nginx.controller.image.registry }} + image: {{ .Values.app_ingress_nginx.controller.image.repository }} + tag: {{ .Values.app_ingress_nginx.controller.image.tag }} admissionWebhooks: enabled: false replicaCount: {{ .Values.nginx.controller_replica_count }}