diff --git a/deployment.yaml b/deployment.yaml index 7874bd3..ee1fb61 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -16,7 +16,7 @@ items: maxUnavailable: 0 type: RollingUpdate selector: - matchLabels: + matchLabels:t container: nginx template: metadata: @@ -24,7 +24,7 @@ items: container: nginx spec: containers: - - image: registry.jochum.dev/rene.jochum.dev/homepage:${CICD_GIT_TAG} + - image: registry.jochum.dev/jochum/homepage:${CICD_GIT_TAG} imagePullPolicy: IfNotPresent name: nginx resources: {}