From 62fdc7e595c8e437e804043e6a17751a6f7c29eb Mon Sep 17 00:00:00 2001 From: matthieuj Date: Mon, 21 Jun 2021 13:37:29 +0200 Subject: [PATCH] release helm chart v0.1.0 --- Makefile | 4 ++-- config/helm/irsa/Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index caa38e2..6db9975 100644 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/config/helm/irsa/Chart.yaml b/config/helm/irsa/Chart.yaml index ff108d6..86623da 100644 --- a/config/helm/irsa/Chart.yaml +++ b/config/helm/irsa/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: "v1" name: irsa-operator -version: 0.0.7 +version: 0.1.0