Skip to content

Commit 7802005

Browse files
committed
publish chart to ghcr
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
1 parent a6bfd40 commit 7802005

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ name: answer
2020
description: A simple answer deployments for kubernetes
2121
type: application
2222
version: 0.1.0
23-
appVersion: "1.0.7"
23+
appVersion: "1.7.0"

charts/values.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ replicaCount: 1
2323

2424
image:
2525
repository: apache/answer
26-
pullPolicy: Always
27-
# Overrides the image tag whose default is the chart appVersion.
28-
tag: "latest"
26+
pullPolicy: IfNotPresent
2927

3028
# Environment variables
3129
# Configure environment variables below

0 commit comments

Comments
 (0)