Skip to content

Commit

Permalink
Update job image version
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-br committed Sep 23, 2023
1 parent 7606305 commit 8a4eec3
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 @@ -58,7 +58,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.16",
"image": "ghcr.io/stromee/pulumi-operator/pulumi-operator-kubernetes-job:1.0.18",
"command": ["sleep", "10000"],
"env": [{
"name": "PULUMI_STACK",
Expand Down

0 comments on commit 8a4eec3

Please sign in to comment.