deployment adapt and tekton image-build

This commit is contained in:
2021-03-19 12:00:30 +01:00
parent 96ec8b5555
commit aa55a0314e
2 changed files with 2 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ spec:
app: rompr
spec:
containers:
- image: docker-registry.lan/rompr:arm64
- image: cr.lan/rompr
name: rompr
imagePullPolicy: Always
ports:

View File

@@ -50,6 +50,7 @@ spec:
- --dockerfile=$(params.pathToDockerFile)
- --destination=$(resources.outputs.builtImage.url)
- --context=$(params.pathToContext)
- --snapshotMode=redo
- --skip-tls-verify
---
apiVersion: tekton.dev/v1beta1