Skip to content

Commit

Permalink
Remove latest plugin upload to GCS
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed Nov 15, 2024
1 parent 2b275b4 commit f622299
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 61 deletions.
59 changes: 0 additions & 59 deletions .github/workflows/upload-plugins.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ release:
# Prerequisites:
# - build plugin binaries
# - build plugin index.yaml
extra_files:
extra_files:*default-plugin-context
- glob: ./plugin-dist/executor_*.tar.gz
- glob: ./plugin-dist/source_*.tar.gz
- glob: ./plugins-index.yaml
Expand Down
2 changes: 1 addition & 1 deletion helm/botkube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ plugins:
repositories:
# -- This repository serves officially supported Botkube plugins.
botkube:
url: https://storage.googleapis.com/botkube-plugins-latest/plugins-index.yaml
url: https://github.com/kubeshop/botkube/releases/download/v1.14.0/plugins-index.yaml
# headers: {} # optional headers for plugins repository.
botkubeExtra:
url: https://github.com/kubeshop/botkube-plugins/releases/download/v1.14.0/plugins-index.yaml
Expand Down

0 comments on commit f622299

Please sign in to comment.