Skip to content

Commit

Permalink
Bump version for Docker rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-br committed Jan 10, 2024
1 parent 28a4eaf commit 5f928a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulumi-operator-kubernetes/src/stack/service.rs
Expand Up @@ -59,7 +59,7 @@ impl KubernetesPulumiStackService {

let mut main_container: Container = serde_json::from_value(json!({
"name": "pulumi",
"image": "ghcr.io/stromee/pulumi-operator/pulumi-operator-kubernetes-job:1.0.26",
"image": "ghcr.io/stromee/pulumi-operator/pulumi-operator-kubernetes-job:1.0.27",
"env": [{
"name": "PULUMI_STACK",
"value": name
Expand Down

0 comments on commit 5f928a7

Please sign in to comment.