We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6bfd40 commit 7802005Copy full SHA for 7802005
charts/Chart.yaml
@@ -20,4 +20,4 @@ name: answer
20
description: A simple answer deployments for kubernetes
21
type: application
22
version: 0.1.0
23
-appVersion: "1.0.7"
+appVersion: "1.7.0"
charts/values.yaml
@@ -23,9 +23,7 @@ replicaCount: 1
24
image:
25
repository: apache/answer
26
- pullPolicy: Always
27
- # Overrides the image tag whose default is the chart appVersion.
28
- tag: "latest"
+ pullPolicy: IfNotPresent
29
30
# Environment variables
31
# Configure environment variables below
0 commit comments