Skip to content

Commit

Permalink
fix(deps): update icr.io/appcafe/open-liberty/samples/getting-started…
Browse files Browse the repository at this point in the history
…:latest docker digest to e74e4c7
  • Loading branch information
terraform-ibm-modules-ops committed Jul 13, 2024
1 parent ae04650 commit d32b861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ resource "kubernetes_namespace" "websphere_liberty_sampleapp_namespace" {

locals {
websphere_liberty_operator_sampleapp_image_path = "icr.io/appcafe/open-liberty/samples/getting-started"
websphere_liberty_operator_sampleapp_image_tag_digest = "latest@sha256:fd04ce5a5870387a379b54da5c47d0338c5f4a1254611d2418f1f959d018ba7e" # datasource: icr.io/appcafe/open-liberty/samples/getting-started
websphere_liberty_operator_sampleapp_image_tag_digest = "latest@sha256:e74e4c7bcc6999d704bafbb92bf78a6c776953401fd37f3597e3f4ebca0c3952" # datasource: icr.io/appcafe/open-liberty/samples/getting-started
}

resource "helm_release" "websphere_liberty_operator_sampleapp" {
Expand Down

0 comments on commit d32b861

Please sign in to comment.