From 82175b6994066246dc553682aea91b51bee14679 Mon Sep 17 00:00:00 2001 From: Venkat Date: Tue, 3 Dec 2024 03:23:04 +0000 Subject: [PATCH] Fix nginx chart seems to add the digest. blanking it out fixes it as renovate also adds the digest of the container being used (#573) * fix: nginx chart seems to add the digest. Blanking it out fixes it as renovate also adds the digest of the container being used * fix: nginx image/tag * docs: automated helm-docs action --------- Co-authored-by: GlueOps --- Chart.yaml | 2 +- README.md | 2 +- templates/application-nginx-public.yaml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 3fdd413e..aa3d4d52 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.4 +version: 0.53.5 diff --git a/README.md b/README.md index d45720a1..64ed68dc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # glueops-platform -![Version: 0.53.4](https://img.shields.io/badge/Version-0.53.4-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) +![Version: 0.53.5](https://img.shields.io/badge/Version-0.53.5-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 900684ad..b274f17e 100644 --- a/templates/application-nginx-public.yaml +++ b/templates/application-nginx-public.yaml @@ -34,6 +34,7 @@ spec: registry: {{ .Values.container_images.app_ingress_nginx.controller.image.registry }} image: {{ .Values.container_images.app_ingress_nginx.controller.image.repository }} tag: {{ .Values.container_images.app_ingress_nginx.controller.image.tag }} + digest: "" admissionWebhooks: enabled: false replicaCount: {{ .Values.nginx.controller_replica_count }}