Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump go version, update nix #448

Merged
merged 9 commits into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.