Skip to content

Commit

Permalink
Merge pull request #601 from vshn/fix-image
Browse files Browse the repository at this point in the history
Fix oc image repo
  • Loading branch information
zugao authored Jan 16, 2025
2 parents 53cac04 + 16f0ce1 commit d6f3b06
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ parameters:
image: busybox
oc:
registry: quay.io
image: oc
image: appuio/oc
tag: v4.13
=_crd_version: ${appcat:images:appcat:tag}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
maintenanceSA: helm-based-service-maintenance
mode: standalone
nextcloud_image: docker.io/nextcloud
oc_image: quay.io/oc:v4.13
oc_image: quay.io/appuio/oc:v4.13
ownerGroup: vshn.appcat.vshn.io
ownerKind: XVSHNNextcloud
ownerVersion: v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
maintenanceSA: helm-based-service-maintenance
mode: standalone
nextcloud_image: dockerhub.vshn.net/nextcloud
oc_image: quay.io/oc:v4.13
oc_image: quay.io/appuio/oc:v4.13
ownerGroup: vshn.appcat.vshn.io
ownerKind: XVSHNNextcloud
ownerVersion: v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
maintenanceSA: helm-based-service-maintenance
mode: standalone
nextcloud_image: docker.io/nextcloud
oc_image: quay.io/oc:v4.13
oc_image: quay.io/appuio/oc:v4.13
ownerGroup: vshn.appcat.vshn.io
ownerKind: XVSHNNextcloud
ownerVersion: v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
maintenanceSA: helm-based-service-maintenance
mode: standalone
nextcloud_image: docker.io/nextcloud
oc_image: quay.io/oc:v4.13
oc_image: quay.io/appuio/oc:v4.13
ownerGroup: vshn.appcat.vshn.io
ownerKind: XVSHNNextcloud
ownerVersion: v1
Expand Down

0 comments on commit d6f3b06

Please sign in to comment.