diff --git a/.rancher-pipeline.yml b/.rancher-pipeline.yml index d25e3ab..2e2fc54 100644 --- a/.rancher-pipeline.yml +++ b/.rancher-pipeline.yml @@ -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.3 pushRemote: true registry: registry.wmk8s.com - name: Deploy diff --git a/deployment.yaml b/deployment.yaml index 480ea54..8b58396 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -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.3 imagePullPolicy: Always name: nginx resources: {}