Skip to content

Commit

Permalink
Bump version: 0.4.2 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ralgozino committed Aug 19, 2021
1 parent 249ebf7 commit 59e9618
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 0.4.2
current_version = 0.5.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-rc(?P<rc>\d+))?
serialize =
{major}.{minor}.{patch}-rc{rc}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion app/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<div class="ui inverted vertical footer segment">
<div class="ui container">
<h4 class="ui inverted header">Gatekeeper Policy Manager v0.4.2</h4>
<h4 class="ui inverted header">Gatekeeper Policy Manager v0.5.0</h4>
<p>A simple to use web-based Gatekeeper policies manager</p>
<p><i class="red heart icon"></i> Proud part of the <a href="https://kubernetesfury.com">Kubernetes Fury
Distribution</a></p>
Expand Down
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ version: 0.1.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: v0.4.2
appVersion: v0.5.0
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: quay.io/sighup/gatekeeper-policy-manager
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.4.2"
tag: "v0.5.0"

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ resources:

images:
- name: quay.io/sighup/gatekeeper-policy-manager
newTag: "v0.4.2"
newTag: "v0.5.0"

0 comments on commit 59e9618

Please sign in to comment.