Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Constantin07 committed Feb 20, 2024
1 parent acf08b1 commit 77ad4b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
- nginx
- tflint
- terraform_docs
- { role: jenkins_master, jenkins_version: 2.445, enable_https: true }
- { role: jenkins_master, jenkins_version: 2.446, enable_https: true }
- prometheus/node_exporter
## - nfs_server
2 changes: 1 addition & 1 deletion pipelines/dockerfiles/consul-template/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EXECUTABLES = docker
K := $(foreach exec,$(EXECUTABLES),\
$(if $(shell command -v $(exec) 2> /dev/null),some string,$(error "No $(exec) in PATH")))

VERSION=0.36.0
VERSION=0.37.0

.PHONY: all login build scan tag push clean
default: build tag push
Expand Down

0 comments on commit 77ad4b6

Please sign in to comment.