Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

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

Open
andy-paine opened this issue Jan 28, 2021 · 2 comments
Open

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

andy-paine opened this issue Jan 28, 2021 · 2 comments
Assignees
Labels
Type: Bug Something isn't working

Comments

@andy-paine
Copy link

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

@andy-paine andy-paine added the Type: Bug Something isn't working label Jan 28, 2021
@cosmo83
Copy link

cosmo83 commented Jan 29, 2021

@andy-paine
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants