From 59e9618de25985a9db3bd61cb9a1b05a43507a01 Mon Sep 17 00:00:00 2001 From: Ramiro Algozino Date: Thu, 19 Aug 2021 16:46:42 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.2=20=E2=86=92=200.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.md | 2 +- app/templates/footer.html | 2 +- chart/Chart.yaml | 2 +- chart/values.yaml | 2 +- kustomization.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a41ab609..d21577b4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.4.2 +current_version = 0.5.0 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-rc(?P\d+))? serialize = {major}.{minor}.{patch}-rc{rc} diff --git a/README.md b/README.md index 4fe1b69d..21b19c77 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Where `my-values.yaml` is your custom values for the release. See the [chart's r GPM can also be run locally using docker and a `kubeconfig`, assuming that the `kubeconfig` file you want to use is located at `~/.kube/config` the command to run GPM locally would be: ```bash -docker run -v ~/.kube/config:/home/gpm/.kube/config -p 8080:8080 quay.io/sighup/gatekeeper-policy-manager:v0.4.2 +docker run -v ~/.kube/config:/home/gpm/.kube/config -p 8080:8080 quay.io/sighup/gatekeeper-policy-manager:v0.5.0 ``` Then access it with your browser on: [http://127.0.0.1:8080](http://127.0.0.1:8080) diff --git a/app/templates/footer.html b/app/templates/footer.html index 382fc162..555e3580 100644 --- a/app/templates/footer.html +++ b/app/templates/footer.html @@ -6,7 +6,7 @@