Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Mar 12, 2020
1 parent 9e8ee06 commit fc42417
Show file tree
Hide file tree
Showing 5 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.11`
- Versioned tags are build and pushed in sync with released versions of this repo, e.g. `bencuk/kubeview:0.1.12`

[![](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
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ RUN npm run build
FROM golang:1.13-alpine as go-build
WORKDIR /build
ARG goPackage="github.com/benc-uk/kubeview/cmd/server"
ARG version="0.1.11"
ARG buildInfo="Local Docker build"
ARG version="0.1.12"
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.11
appVersion: "0.1.11"
version: 0.1.12
appVersion: "0.1.12"

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.11"
tag: "0.1.12"

ingress:
enabled: false
Expand Down
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.11",
"version": "0.1.12",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit fc42417

Please sign in to comment.