We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd333ee commit 83c0ad7Copy full SHA for 83c0ad7
charts/webhook-receiver/Chart.yaml
@@ -6,7 +6,7 @@ type: application
6
7
# This is the chart version. This version number should be incremented each time you make changes
8
# to the chart and its templates, including the app version.
9
-version: 1.0.2
+version: 1.0.3
10
11
# This is the version number of the application being deployed. This version number should be
12
# incremented each time you make changes to the application.
charts/webhook-receiver/values.yaml
@@ -9,7 +9,9 @@ image:
tag: 2.7.0
pullPolicy: IfNotPresent
-imagePullSecrets: webhook-receiver-pullsecret
+imagePullSecrets:
13
+ - webhook-receiver-pullsecret
14
+
15
nameOverride: ""
16
fullnameOverride: ""
17
0 commit comments