Skip to content

Commit

Permalink
Deploy AP UI (#7446)
Browse files Browse the repository at this point in the history
* Deploy 0.1.6

---------

Co-authored-by: Jacob Woffenden <[email protected]>
  • Loading branch information
michaeljcollinsuk and Jacob Woffenden authored Aug 19, 2024
1 parent 78b1a45 commit a41607f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "helm_release" "ui" {
/* https://github.com/ministryofjustice/analytical-platform-ui */
name = "ui"
repository = "oci://ghcr.io/ministryofjustice/analytical-platform-charts"
version = "0.0.0-rc1"
version = "0.1.6"
chart = "analytical-platform-ui"
namespace = kubernetes_namespace.ui.metadata[0].name
values = [
Expand Down

0 comments on commit a41607f

Please sign in to comment.