Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
release helm chart v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieuJacquot-voodoo committed Jun 21, 2021
1 parent c46cef5 commit 62fdc7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ deploy: manifests kustomize
cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
$(KUSTOMIZE) build config/default | kubectl apply -f -

gen-helm: manifests kustomize
$(KUSTOMIZE) build config/default > config/helm/irsa/templates/irsa-operator.yml
#gen-helm: manifests kustomize
# $(KUSTOMIZE) build config/default > config/helm/irsa/templates/irsa-operator.yml

# UnDeploy controller from the configured Kubernetes cluster in ~/.kube/config
undeploy:
Expand Down
2 changes: 1 addition & 1 deletion config/helm/irsa/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apiVersion: "v1"
name: irsa-operator
version: 0.0.7
version: 0.1.0

0 comments on commit 62fdc7e

Please sign in to comment.