Skip to content

Commit 42745df

Browse files
committed
Bumped version to 1.2.7
1 parent 629cfd7 commit 42745df

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
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: 1.2.6
4+
version: 1.2.7
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: 1.2.6
3+
appVersion: 1.2.7
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: 1.2.6
16+
version: 1.2.7

charts/nlk/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
# https://learn.microsoft.com/en-us/partner-center/marketplace-offers/azure-container-technical-assets-kubernetes?tabs=linux%2Clinux2#update-the-helm-chart
66
global:
77
azure:
8+
images:
9+
nlk:
10+
registry: registry-1.docker.io
11+
image: nginx/nginxaas-loadbalancer-kubernetes
12+
tag: 1.2.7
813
# images:
914
# nlk:
1015
# registry: registry-1.docker.io

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.6
1+
1.2.7

0 commit comments

Comments
 (0)