diff options
Diffstat (limited to '')
| -rw-r--r-- | grumpy/gitolite/gitolite-gitolite-deploy.yaml | 4 | ||||
| -rw-r--r-- | grumpy/gitolite/kustomization.yaml | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/grumpy/gitolite/gitolite-gitolite-deploy.yaml b/grumpy/gitolite/gitolite-gitolite-deploy.yaml index ec93c75..d1a45f4 100644 --- a/grumpy/gitolite/gitolite-gitolite-deploy.yaml +++ b/grumpy/gitolite/gitolite-gitolite-deploy.yaml @@ -25,7 +25,7 @@ spec: value: admin - name: UMASK value: "0027" - image: registry.gitlab.com/grumps/grumpy-containers/gitolite:latest + image: git imagePullPolicy: Always name: gitolite-gitolite ports: @@ -49,7 +49,7 @@ spec: - chmod - "755" - /var/lib/git - image: registry.gitlab.com/grumps/grumpy-containers/gitolite:latest + image: git imagePullPolicy: Always name: setup volumeMounts: diff --git a/grumpy/gitolite/kustomization.yaml b/grumpy/gitolite/kustomization.yaml index 7bfd82a..0dea17b 100644 --- a/grumpy/gitolite/kustomization.yaml +++ b/grumpy/gitolite/kustomization.yaml @@ -6,8 +6,9 @@ commonLabels: # Images modify the tags for images without # creating patches. images: -- name: registry.gitlab.com/grumps/grumpy-containers/gitolite - newTag: v0.0.4 +- name: git + newName: public.ecr.aws/s0f9o2k5/gitolite + newTag: v0.0.5 # Value of this field is prepended to the # names of all resources @@ -17,4 +18,4 @@ namePrefix: gitolite-gitolite # and emits as a YAML string resources: - gitolite-gitolite-deploy.yaml -- gitolite-gitolite-svc.yaml
\ No newline at end of file +- gitolite-gitolite-svc.yaml |