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 @@