Skip to content

Commit

Permalink
Bump Nodepool to 9.0.0-3
Browse files Browse the repository at this point in the history
This change bumps Nodepool Containers to 9.0.0-3
to include the changes made in the review
https://softwarefactory-project.io/r/c/containers/+/29646

Change-Id: I9d70d8e9dfca15431d020fbc9a281a42e719a134
  • Loading branch information
fserucas committed Oct 9, 2023
1 parent ac548cb commit 0af5f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/nodepool.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ const launcherIdent = "nodepool-launcher"
const launcherPortName = "nlwebapp"
const launcherPort = 8006
const NodepoolProvidersSecretsName = "nodepool-providers-secrets"
const nodepoolLauncherImage = "quay.io/software-factory/" + launcherIdent + ":9.0.0-1"
const nodepoolLauncherImage = "quay.io/software-factory/" + launcherIdent + ":9.0.0-3"

const builderIdent = "nodepool-builder"
const nodepoolBuilderImage = "quay.io/software-factory/" + builderIdent + ":9.0.0-1"
const nodepoolBuilderImage = "quay.io/software-factory/" + builderIdent + ":9.0.0-3"

var configScriptVolumeMount = apiv1.VolumeMount{
Name: "nodepool-tooling-vol",
Expand Down

0 comments on commit 0af5f0a

Please sign in to comment.