Skip to content

Commit

Permalink
use guac v0.1.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Sunny Yip <sunny@kusari.dev>
  • Loading branch information
sunnyyip committed Aug 18, 2023
1 parent 1c81385 commit d5d60b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/guac/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions charts/guac/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5d60b2

Please sign in to comment.