Skip to content

Commit

Permalink
feat: deploy v0.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <phorton@sonatype.com>
  • Loading branch information
madpah committed Oct 1, 2024
1 parent 63843b8 commit eb814ac
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 @@ -79,7 +79,7 @@ resource "kubernetes_deployment" "the_cla" {

spec {
container {
image = "sonatypecommunity/the-cla:v0.2.1"
image = "sonatypecommunity/the-cla:v0.2.2"
name = "the-cla"
image_pull_policy = "IfNotPresent"

Expand Down

0 comments on commit eb814ac

Please sign in to comment.