Commit 4a2ea897 authored by Thong Kuah's avatar Thong Kuah
Browse files

fix: Update digest to Helmv3 hash format

Done with `helm dep update`
parent c64004d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
apiVersion: v1
description: GitLab's Auto-deploy Helm Chart
name: auto-deploy-app
version: 2.0.0-beta.4
version: 2.0.0-beta.5
icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png
+2 −2
Original line number Diff line number Diff line
@@ -2,5 +2,5 @@ dependencies:
- name: postgresql
  repository: https://kubernetes-charts.storage.googleapis.com/
  version: 0.7.1
digest: sha256:358ce85fe4d3461ea6bb96713470a80de9c1324214a2e6f97d800298c02530e2
generated: 2017-08-28T15:22:30.690341342-05:00
digest: sha256:1f0c3a0c7090ec1f8c3097c48d2b3ed6284b58354c93a670d4fd5f987ae46ba5
generated: "2020-11-13T13:51:35.817746+13:00"
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ import (
)

const (
	chartName     = "auto-deploy-app-2.0.0-beta.4"
	chartName     = "auto-deploy-app-2.0.0-beta.5"
	helmChartPath = ".."
)