Skip to content

Commit

Permalink
Updated helm chart version and CRD install paths (#2162)
Browse files Browse the repository at this point in the history
  • Loading branch information
sravyap135 authored Dec 30, 2021
1 parent 722fd73 commit cfe9693
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ stages:
- job: BuildCharts
steps:
- script: |
git diff HEAD HEAD~ --name-only | grep "helm-charts/\|docs/config_examples/crd/Install/customresourcedefinitions.yml"
git diff HEAD HEAD~ --name-only | grep "helm-charts/\|docs/config_examples/customResourceDefinitions/customresourcedefinitions.yml"
if [ $? == 0 ] ; then echo "##vso[task.setvariable variable=chartsUpdated]True"; fi
displayName: Check Helm changes
- script: echo '##vso[task.setvariable variable=chartPath]stable'
Expand All @@ -137,7 +137,7 @@ stages:
condition: and(succeeded(), or(startsWith(variables['build.sourceBranch'], 'refs/tags/'), eq(variables['chartsUpdated'], 'True')) )
- script: |
mkdir -p ./helm-charts/f5-bigip-ctlr/crds
cp ./docs/config_examples/customResourceDefinations/customresourcedefinitions.yml ./helm-charts/f5-bigip-ctlr/crds/f5-bigip-ctlr-customresourcedefinitions.yml
cp ./docs/config_examples/customResourceDefinitions/customresourcedefinitions.yml ./helm-charts/f5-bigip-ctlr/crds/f5-bigip-ctlr-customresourcedefinitions.yml
sed -i '/metadata:/r ./helm-charts/labels.txt' ./helm-charts/f5-bigip-ctlr/crds/f5-bigip-ctlr-customresourcedefinitions.yml
helm lint --strict ./helm-charts/f5-bigip-ctlr --set 'args.bigip_url=https://example.com'
helm package ./helm-charts/f5-bigip-ctlr --destination .deploy/
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/f5-bigip-ctlr/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: Deploy the F5 Networks BIG-IP Controller for Kubernetes and OpenShift (k8s-bigip-ctlr).
name: f5-bigip-ctlr
version: 0.0.16
version: 0.0.17

0 comments on commit cfe9693

Please sign in to comment.