diff --git a/charts/guac/Chart.lock b/charts/guac/Chart.lock index 9b25f55..d068a2e 100644 --- a/charts/guac/Chart.lock +++ b/charts/guac/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: nats repository: https://nats-io.github.io/k8s/helm/charts/ - version: 0.19.13 -digest: sha256:0a95bc02983da7ecbf35491e386410cc964e56c65f98c1e3d350f53e48dfab39 -generated: "2023-04-21T12:24:40.739458-04:00" + version: 0.19.17 +digest: sha256:ecbbc3cea93f04cb5daf676ad1953d09c399396f2e74dbeb326521203240b508 +generated: "2023-08-16T14:24:33.92852-04:00" diff --git a/charts/guac/Chart.yaml b/charts/guac/Chart.yaml index 2b52f8e..d30a8af 100644 --- a/charts/guac/Chart.yaml +++ b/charts/guac/Chart.yaml @@ -9,8 +9,8 @@ maintainers: email: guac-info@kusari.dev type: application -version: 0.2.1 -appVersion: "v0.1.1" +version: 0.2.2 +appVersion: "v0.1.2" dependencies: - name: nats diff --git a/charts/guac/values.yaml b/charts/guac/values.yaml index 1f6a645..22e5a6d 100644 --- a/charts/guac/values.yaml +++ b/charts/guac/values.yaml @@ -69,7 +69,7 @@ guac: guacImage: repository: ghcr.io/guacsec/guac # if not set appVersion field from Chart.yaml is used - tag: v0.1.1 + tag: v0.1.2 # When digest is set to a non-empty value, images will be pulled by digest (regardless of tag value). digest: "" pullPolicy: IfNotPresent