File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v2
2
2
appVersion : v0.1.0
3
3
description : This chart deploys the GlueOps Platform
4
4
name : glueops-platform
5
- version : 0.53.0
5
+ version : 0.53.1
Original file line number Diff line number Diff line change 1
1
# glueops-platform
2
2
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 )
4
4
5
5
This chart deploys the GlueOps Platform
6
6
Original file line number Diff line number Diff line change 31
31
values : |-
32
32
controller:
33
33
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 }}
37
37
admissionWebhooks:
38
38
enabled: false
39
39
replicaCount: {{ .Values.nginx.controller_replica_count }}
You can’t perform that action at this time.
0 commit comments