Skip to content

Commit 1fe49c5

Browse files
Fix ingress nginx values.yaml refs (#569)
* fix: ingress nginx values.yaml refs * chore: bump for hotfix * docs: automated helm-docs action --------- Co-authored-by: GlueOps <github@glueops.dev>
1 parent 411fca7 commit 1fe49c5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
appVersion: v0.1.0
33
description: This chart deploys the GlueOps Platform
44
name: glueops-platform
5-
version: 0.53.0
5+
version: 0.53.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# glueops-platform
22

3-
![Version: 0.53.0](https://img.shields.io/badge/Version-0.53.0-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
3+
![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)
44

55
This chart deploys the GlueOps Platform
66

templates/application-nginx-public.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ spec:
3131
values: |-
3232
controller:
3333
image:
34-
registry: {{ .Values.app_ingress_nginx.controller.registry }}
35-
image: {{ .Values.app_ingress_nginx.controller.image }}
36-
tag: {{ .Values.app_ingress_nginx.controller.tag }}
34+
registry: {{ .Values.app_ingress_nginx.image.controller.registry }}
35+
image: {{ .Values.app_ingress_nginx.image.controller.image }}
36+
tag: {{ .Values.app_ingress_nginx.image.controller.tag }}
3737
admissionWebhooks:
3838
enabled: false
3939
replicaCount: {{ .Values.nginx.controller_replica_count }}

0 commit comments

Comments
 (0)