Skip to content

Commit

Permalink
adding in a none community based version of our slack notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonTheMain committed Feb 12, 2024
1 parent 2659de7 commit 169cef8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
14 changes: 9 additions & 5 deletions ci/pipeline-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
trigger: true
- put: concourse-production-deployment
params:
<<: *deploy-params
#<<: *deploy-params
ops_files:
- concourse-deployment/cluster/operations/basic-auth.yml
- concourse-deployment/cluster/operations/external-postgres.yml
Expand Down Expand Up @@ -91,7 +91,7 @@ resources:
ca_cert: ((common_ca_cert_store))

- name: slack
type: slack-notification-docker
type: slack-notification
source:
url: ((slack-webhook-url))

Expand All @@ -103,10 +103,14 @@ resources:
region_name: ((aws-region))

resource_types:
- name: slack-notification-docker
type: docker-image
- name: slack-notification
type: registry-image
source:
repository: cfcommunity/slack-notification-resource
aws_access_key_id: ((ecr_aws_key))
aws_secret_access_key: ((ecr_aws_secret))
repository: slack-notification-resource
aws_region: us-gov-west-1
tag: latest

- name: bosh-deployment
type: docker-image
Expand Down
14 changes: 8 additions & 6 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ resources:
ca_cert: ((common_ca_cert_store))

- name: slack
type: slack-notification-docker
type: slack-notification
source:
url: ((slack-webhook-url))

Expand Down Expand Up @@ -332,12 +332,14 @@ resources:
secret_key: ((aws_s3_secret_access_key))

resource_types:
- name: slack-notification-docker
- name: slack-notification
type: registry-image
source:
repository: cfcommunity/slack-notification-resource
registry_mirror:
host: docker-registry-mirror.app.cloud.gov:443
aws_access_key_id: ((ecr_aws_key))
aws_secret_access_key: ((ecr_aws_secret))
repository: slack-notification-resource
aws_region: us-gov-west-1
tag: latest

- name: bosh-deployment
type: registry-image
Expand All @@ -346,7 +348,7 @@ resource_types:
registry_mirror:
host: docker-registry-mirror.app.cloud.gov:443

- name: s3-iam
- name: s3-iam
type: registry-image
source:
repository: 18fgsa/s3-resource
Expand Down

0 comments on commit 169cef8

Please sign in to comment.