We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2406dd2 commit 9e9ab0fCopy full SHA for 9e9ab0f
config-release/values.yml
@@ -1,4 +1,5 @@
1
#@data/values
2
---
3
push_images: true
4
+image_cache: false
5
image_repo: docker.io/k14s/kapp-controller
config/build.yml
@@ -5,6 +5,12 @@ kind: Sources
sources:
6
- image: kapp-controller
7
path: .
8
+ #@ if/end not data.values.image_cache:
9
+ docker:
10
+ build:
11
+ #! Always rebuild image
12
+ pull: true
13
+ noCache: true
14
15
#@ if/end data.values.push_images:
16
config/values.yml
@@ -4,4 +4,5 @@ namespace: kapp-controller
create_namespace: true
push_images: false
+image_cache: true
image_repo: docker.io/k14s/kapp-controller-test
0 commit comments