Skip to content

Commit 7eff137

Browse files
committed
New release (with copyright headers) 0.4.1.
CI: Add REPO_ROOT as it is missing to install_charts.sh Signed-off-by: Dinko Korunic <[email protected]>
1 parent e9440a9 commit 7eff137

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/install_charts.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ set -o pipefail
77
readonly CT_VERSION=v3.0.0-beta.1
88
readonly KIND_VERSION=v0.6.1
99
readonly CLUSTER_NAME=chart-testing
10+
readonly REPO_ROOT="${REPO_ROOT:-$(git rev-parse --show-toplevel)}"
1011

1112
create_ct_container() {
1213
echo "Starting Chart Testing container"

kubernetes-ingress/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
apiVersion: v1
1616
name: kubernetes-ingress
17-
version: 0.4.0
17+
version: 0.4.1
1818
kubeVersion: ">=1.12.0-0"
1919
description: A Helm chart for HAProxy Kubernetes Ingress Controller
2020
keywords:

0 commit comments

Comments
 (0)