Commit c01efc46 authored by moha-s's avatar moha-s
Browse files

Update job image

parent 85f73ef0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ This job will deploy your YAML files to a Kubernetes cluster, the cluster can be

* Job name: `kubectl_deploy`
* Docker image:
[`nekottyo/kustomize-kubeval:latest`](https://hub.docker.com/r/nekottyo/kustomize-kubeval)
[`devth/helm:v3.5.4`](https://hub.docker.com/r/devth/helm/)
* Default stage: `deploy`
* When: `manual`, only when running on default branch (`$CI_DEFAULT_BRANCH`).  
  To update this behavior, see [job customization](https://r2devops.io/use-the-hub/#global) to override [`rules`](https://docs.gitlab.com/ee/ci/yaml/#rulesif)
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ icon: 🌌
maintainer: moha-s
license: Apache-2.0
images:
  nekottyo/kustomize-kubeval:latest
  devth/helm:v3.5.4
tools:
labels:
  - GitLab
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ stages:
  - deploy

kubectl_deploy:
  image: nekottyo/kustomize-kubeval:latest
  image: devth/helm:v3.5.4
  stage: deploy
  variables:
    FILES_LOCATION: ""
@@ -14,7 +14,7 @@ kubectl_deploy:
  - kubectl apply -f $FILES_LOCATION $KUBECTL_OPTIONS | tee -a output.log

  environment:
      name: main/${CI_COMMIT_REF_SLUG}
      name: ${CI_COMMIT_REF_SLUG}

  artifacts:
    expose_as: "Kubectl job output"