Skip to content

Commit

Permalink
Fix/nginx parameters in values yaml (#571)
Browse files Browse the repository at this point in the history
* fix: nginx parameters in values.yaml

* chore: bump version for hotfix

* 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 5ab090d commit 7c415f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.2
version: 0.53.3
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.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)
![Version: 0.53.3](https://img.shields.io/badge/Version-0.53.3-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
6 changes: 3 additions & 3 deletions templates/application-nginx-public.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ spec:
values: |-
controller:
image:
registry: {{ .Values.app_ingress_nginx.controller.image.registry }}
image: {{ .Values.app_ingress_nginx.controller.image.repository }}
tag: {{ .Values.app_ingress_nginx.controller.image.tag }}
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 }}
admissionWebhooks:
enabled: false
replicaCount: {{ .Values.nginx.controller_replica_count }}
Expand Down

0 comments on commit 7c415f3

Please sign in to comment.