File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ type: application
6
6
7
7
# This is the chart version. This version number should be incremented each time you make changes
8
8
# to the chart and its templates, including the app version.
9
- version : 1.0.1-pre2
9
+ version : 1.0.1-pre3
10
10
11
11
# This is the version number of the application being deployed. This version number should be
12
12
# incremented each time you make changes to the application.
13
- appVersion : 2.6.11
13
+ appVersion : 2.7.0
14
14
sources :
15
15
- https://github.com/adnanh/webhook
16
16
- https://hub.docker.com/r/almir/webhook/
@@ -19,5 +19,8 @@ maintainers:
19
19
- name : Thomas Hobson <HexF>
20
20
21
21
url : https://hexf.me/
22
+ - name : David Young
23
+
24
+ url : https://www.funkypenguin.co.nz
22
25
23
26
home : https://geek-cookbook.funkypenguin.co.nz
Original file line number Diff line number Diff line change 29
29
- -hotreload
30
30
securityContext :
31
31
{{- toYaml .Values.securityContext | nindent 12 }}
32
- image : " {{ .Values.image.repository }}:{{ .Chart.AppVersion }}"
32
+ image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default . Chart.AppVersion }}"
33
33
imagePullPolicy : {{ .Values.image.pullPolicy }}
34
34
ports :
35
35
- name : http
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ replicaCount: 1
6
6
7
7
image :
8
8
repository : almir/webhook
9
+ tag : 2.7.0
9
10
pullPolicy : IfNotPresent
10
11
11
12
imagePullSecrets : webhook-receiver-pullsecret
You can’t perform that action at this time.
0 commit comments