Skip to content

Commit

Permalink
update vault
Browse files Browse the repository at this point in the history
  • Loading branch information
Constantin07 committed Nov 21, 2024
1 parent f643bac commit 6a43854
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ansible/vault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
roles:
- docker
- vault_binary
- { role: vault_service, vault_version: 1.18.1 }
- { role: vault_service, vault_version: 1.18.2 }
2 changes: 1 addition & 1 deletion pipelines/dockerfiles/vault-agent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ K := $(foreach exec,$(EXECUTABLES),\

GIT_COMMIT := $(shell git rev-parse --short HEAD)

VAULT_VERSION = 1.18.1
VAULT_VERSION = 1.18.2

.PHONY: version login build scan publish clean
default: login build publish
Expand Down
2 changes: 1 addition & 1 deletion pipelines/dockerfiles/vault/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ K := $(foreach exec,$(EXECUTABLES),\

GIT_COMMIT := $(shell git rev-parse --short HEAD)

VAULT_VERSION = 1.18.1
VAULT_VERSION = 1.18.2

.PHONY: version login build scan publish clean
default: login build publish
Expand Down
2 changes: 1 addition & 1 deletion pipelines/kubernetes/bootstrap/0_overlay_network/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install:

update_resources:
# Make sure CPU/RAM resources are guaranteed
@kubectl -n ${NAMESPACE} set resources ds/calico-node -c=calico-node --requests='cpu=100m,memory=160Mi' --limits='cpu=320m,memory=160Mi' || true
@kubectl -n ${NAMESPACE} set resources ds/calico-node -c=calico-node --requests='cpu=100m,memory=160Mi' --limits='cpu=350m,memory=170Mi' || true

diff:
kubectl -n ${NAMESPACE} diff -f ${CONFIG_FILE}
Expand Down

0 comments on commit 6a43854

Please sign in to comment.