Upgraded to Kube 1.23
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
14
Makefile
14
Makefile
@@ -47,19 +47,7 @@ ci:
|
||||
|
||||
.PHONY: release # Release the latest version of the application
|
||||
release:
|
||||
@cd terraform && terraform apply -auto-approve && \
|
||||
kubectx admin@clusterfun-scaleway && \
|
||||
cd ../tekton && \
|
||||
kubectl apply -f ./1-Install/ && \
|
||||
kubectl apply -f ./2-Setup/ && \
|
||||
kubectl apply -f ./bindings/ && \
|
||||
kubectl apply -f ./conditions/ && \
|
||||
kubectl apply -f ./eventlisteners/ && \
|
||||
kubectl apply -f ./pipelines/ && \
|
||||
kubectl apply -f ./tasks/ && \
|
||||
kubectl apply -f ./triggertemplates/ && \
|
||||
cd ../manifests && \
|
||||
kubectl apply -f ./
|
||||
@cd terraform && terraform apply -auto-approve
|
||||
|
||||
.PHONY: help # Show this list of commands
|
||||
help:
|
||||
|
Reference in New Issue
Block a user