Skip to content

Commit

Permalink
Add oc image parameterization
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bigler <nicolas.bigler@vshn.ch>
  • Loading branch information
TheBigLee committed Jan 8, 2025
1 parent 5f79e3b commit 000c5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/comp-functions/functions/vshnnextcloud/collabora.go
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ func createInstallCollaboraJob(comp *vshnv1.VSHNNextcloud, svc *runtime.ServiceR
Containers: []corev1.Container{
{
Name: comp.GetName() + "-install-collabora",
Image: "quay.io/appuio/oc:v4.13",
Image: svc.Config.Data["oc_image"],
Command: []string{
"bash",
"-cefx",
Expand Down

0 comments on commit 000c5a8

Please sign in to comment.