Skip to content

Commit e7007f6

Browse files
committed
Update charts dir to prevent code skew
1 parent 4ce6152 commit e7007f6

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

charts/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
applicationName: "marketplace/nginxaas-loadbalancer-kubernetes"
22
publisher: "F5, Inc."
33
description: "A component that manages NGINXaaS for Azure deployment and makes it act as Load Balancer for kubernetes workloads."
4-
version: 0.4.0
4+
version: 1.2.4
55
helmChart: "./nlk"
66
clusterArmTemplate: "./armTemplate.json"
77
uiDefinition: "./createUIDefinition.json"

charts/nlk/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
apiVersion: v2
3-
appVersion: 0.8.0
3+
appVersion: 1.2.4
44
description: NGINXaaS LoadBalancer for Kubernetes
55
name: nginxaas-loadbalancer-kubernetes
66
keywords:
@@ -13,4 +13,4 @@ maintainers:
1313
- name: "@chrisakker"
1414
- name: "@abdennour"
1515
type: application
16-
version: 0.8.0
16+
version: 1.2.4

charts/nlk/values.yaml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@
33
# DO NOT REMOVE
44
global:
55
azure:
6-
# images:
7-
# nlk:
8-
# registry: registry-1.docker.io
9-
# image: nginx/nginxaas-loadbalancer-kubernetes
10-
# tag: 0.4.0
6+
images:
7+
nlk:
8+
registry: registry-1.docker.io
9+
image: nginx/nginxaas-loadbalancer-kubernetes
10+
tag: 1.2.4
11+
# images:
12+
# nlk:
13+
# registry: registry-1.docker.io
14+
# image: nginx/nginxaas-loadbalancer-kubernetes
15+
# tag: 0.4.0
1116
#####################################
1217
nlk:
1318
name: nginxaas-loadbalancer-kubernetes
@@ -32,7 +37,6 @@ nlk:
3237
config:
3338
## trace,debug,info,warn,error,fatal,panic
3439
logLevel: "info"
35-
3640
## the nginx hosts to send upstream updates to. For multiple hosts, use a sequence
3741
nginxHosts: ""
3842
## Sets the annotation value that NLK is looking for to watch a Service

0 commit comments

Comments
 (0)