change to my new image for git + kustomize
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
52246f34d0
commit
a984a527ad
1 changed files with 2 additions and 11 deletions
13
.drone.yml
13
.drone.yml
|
@ -12,20 +12,11 @@ steps:
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
- ${DRONE_COMMIT_SHA:0:8}
|
- ${DRONE_COMMIT_SHA:0:8}
|
||||||
- name: get deployment repo
|
- name: bump tag in deployment-repo
|
||||||
image: debian
|
image: aaronriedel/kustomize-ci
|
||||||
commands:
|
commands:
|
||||||
- apt-get update -qq
|
|
||||||
- apt-get install -y -qq git
|
|
||||||
- cd /deployment-repo
|
- cd /deployment-repo
|
||||||
- git clone https://git.ar21.de/aaron/egress-test-deployment.git .
|
- git clone https://git.ar21.de/aaron/egress-test-deployment.git .
|
||||||
volumes:
|
|
||||||
- name: deployment-repo
|
|
||||||
path: /deployment-repo
|
|
||||||
- name: update image in deployment repo
|
|
||||||
image: nekottyo/kustomize-kubeval
|
|
||||||
commands:
|
|
||||||
- cd /deployment-repo
|
|
||||||
- kustomize edit set image aaronriedel/egress-test=aaronriedel/egress-test:${DRONE_COMMIT_SHA:0:8}
|
- kustomize edit set image aaronriedel/egress-test=aaronriedel/egress-test:${DRONE_COMMIT_SHA:0:8}
|
||||||
- kustomize build -o /deployment-repo/ressources/deployment.yaml
|
- kustomize build -o /deployment-repo/ressources/deployment.yaml
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Reference in a new issue