File tree 3 files changed +5
-2
lines changed
charts/rasa-action-server
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22
22
steps :
23
23
- uses : actions/checkout@v2
24
24
with :
25
- token : ${{ secrets.RASABOT_GITHUB_TOKEN }}
25
+ token : ${{ secrets.GITHUB_TOKEN }}
26
26
27
27
- name : Update README.md
28
28
working-directory : charts/${{ matrix.chart }}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ type: application
14
14
# This is the chart version. This version number should be incremented each time you make changes
15
15
# to the chart and its templates, including the app version.
16
16
# Versions are expected to follow Semantic Versioning (https://semver.org/)
17
- version : 1.0.3
17
+ version : 1.0.4
18
18
# This is the version number of the application being deployed. This version number should be
19
19
# incremented each time you make changes to the application. Versions are not expected to
20
20
# follow Semantic Versioning. They should reflect the version the application is using.
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ metadata:
4
4
name : {{ include "rasa-common.names.fullname" . }}
5
5
labels :
6
6
{{- include "rasa-common.labels.standard" . | nindent 4 }}
7
+ {{- if .Values.deploymentLabels }}
8
+ {{ toYaml .Values.deploymentLabels | indent 4 }}
9
+ {{- end }}
7
10
{{- with .Values.service.annotations }}
8
11
annotations :
9
12
{{- toYaml . | nindent 4 }}
You can’t perform that action at this time.
0 commit comments