diff options
Diffstat (limited to '')
| -rw-r--r-- | grumpy/sally/deploy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grumpy/sally/deploy.yaml b/grumpy/sally/deploy.yaml index 33428e6..8368603 100644 --- a/grumpy/sally/deploy.yaml +++ b/grumpy/sally/deploy.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: sally - image: registry.gitlab.com/grumps/grumpy-containers/sally:v0.2.0 + image: registry.gitlab.com/grumps/grumpy-containers/sally:latest imagePullPolicy: Always ports: - containerPort: 8080 |