File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 18
18
fi
19
19
20
20
echo overriding new yaml / chart files from master branch
21
- git checkout origin/master -- snyk-monitor snyk-monitor-cluster-permissions.yaml snyk-monitor-deployment.yaml snyk-monitor-namespaced-permissions.yaml
21
+ git checkout origin/master -- snyk-monitor snyk-monitor-cluster-permissions.yaml snyk-monitor-deployment.yaml snyk-monitor-namespaced-permissions.yaml README.md
22
22
23
23
echo overriding tag placeholders with latest semantic version
24
24
sed -i " s/IMAGE_TAG_OVERRIDE_WHEN_PUBLISHING/${NEW_TAG} /g" ./snyk-monitor/values.yaml
@@ -34,6 +34,9 @@ git add index.yaml
34
34
git add snyk-monitor-${NEW_TAG} .tgz
35
35
git add ./snyk-monitor/values.yaml
36
36
git add ./snyk-monitor-deployment.yaml
37
+ git add ./snyk-monitor-cluster-permissions.yaml
38
+ git add ./snyk-monitor-namespaced-permissions.yaml
39
+ git add ./README.md
37
40
COMMIT_MESSAGE=' fix: :egg: Automatic Publish ' ${NEW_TAG} ' :egg:'
38
41
git commit -m " ${COMMIT_MESSAGE} "
39
42
git push --quiet --set-upstream origin-pages gh-pages
You can’t perform that action at this time.
0 commit comments