Skip to content

Commit af939ef

Browse files
Merge pull request #61 from splunk/dev-s3-name
fix: update S3 bucket references to splunk-apps-deployment in deploym…
2 parents 1cfc4fc + 6c4de8d commit af939ef

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ jobs:
113113
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
114114
AWS_REGION: us-east-1
115115
run: |
116-
aws s3 sync ./dist s3://philips-ci-test/apps/
116+
aws s3 sync ./dist s3://splunk-apps-deployment/apps/

environments/prod/es/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ target:
22
url: https://splunk-es-prod.example.com
33
apps:
44
app1:
5-
s3-bucket: philips-ci-test
5+
s3-bucket: splunk-apps-deployment
66
source: apps/Splunk_TA_app1.tgz
77
splunkbase-apps:
88
cb-protection-app-for-splunk:

environments/prod/ses/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ target:
22
url: <Staging ES URL>
33
apps:
44
app1:
5-
s3-bucket: philips-ci-test
5+
s3-bucket: splunk-apps-deployment
66
source: apps/Splunk_TA_app1.tgz

environments/uat/es/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ target:
22
url: https://staging.admin.splunk.com/scv-shw-d3af438c5ac0c7/adminconfig/v2/apps/victoria
33
apps:
44
Splunk_TA_app1:
5-
s3-bucket: philips-ci-test
5+
s3-bucket: splunk-apps-deployment
66
source: apps/Splunk_TA_app1.tgz
77
config:
88
- ./Splunk_TA_app1/*.conf
99
buttercup_app_for_splunk:
10-
s3-bucket: philips-ci-test
10+
s3-bucket: splunk-apps-deployment
1111
source: apps/buttercup_app_for_splunk.tgz
1212
config:
1313
- ./buttercup_app_for_splunk/*.conf

environments/uat/ses/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ target:
22
url: https://staging.admin.splunk.com/scv-shw-d037e758abafa2/adminconfig/v2/apps/victoria
33
apps:
44
Splunk_TA_app1:
5-
s3-bucket: philips-ci-test
5+
s3-bucket: splunk-apps-deployment
66
source: apps/Splunk_TA_app1.tgz
77
config:
88
- ./Splunk_TA_app1/*.conf

0 commit comments

Comments
 (0)