Version 1.0.4

v1.0.4
René Jochum 5 years ago
parent 625a44492d
commit d0f3879ee1
No known key found for this signature in database
GPG Key ID: 9E8B1C32F5F318A9

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

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

Loading…
Cancel
Save