deployment adapt and tekton image-build
This commit is contained in:
@@ -15,7 +15,7 @@ spec:
|
|||||||
app: rompr
|
app: rompr
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: docker-registry.lan/rompr:arm64
|
- image: cr.lan/rompr
|
||||||
name: rompr
|
name: rompr
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -50,6 +50,7 @@ spec:
|
|||||||
- --dockerfile=$(params.pathToDockerFile)
|
- --dockerfile=$(params.pathToDockerFile)
|
||||||
- --destination=$(resources.outputs.builtImage.url)
|
- --destination=$(resources.outputs.builtImage.url)
|
||||||
- --context=$(params.pathToContext)
|
- --context=$(params.pathToContext)
|
||||||
|
- --snapshotMode=redo
|
||||||
- --skip-tls-verify
|
- --skip-tls-verify
|
||||||
---
|
---
|
||||||
apiVersion: tekton.dev/v1beta1
|
apiVersion: tekton.dev/v1beta1
|
||||||
|
|||||||
Reference in New Issue
Block a user