Skip to content

Commit

Permalink
Fix/values for nginx (#570)
Browse files Browse the repository at this point in the history
* fix: mixed up values for ingress nginx

* fix: repository -> image for ingress nginx

* chore: bump version for hotfix

* docs: automated helm-docs action

---------

Co-authored-by: GlueOps <[email protected]>
  • Loading branch information
venkatamutyala and glueops-svc-account authored Dec 3, 2024
1 parent 1fe49c5 commit 5ab090d
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.1
version: 0.53.2
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.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

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.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 }}
Expand Down

0 comments on commit 5ab090d

Please sign in to comment.