Skip to content

Commit f136b7c

Browse files
committed
Bump for variable application version
1 parent fd63fa2 commit f136b7c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

charts/webhook-receiver/Chart.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ type: application
66

77
# This is the chart version. This version number should be incremented each time you make changes
88
# to the chart and its templates, including the app version.
9-
version: 1.0.1-pre2
9+
version: 1.0.1-pre3
1010

1111
# This is the version number of the application being deployed. This version number should be
1212
# incremented each time you make changes to the application.
13-
appVersion: 2.6.11
13+
appVersion: 2.7.0
1414
sources:
1515
- https://github.com/adnanh/webhook
1616
- https://hub.docker.com/r/almir/webhook/
@@ -19,5 +19,8 @@ maintainers:
1919
- name: Thomas Hobson <HexF>
2020
2121
url: https://hexf.me/
22+
- name: David Young
23+
24+
url: https://www.funkypenguin.co.nz
2225

2326
home: https://geek-cookbook.funkypenguin.co.nz

charts/webhook-receiver/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
- -hotreload
3030
securityContext:
3131
{{- toYaml .Values.securityContext | nindent 12 }}
32-
image: "{{ .Values.image.repository }}:{{ .Chart.AppVersion }}"
32+
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
3333
imagePullPolicy: {{ .Values.image.pullPolicy }}
3434
ports:
3535
- name: http

charts/webhook-receiver/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ replicaCount: 1
66

77
image:
88
repository: almir/webhook
9+
tag: 2.7.0
910
pullPolicy: IfNotPresent
1011

1112
imagePullSecrets: webhook-receiver-pullsecret

0 commit comments

Comments
 (0)