Skip to content

Commit 83c0ad7

Browse files
committed
Fix imagePullSecrets
1 parent bd333ee commit 83c0ad7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

charts/webhook-receiver/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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.2
9+
version: 1.0.3
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.

charts/webhook-receiver/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ image:
99
tag: 2.7.0
1010
pullPolicy: IfNotPresent
1111

12-
imagePullSecrets: webhook-receiver-pullsecret
12+
imagePullSecrets:
13+
- webhook-receiver-pullsecret
14+
1315
nameOverride: ""
1416
fullnameOverride: ""
1517

0 commit comments

Comments
 (0)