diff --git a/charts/podinfo/Chart.yaml b/charts/podinfo/Chart.yaml index c6e4d4c..26ac637 100644 --- a/charts/podinfo/Chart.yaml +++ b/charts/podinfo/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "0.5.0" +appVersion: "0.5.1" description: Podinfo Helm chart for Kubernetes name: podinfo -version: 0.2.0 +version: 0.2.1 home: https://github.com/stefanprodan/k8s-podinfo sources: - https://github.com/stefanprodan/k8s-podinfo diff --git a/charts/podinfo/values.yaml b/charts/podinfo/values.yaml index 1951c99..18edc35 100644 --- a/charts/podinfo/values.yaml +++ b/charts/podinfo/values.yaml @@ -5,7 +5,7 @@ backend: http://backend-podinfo:9898/echo image: repository: stefanprodan/podinfo - tag: 0.4.0 + tag: 0.5.1 pullPolicy: IfNotPresent service: diff --git a/deploy/skaffold/test/deployment.yaml b/deploy/skaffold/test/deployment.yaml index 4f84922..63bc939 100644 --- a/deploy/skaffold/test/deployment.yaml +++ b/deploy/skaffold/test/deployment.yaml @@ -19,11 +19,11 @@ spec: spec: containers: - name: podinfod - image: quay.io/stefanprodan/podinfo:0.5.0-alpha6 + image: quay.io/stefanprodan/podinfo:0.5.1 command: - ./podinfo - -port=9898 - - -debug=true + - -logLevel=debug ports: - name: http containerPort: 9898 diff --git a/docs/index.yaml b/docs/index.yaml index e576b64..fb69994 100755 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -3,7 +3,7 @@ entries: ambassador: - apiVersion: v1 appVersion: 0.29.0 - created: 2018-08-04T02:00:00.9435927+03:00 + created: 2018-08-08T12:15:22.6772993+03:00 description: A Helm chart for Datawire Ambassador digest: a30c8cb38e696b09fda8269ad8465ce6fec6100cfc108ca85ecbc85913ca5c7f engine: gotpl @@ -19,7 +19,7 @@ entries: grafana: - apiVersion: v1 appVersion: "1.0" - created: 2018-08-04T02:00:00.944250297+03:00 + created: 2018-08-08T12:15:22.678122679+03:00 description: A Helm chart for Kubernetes digest: abdcadc5cddcb7c015aa5bb64e59bfa246774ad9243b3eb3c2a814abb38f2776 name: grafana @@ -29,7 +29,7 @@ entries: ngrok: - apiVersion: v1 appVersion: "1.0" - created: 2018-08-04T02:00:00.944555634+03:00 + created: 2018-08-08T12:15:22.678453501+03:00 description: A Ngrok Helm chart for Kubernetes digest: 7bf5ed2ef63ccd5efb76bcd9a086b04816a162c51d6ab592bccf58c283acd2ea name: ngrok @@ -37,9 +37,25 @@ entries: - https://stefanprodan.github.io/k8s-podinfo/ngrok-0.1.0.tgz version: 0.1.0 podinfo: + - apiVersion: v1 + appVersion: 0.5.1 + created: 2018-08-08T12:15:22.680608978+03:00 + description: Podinfo Helm chart for Kubernetes + digest: 631ca3e2db5553541a50b625f538e6a1f2a103c13aa8148fdd38baf2519e5235 + engine: gotpl + home: https://github.com/stefanprodan/k8s-podinfo + maintainers: + - email: stefanprodan@users.noreply.github.com + name: stefanprodan + name: podinfo + sources: + - https://github.com/stefanprodan/k8s-podinfo + urls: + - https://stefanprodan.github.io/k8s-podinfo/podinfo-0.2.1.tgz + version: 0.2.1 - apiVersion: v1 appVersion: 0.5.0 - created: 2018-08-04T02:00:00.946091506+03:00 + created: 2018-08-08T12:15:22.680193387+03:00 description: Podinfo Helm chart for Kubernetes digest: dfe7cf44aef0d170549918b00966422a07e7611f9d0081fb34f5b5beb0641c00 engine: gotpl @@ -55,7 +71,7 @@ entries: version: 0.2.0 - apiVersion: v1 appVersion: 0.3.0 - created: 2018-08-04T02:00:00.945649351+03:00 + created: 2018-08-08T12:15:22.679455262+03:00 description: Podinfo Helm chart for Kubernetes digest: 4865a2d8b269cf453935cda9661c2efb82c16411471f8c11221a6d03d9bb58b1 engine: gotpl @@ -72,7 +88,7 @@ entries: weave-flux: - apiVersion: v1 appVersion: 1.3.0 - created: 2018-08-04T02:00:00.947870112+03:00 + created: 2018-08-08T12:15:22.681895933+03:00 description: Flux is a tool that automatically ensures that the state of a cluster matches what is specified in version control digest: 1f52e427bb1d728641405f5ad9c514e8861905c110c14db95516629d24443b7d @@ -90,7 +106,7 @@ entries: version: 0.2.0 - apiVersion: v1 appVersion: 1.2.5 - created: 2018-08-04T02:00:00.947340919+03:00 + created: 2018-08-08T12:15:22.68139671+03:00 description: Flux is a tool that automatically ensures that the state of a cluster matches what is specified in version control digest: 9e18fb8d175f4fac3b054905c7110d18b6d18f884011df9e9d010c66337da7ec @@ -106,4 +122,4 @@ entries: urls: - https://stefanprodan.github.io/k8s-podinfo/weave-flux-0.1.0.tgz version: 0.1.0 -generated: 2018-08-04T02:00:00.942959149+03:00 +generated: 2018-08-08T12:15:22.676665435+03:00 diff --git a/docs/podinfo-0.2.1.tgz b/docs/podinfo-0.2.1.tgz new file mode 100644 index 0000000..3be8e53 Binary files /dev/null and b/docs/podinfo-0.2.1.tgz differ diff --git a/pkg/version/version.go b/pkg/version/version.go index c0adcee..02494b9 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -1,4 +1,4 @@ package version -var VERSION = "0.5.0" +var VERSION = "0.5.1" var GITCOMMIT = "unknown"