Skip to content

Commit 64d3012

Browse files
Merge pull request #111 from asridharan/helm
Upaded helm chart with release 0.2.0
2 parents f3e811b + 4749a1d commit 64d3012

File tree

5 files changed

+19
-9
lines changed

5 files changed

+19
-9
lines changed

helm/index.yaml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
apiVersion: v1
22
entries:
33
ingress-azure:
4+
- apiVersion: v1
5+
appVersion: 0.2.0
6+
created: 2019-03-03T20:24:14.4832211-08:00
7+
description: Use Azure Application Gateway as the ingress for an Azure Kubernetes
8+
Service cluster.
9+
digest: db2888d19f352be77378d4e0bfec9f15ffaac61e9d793ef1cfb5ef2f2b5079c7
10+
name: ingress-azure
11+
urls:
12+
- https://azure.github.io/application-gateway-kubernetes-ingress/helm/ingress-azure-0.2.0.tgz
13+
version: 0.2.0
414
- apiVersion: v1
515
appVersion: "1.0"
6-
created: 2018-11-20T00:09:30.399414701-08:00
16+
created: 2019-03-03T20:24:14.4832211-08:00
717
description: Use Azure Application Gateway as the ingress for an Azure Kubernetes
818
Service cluster.
919
digest: 1255b1c15cca79c7ec722eeb338de202ee66e431c8790ed55108ffad4af4bbd9
@@ -13,7 +23,7 @@ entries:
1323
version: 0.1.5
1424
- apiVersion: v1
1525
appVersion: "1.0"
16-
created: 2018-11-20T00:09:30.398967367-08:00
26+
created: 2019-03-03T20:24:14.4832211-08:00
1727
description: Use Azure Application Gateway as the ingress for an Azure Kubernetes
1828
Service cluster.
1929
digest: 39cc6e0c535835667fd26f609a56daf32d31f6a256811a93ee04e265b1bb7216
@@ -23,7 +33,7 @@ entries:
2333
version: 0.1.4
2434
- apiVersion: v1
2535
appVersion: "1.0"
26-
created: 2018-11-20T00:09:30.39838928-08:00
36+
created: 2019-03-03T20:24:14.4822212-08:00
2737
description: Use Azure Application Gateway as the ingress for an Azure Kubernetes
2838
Service cluster.
2939
digest: 643f5b99c847952108e781ce746f27bed55b248a002ee04b6b6ca3f0b51320ba
@@ -33,12 +43,12 @@ entries:
3343
version: 0.1.3
3444
- apiVersion: v1
3545
appVersion: "1.0"
36-
created: 2018-11-20T00:09:30.39778173-08:00
46+
created: 2019-03-03T20:24:14.4822212-08:00
3747
description: Use Azure Application Gateway as the ingress for an Azure Kubernetes
3848
Service cluster.
3949
digest: 9664986a6affd3487d5a41772c7e92b23d79693e89d37143e094fec0fbcec1c2
4050
name: ingress-azure
4151
urls:
4252
- https://azure.github.io/application-gateway-kubernetes-ingress/helm/ingress-azure-0.1.2.tgz
4353
version: 0.1.2
44-
generated: 2018-11-20T00:09:30.395394225-08:00
54+
generated: 2019-03-03T20:24:14.4812516-08:00

helm/ingress-azure-0.2.0.tgz

3.06 KB
Binary file not shown.

helm/ingress-azure/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "1.0"
2+
appVersion: "0.2.0"
33
description: Use Azure Application Gateway as the ingress for an Azure Kubernetes Service cluster.
44
name: ingress-azure
5-
version: 0.1.2
5+
version: 0.2.0

helm/ingress-azure/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ replicaCount: 1
22

33
image:
44
repository: mcr.microsoft.com/azure-application-gateway/kubernetes-ingress
5-
tag: 0.1.4
5+
tag: 0.2.0
66
pullPolicy: Always
77

88
################################################################################

helm/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33
echo " - running helm package"
4-
helm package ingress-azure --version 0.1.5
4+
helm package ingress-azure --version 0.2.0
55
echo " - updating helm repo index"
66
helm repo index . --url https://azure.github.io/application-gateway-kubernetes-ingress/helm
77
echo " - done!"

0 commit comments

Comments
 (0)