diff --git a/Makefile b/Makefile index b045573d..d6af5f27 100644 --- a/Makefile +++ b/Makefile @@ -37,21 +37,21 @@ vet: @set -e; for LINE in ${GOPACKAGES}; do go vet $${LINE} ; done helm.install.local: push - -rm $$(pwd)/portieris-0.5.0.tgz + -rm $$(pwd)/portieris-0.5.1.tgz helm package helm/portieris - helm install -n portieris $$(pwd)/portieris-0.5.0.tgz --set image.host=$(HUB) --set image.tag=$(TAG) + helm install -n portieris $$(pwd)/portieris-0.5.1.tgz --set image.host=$(HUB) --set image.tag=$(TAG) helm.install: - -rm $$(pwd)/portieris-0.5.0.tgz + -rm $$(pwd)/portieris-0.5.1.tgz helm package helm/portieris - helm install -n portieris $$(pwd)/portieris-0.5.0.tgz + helm install -n portieris $$(pwd)/portieris-0.5.1.tgz helm.clean: -helm/cleanup.sh portieris e2e: -helm package install/helm/portieris - @go test -v ./test/e2e --helmChart $$(pwd)/portieris-0.5.0.tgz + @go test -v ./test/e2e --helmChart $$(pwd)/portieris-0.5.1.tgz e2e.local: helm.install.local e2e.quick @@ -64,23 +64,23 @@ e2e.quick.ics: e2e.quick.trust.imagepolicy e2e.quick.trust.clusterimagepolicy e2 - kubectl delete namespace $$(kubectl get namespaces | grep -v ibm | grep -v kube | grep -v default | awk '{ print $$1 }' | grep -v NAME) e2e.quick.trust.imagepolicy: - @go test -v ./test/e2e --no-install --trust-image-policy --helmChart $$(pwd)/portieris-0.2.0.tgz + @go test -v ./test/e2e --no-install --trust-image-policy --helmChart $$(pwd)/portieris-0.5.1.tgz -kubectl delete namespace $$(kubectl get namespaces | grep -v ibm | grep -v kube | grep -v default | awk '{ print $$1 }' | grep -v NAME) e2e.quick.trust.clusterimagepolicy: - @go test -v ./test/e2e --no-install --trust-cluster-image-policy --helmChart $$(pwd)/portieris-0.2.0.tgz + @go test -v ./test/e2e --no-install --trust-cluster-image-policy --helmChart $$(pwd)/portieris-0.5.1.tgz -kubectl delete namespace $$(kubectl get namespaces | grep -v ibm | grep -v kube | grep -v default | awk '{ print $$1 }' | grep -v NAME) e2e.quick.wildcards: - @go test -v ./test/e2e --no-install --wildcards-image-policy --helmChart $$(pwd)/portieris-0.2.0.tgz + @go test -v ./test/e2e --no-install --wildcards-image-policy --helmChart $$(pwd)/portieris-0.5.1.tgz -kubectl delete namespace $$(kubectl get namespaces | grep -v ibm | grep -v kube | grep -v default | awk '{ print $$1 }' | grep -v NAME) e2e.quick.armada: - @go test -v ./test/e2e --no-install --armada --helmChart $$(pwd)/portieris-0.2.0.tgz + @go test -v ./test/e2e --no-install --armada --helmChart $$(pwd)/portieris-0.5.1.tgz -kubectl delete namespace $$(kubectl get namespaces | grep -v ibm | grep -v kube | grep -v default | awk '{ print $$1 }' | grep -v NAME) e2e.quick.generic: - go test -v ./test/e2e --no-install --generic --helmChart $$(pwd)/portieris-0.5.0.tgz + go test -v ./test/e2e --no-install --generic --helmChart $$(pwd)/portieris-0.5.1.tgz -kubectl delete namespace $$(kubectl get namespaces | grep -v ibm | grep -v kube | grep -v default | awk '{ print $$1 }' | grep -v NAME) e2e.helm: diff --git a/helm/portieris/Chart.yaml b/helm/portieris/Chart.yaml index 709ea008..f8a18440 100644 --- a/helm/portieris/Chart.yaml +++ b/helm/portieris/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: portieris -version: 0.5.0 +version: 0.5.1 description: Admission Controller webhook for enforcing image trust in your cluster maintainer: - jhart@uk.ibm.com diff --git a/helm/portieris/values.yaml b/helm/portieris/values.yaml index c80d3e9b..353ab173 100644 --- a/helm/portieris/values.yaml +++ b/helm/portieris/values.yaml @@ -7,7 +7,7 @@ replicaCount: 3 image: host: docker.io/ibmcom image: portieris - tag: 0.5.0 + tag: 0.5.1 pullPolicy: Always service: