Skip to content
This repository was archived by the owner on Sep 24, 2020. It is now read-only.

Commit aac075c

Browse files
jdfoxras-rm-bot
and
ras-rm-bot
authored
update SHA in prod template, exclude Spinnaker from GH triggers (#95)
* update SHA in prod template, exclude Spinnaker from GH triggers * [ci skip] auto patch increment skip-checks: true Co-authored-by: ras-rm-bot <65395820+ras-rm-bot@users.noreply.github.com>
1 parent 0f96af4 commit aac075c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ name: Build
55
on:
66
push:
77
branches: [ master ]
8+
paths-ignore:
9+
- _infra/spinnaker/**
810
pull_request:
911
branches: [ master ]
12+
paths-ignore:
13+
- _infra/spinnaker/**
1014

1115
env:
1216
IMAGE: notify-gateway

_infra/helm/notify-gateway/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ version: 1.2.1
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
21-
appVersion: 11.0.19
21+
appVersion: 11.0.20

_infra/spinnaker/prodDeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "deploy prod",
55
"template": {
66
"artifactAccount": "front50ArtifactCredentials",
7-
"reference": "spinnaker://protectedEnvTemplate@sha256:da176658820e4d95d90d9b61c6355a5743a5dbdf63984b23f912aa226279b7ef",
7+
"reference": "spinnaker://protectedEnvTemplate@sha256:0120dd7dc4be75c7f4685ca2beb628dea6500f6c6a8ca16c049874f18be7019d",
88
"type": "front50/pipelineTemplate"
99
},
1010
"variables": {

0 commit comments

Comments
 (0)