Skip to content

Commit

Permalink
Kustomize v4 for CICD (#942)
Browse files Browse the repository at this point in the history
* Update: Kustomize v4 for CICD

Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

* Add: display informations about tools

Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
  • Loading branch information
nlamirault authored Aug 31, 2021
1 parent e29b522 commit 1b15957
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/tools/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eu

YQ_VERSION="v4.6.1"
KUSTOMIZE_VERSION="3.9.2"
KUSTOMIZE_VERSION="4.1.3"
KUBEVAL_VERSION="0.15.0"
KUBECONFORM_VERSION="v0.4.7"
OPA_VERSION="v0.28.0"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/flux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ on:
paths:
- 'clusters/**'
- 'kubernetes/**'
- '.github/actions/tools/**'
push:
branches:
- master
Expand Down
7 changes: 7 additions & 0 deletions hack/scripts/validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,14 @@ function validate_manifests {
"${manifests}/base"
}

function informations {
echo -e "${OK_COLOR}Informations${NO_COLOR}"
kubectl version --client
kustomize version
yq --version
}

informations
openapi_generation_tool
openapi_fluxcd
openapi_prometheus_operator
Expand Down

0 comments on commit 1b15957

Please sign in to comment.