diff --git a/deploy/kubernetes/charts/consul-release-controller/Chart.yaml b/deploy/kubernetes/charts/consul-release-controller/Chart.yaml index 8553ccc..83dcd3b 100644 --- a/deploy/kubernetes/charts/consul-release-controller/Chart.yaml +++ b/deploy/kubernetes/charts/consul-release-controller/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.3-dev +version: 0.0.14 # 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. # It is recommended to use it with quotes. -appVersion: "0.0.3-dev" +appVersion: "0.0.14" dependencies: - name: cert-manager diff --git a/deploy/kubernetes/charts/consul-release-controller/values.yaml b/deploy/kubernetes/charts/consul-release-controller/values.yaml index c14ff0c..48296f3 100644 --- a/deploy/kubernetes/charts/consul-release-controller/values.yaml +++ b/deploy/kubernetes/charts/consul-release-controller/values.yaml @@ -13,7 +13,8 @@ controller: repository: nicholasjackson/consul-release-controller pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "b533cfc" + + tag: "0.0.14" # Set the CONSUL_HTTP_ADDR to the address of the Consul cluster, this env is only used when # autoEncrypt is disabled as autoEncrypt adds a https variable. diff --git a/docs/static/index.yaml b/docs/static/index.yaml index 877d960..cb1a8ba 100644 --- a/docs/static/index.yaml +++ b/docs/static/index.yaml @@ -1,6 +1,16 @@ apiVersion: v1 entries: consul-release-controller: + - apiVersion: v2 + appVersion: 0.0.14 + created: "2022-03-14T11:51:35.260572149Z" + description: A Helm chart for installing the Consul release controller + digest: b4889e08ac5750a332554557ad6f577c0abcd4b53b5e8b01e2d4fe0c79d4455a + name: consul-release-controller + type: application + urls: + - https://github.com/nicholasjackson/consul-release-controller/releases/download/v0.0.14/consul-release-controller-0.0.14.tgz + version: 0.0.14 - apiVersion: v2 appVersion: 0.0.13 created: "2022-03-11T10:37:28.31702731Z" @@ -51,18 +61,4 @@ entries: urls: - https://github.com/nicholasjackson/consul-release-controller/releases/download/v0.0.9/consul-release-controller-0.0.9.tgz version: 0.0.9 - - apiVersion: v2 - appVersion: 0.0.3-dev - created: "2022-04-23T10:52:12.762720368+01:00" - dependencies: - - name: cert-manager - repository: https://charts.jetstack.io - version: ~1.8.0 - description: A Helm chart for installing the Consul release controller - digest: 7db627f64fde5519e7569c69c7dc211d645d4bbe3c5ff8ca134c568955c312a1 - name: consul-release-controller - type: application - urls: - - https://github.com/nicholasjackson/consul-release-controller/releases/download/vb533cfc/consul-release-controller-0.0.3-dev.tgz - version: 0.0.3-dev -generated: "2022-04-23T10:52:12.758345169+01:00" +generated: "2022-03-14T11:51:35.257912615Z" \ No newline at end of file