File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed
Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1+ name : Release Charts
2+
3+ on :
4+ release :
5+ types : [published]
6+
7+ jobs :
8+ release :
9+ runs-on : ubuntu-latest
10+ steps :
11+ - name : Checkout
12+ uses : actions/checkout@v3
13+ with :
14+ fetch-depth : 0
15+
16+ - name : Configure Git
17+ run : |
18+ git config user.name "$GITHUB_ACTOR"
19+ git config user.email "[email protected] " 20+
21+ - name : Run chart-releaser
22+ 23+ env :
24+ CR_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change 55replicaCount : 1
66
77image :
8- repository : sgravis/dcli-log-catcher
8+ repository : dashlane/audit-logs
99 pullPolicy : IfNotPresent
1010 # Overrides the image tag whose default is the chart appVersion.
11- tag : " 0.3 "
11+ tag : " latest "
1212
1313serviceAccount :
1414 # Specifies whether a service account should be created
You can’t perform that action at this time.
0 commit comments