Skip to content

Commit

Permalink
Merge pull request #599 from kubevirt-bot/cherry-pick-592-to-release-…
Browse files Browse the repository at this point in the history
…v0.18

[release-v0.18] fix(CNV-30284): rename tekton images env vars
  • Loading branch information
kubevirt-bot authored Jun 27, 2023
2 parents 086ccbf + 125063f commit 9098e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/common/environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import (
const (
OperatorVersionKey = "OPERATOR_VERSION"
TemplateValidatorImageKey = "VALIDATOR_IMAGE"
TektonTasksImageKey = "TEKTON_TASKS_IMG"
TektonTasksDiskVirtImageKey = "TEKTON_TASKS_DISK_VIRT_IMG"
TektonTasksImageKey = "TEKTON_TASKS_IMAGE"
TektonTasksDiskVirtImageKey = "TEKTON_TASKS_DISK_VIRT_IMAGE"
VirtioImageKey = "VIRTIO_IMG"

DefaultTektonTasksIMG = "quay.io/kubevirt/tekton-tasks:" + TektonTasksVersion
Expand Down

0 comments on commit 9098e42

Please sign in to comment.