Skip to content

Commit

Permalink
Merge pull request #301 from vshn/fix-image-repo
Browse files Browse the repository at this point in the history
Fix nextcloud image registry
  • Loading branch information
zugao authored Jan 29, 2025
2 parents 8c30e7c + e2788f1 commit 8b8fa17
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/comp-functions/functions/vshnnextcloud/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,6 @@ func newValues(ctx context.Context, svc *runtime.ServiceRuntime, comp *vshnv1.VS

updatedNextcloudConfig := setBackgroundJobMaintenance(*comp.GetMaintenanceTimeOfDay(), nextcloudConfig)
values = map[string]any{
"image": map[string]any{
"repository": svc.Config.Data["nextcloud_image"],
},
"nextcloud": map[string]any{
"host": comp.Spec.Parameters.Service.FQDN[0],
"trustedDomains": trustedDomain,
Expand Down

0 comments on commit 8b8fa17

Please sign in to comment.