diff --git a/charts/preview/values.yaml b/charts/preview/values.yaml index 2b56e7b..9a74318 100755 --- a/charts/preview/values.yaml +++ b/charts/preview/values.yaml @@ -7,7 +7,7 @@ expose: exposer: Route http: true tlsacme: false - domain: apps.serv.run + domain: preview.apps.serv.run cleanup: Args: @@ -20,4 +20,4 @@ preview: image: repository: tag: - pullPolicy: IfNotPresent \ No newline at end of file + pullPolicy: Always \ No newline at end of file diff --git a/charts/test/values.yaml b/charts/test/values.yaml index a51b742..321c10f 100755 --- a/charts/test/values.yaml +++ b/charts/test/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: draft tag: dev - pullPolicy: IfNotPresent + pullPolicy: Always # define environment variables here as a map of key: value env: diff --git a/jenkins-x.yml b/jenkins-x.yml index 414a6d1..9c8e535 100755 --- a/jenkins-x.yml +++ b/jenkins-x.yml @@ -1 +1,2 @@ buildPack: gradle +