diff --git a/bundle/uds-bundle.yaml b/bundle/uds-bundle.yaml index a22c93a0..4518f297 100644 --- a/bundle/uds-bundle.yaml +++ b/bundle/uds-bundle.yaml @@ -75,7 +75,7 @@ packages: - path: "mattermostApp.extraInitContainers" value: - name: mattermost-extra-plugins - image: uds-package-mattermost/mattermost-extra-plugins:latest + image: ghcr.io/defenseunicorns/uds-package-mattermost/mattermost-plugins:latest imagePullPolicy: Always volumeMounts: - name: mattermost-plugins diff --git a/plugins/zarf.yaml b/plugins/zarf.yaml index eb4fc507..7eb9fb08 100644 --- a/plugins/zarf.yaml +++ b/plugins/zarf.yaml @@ -11,9 +11,9 @@ components: - name: mattermost-plugins required: true images: - - uds-package-mattermost/mattermost-extra-plugins:latest + - ghcr.io/defenseunicorns/uds-package-mattermost/mattermost-plugins:latest actions: onCreate: before: - cmd: | - docker buildx build --load . -t uds-package-mattermost/mattermost-extra-plugins:latest --platform linux/###ZARF_PKG_ARCH### + docker buildx build --load . -t ghcr.io/defenseunicorns/uds-package-mattermost/mattermost-plugins:latest --platform linux/###ZARF_PKG_ARCH###