Compare commits

...

1 Commits

Author SHA1 Message Date
René Jochum 36d9340385
v1.0.5 5 years ago

@ -4,7 +4,7 @@ stages:
- publishImageConfig: - publishImageConfig:
dockerfilePath: ./Dockerfile dockerfilePath: ./Dockerfile
buildContext: . buildContext: .
tag: registry.wmk8s.com/rene.jochums.at/homepage:latest tag: registry.wmk8s.com/rene.jochums.at/homepage:v1.0.5
pushRemote: true pushRemote: true
registry: registry.wmk8s.com registry: registry.wmk8s.com
- name: Deploy - name: Deploy

@ -27,7 +27,7 @@ items:
container: nginx container: nginx
spec: spec:
containers: containers:
- image: registry.wmk8s.com/rene.jochums.at/homepage:latest - image: registry.wmk8s.com/rene.jochums.at/homepage:v1.0.5
imagePullPolicy: Always imagePullPolicy: Always
name: nginx name: nginx
resources: {} resources: {}
@ -85,4 +85,4 @@ items:
tls: tls:
- hosts: - hosts:
- rene.jochums.at - rene.jochums.at
secretName: website-prod-tls secretName: website-prod-tls

Loading…
Cancel
Save