Skip to content

Commit

Permalink
chore: bump go version, update nix (#448)
Browse files Browse the repository at this point in the history
* chore: bump go version, update dependencies

Signed-off-by: Bence Csati <bcsati@cisco.com>

* fix: address breaking change, update deps

Signed-off-by: Bence Csati <bcsati@cisco.com>

* +1

Signed-off-by: Bence Csati <bcsati@cisco.com>

* chore: bump go version for nix

Signed-off-by: Bence Csati <bcsati@cisco.com>

* chore: update nix

Signed-off-by: Bence Csati <bcsati@cisco.com>

* fix: use vault package as service in nix

Signed-off-by: Bence Csati <bcsati@cisco.com>

* chore: upgrade dependencies

Signed-off-by: Bence Csati <bcsati@cisco.com>

* chore: address breaking change

Signed-off-by: Bence Csati <bcsati@cisco.com>

* chore: +1

Signed-off-by: Bence Csati <bcsati@cisco.com>

---------

Signed-off-by: Bence Csati <bcsati@cisco.com>
  • Loading branch information
csatib02 committed May 27, 2024
1 parent 0ac1937 commit 661263a
Show file tree
Hide file tree
Showing 8 changed files with 1,578 additions and 1,733 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# A Self-Documenting Makefile: http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html

export PATH := $(abspath bin/):${PATH}

# Target image name
IMG ?= ghcr.io/bank-vaults/vault-operator:dev

Expand Down Expand Up @@ -168,7 +170,7 @@ uninstall: gen-manifests ## Uninstall CRDs from the K8s cluster

.PHONY: deploy
deploy: gen-manifests ## Deploy resources to the K8s cluster
cd deploy/manager && $(KUSTOMIZE_BIN) edit set image controller=${IMG}
cd deploy/manager && $(PWD)/$(KUSTOMIZE_BIN) edit set image controller=${IMG}
$(KUSTOMIZE_BIN) build deploy/default | kubectl apply -f -

.PHONY: undeploy
Expand Down
530 changes: 530 additions & 0 deletions deploy/charts/vault-operator/crds/crd.yaml

Large diffs are not rendered by default.

530 changes: 530 additions & 0 deletions deploy/crd/bases/vault.banzaicloud.com_vaults.yaml

Large diffs are not rendered by default.

Loading

0 comments on commit 661263a

Please sign in to comment.