cloudfoundry-incubator/kubecf

No kubecf-bundle-v2.7.12.tgz for GitHub release v2.7.12

andy-paine opened this issue · 2 comments

Describe the bug
There is no kubecf-bundle-v2.7.12.tgz containing the built cf-operator and kubecf charts for release v2.7.12

To Reproduce

Expected behavior
There should be a tarball containing the built charts (as per previous releases)

Environment

Additional context

Thanks @cosmo83!

I've made the following change to my pipeline for anyone else using Concourse (we use a var to pin versions, the version block isn't needed if you are just tracking latest):

 - name: kubecf-release
-  type: github-release
+  type: s3
+  version:
+    path: kubecf-bundle-v((kubecf_version)).tgz
   source:
-    owner: cloudfoundry-incubator
-    repository: kubecf
-    access_token: ((github_access_token))
-    tag_filter: ((kubecf_version))
+    bucket: kubecf
+    region_name: us-west-2
+    regexp: kubecf-bundle-v(.*).tgz