Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasjackson authored Apr 25, 2022
2 parents b9ace4e + e0fe0f7 commit 7ec0e55
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 18 deletions.
4 changes: 2 additions & 2 deletions deploy/kubernetes/charts/consul-release-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
26 changes: 11 additions & 15 deletions docs/static/index.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"

0 comments on commit 7ec0e55

Please sign in to comment.