Skip to content

Commit

Permalink
version: bump to 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Mar 14, 2020
1 parent f3dc10b commit 897338f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This projects follows the 'Standard Go Project Layout' directory structure and n
Builds of the Docker image are hosted publicly on DockerHub here: [hub.docker.com/repository/docker/bencuk/kubeview](https://hub.docker.com/repository/docker/bencuk/kubeview)

- The `latest` tag is likely to be unstable
- Versioned tags are build and pushed in sync with released versions of this repo, e.g. `bencuk/kubeview:0.1.12`
- Versioned tags are build and pushed in sync with released versions of this repo, e.g. `bencuk/kubeview:0.1.13`

[![](https://img.shields.io/github/workflow/status/benc-uk/kubeview/Release%20Dockerhub%20Image?label=last%20release&style=for-the-badge&logo=docker)](https://hub.docker.com/repository/docker/bencuk/kubeview/tags?page=1)

Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN npm run build
FROM golang:1.14-alpine as go-build
WORKDIR /build
ARG goPackage="github.com/benc-uk/kubeview/cmd/server"
ARG version="0.1.12"
ARG version="0.1.13"
ARG buildInfo="Local manual build"

ENV PORT 8000
Expand Down
4 changes: 2 additions & 2 deletions deployments/helm/kubeview/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: kubeview
apiVersion: v2
version: 0.1.12
appVersion: "0.1.12"
version: 0.1.13
appVersion: "0.1.13"

description: Kubernetes cluster visualiser and visual explorer
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion deployments/helm/myvalues-sample.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
limitNamespace: false

image:
tag: "0.1.12"
tag: "0.1.13"

ingress:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion web/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kubeview",
"version": "0.1.12",
"version": "0.1.13",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 897338f

Please sign in to comment.