Skip to content

Commit

Permalink
Fix nginx chart seems to add the digest. blanking it out fixes it as …
Browse files Browse the repository at this point in the history
…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 <github@glueops.dev>
  • Loading branch information
venkatamutyala and glueops-svc-account authored Dec 3, 2024
1 parent 8965763 commit 82175b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions templates/application-nginx-public.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 82175b6

Please sign in to comment.