Skip to content

Commit

Permalink
update chart publish (#44578)
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Tashima <pedro.tashima@suse.com>
  • Loading branch information
tashima42 and tashima42 committed Feb 26, 2024
1 parent 05ee154 commit 1a406a5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1151,15 +1151,15 @@ steps:
- tag

- name: chart-publish
image: plugins/gcs
image: plugins/s3
settings:
acl:
- allUsers:READER
cache_control: "public,no-cache,proxy-revalidate"
source: bin/chart
target: releases.rancher.com/server-charts
token:
from_secret: google_auth_key
bucket: charts.optimus.rancher.io
access_key:
from_secret: optimus_charts_access_key
secret_key:
from_secret: optimus_charts_secret_key
source: bin/chart/**/*
target: /server-charts
when:
event:
- tag
Expand Down

0 comments on commit 1a406a5

Please sign in to comment.