Skip to content

Commit 7001df6

Browse files
authored
Update bitnami bot email (#32465)
Signed-off-by: Carlos Rodríguez Hernández <[email protected]>
1 parent 313c5b6 commit 7001df6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/cd-pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ jobs:
132132
aws s3 cp s3://${{ secrets.AWS_S3_BUCKET }}/bitnami/${chart_name}-${chart_version}.tgz download/
133133
134134
cd deprecated-index
135-
git config user.name "Bitnami Containers"
136-
git config user.email "bitnami-bot@vmware.com"
135+
git config user.name "Bitnami Bot"
136+
git config user.email "bitnami.bot@broadcom.com"
137137
138138
attempts=0
139139
max_attempts=5

.github/workflows/ci-pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ jobs:
187187
- name: Setup git configuration
188188
run: |
189189
cd $GITHUB_WORKSPACE/charts
190-
git config user.name "Bitnami Containers"
191-
git config user.email "bitnami-bot@vmware.com"
190+
git config user.name "Bitnami Bot"
191+
git config user.email "bitnami.bot@broadcom.com"
192192
# In order to avoid doing a full clone (which would fetch the index branch), we
193193
# unshallow the clone only using the main branch. We need to get the tags to
194194
# regenerate the changelog too

.github/workflows/index-update.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
run: |
7474
cd index
7575
# Configure git
76-
git config user.name "Bitnami Containers"
77-
git config user.email "bitnami-bot@vmware.com"
76+
git config user.name "Bitnami Bot"
77+
git config user.email "bitnami.bot@broadcom.com"
7878
7979
read -r -a new_releases_arr <<< $NEW_RELEASES
8080
for release in "${new_releases_arr[@]}"; do

0 commit comments

Comments
 (0)