forked from argoproj/argo-events
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use quay.io/denis_codefresh/argo-events
- Loading branch information
1 parent
43ea3ee
commit 9fcb428
Showing
7 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,7 +95,7 @@ jobs: | |
- run: go install github.com/spdx/spdx-sbom-generator/cmd/[email protected] | ||
- run: mkdir -p dist | ||
- run: generator -o dist -p . | ||
- run: bom generate --image quay.io/codefresh/argo-events:$VERSION -o dist/argo-events.spdx | ||
- run: bom generate --image quay.io/denis_codefresh/argo-events:$VERSION -o dist/argo-events.spdx | ||
# pack the boms into one file to make it easy to download | ||
- run: tar -zcf sbom.tar.gz dist/*.spdx | ||
- uses: actions/upload-artifact@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,8 @@ GIT_TREE_STATE=$(shell if [ -z "`git status --porcelain`" ]; then echo "clean" ; | |
EXECUTABLES = curl docker gzip go | ||
|
||
# docker image publishing options | ||
DOCKER_PUSH?=false | ||
IMAGE_NAMESPACE?=quay.io/argoproj | ||
DOCKER_PUSH?=true | ||
IMAGE_NAMESPACE?=quay.io/denis_codefresh | ||
VERSION?=v1.7.3-cap-CR-19893 | ||
BASE_VERSION:=v1.7.3-cap-CR-19893 | ||
|
||
|
@@ -140,7 +140,7 @@ docs/assets/diagram.png: go-diagrams/diagram.dot | |
.PHONY: start | ||
start: image | ||
kubectl apply -f test/manifests/argo-events-ns.yaml | ||
kubectl kustomize test/manifests | sed '[email protected]/codefresh/@$(IMAGE_NAMESPACE)/@' | sed 's/:$(BASE_VERSION)/:$(VERSION)/' | kubectl -n argo-events apply -l app.kubernetes.io/part-of=argo-events --prune=false --force -f - | ||
kubectl kustomize test/manifests | sed '[email protected]/denis_codefresh/@$(IMAGE_NAMESPACE)/@' | sed 's/:$(BASE_VERSION)/:$(VERSION)/' | kubectl -n argo-events apply -l app.kubernetes.io/part-of=argo-events --prune=false --force -f - | ||
kubectl -n argo-events wait --for=condition=Ready --timeout 60s pod --all | ||
|
||
$(GOPATH)/bin/golangci-lint: | ||
|
@@ -176,7 +176,7 @@ check-version-warning: | |
|
||
.PHONY: update-manifests-version | ||
update-manifests-version: | ||
cat manifests/base/kustomization.yaml | sed 's/newTag: .*/newTag: $(VERSION)/' | sed 's@value: quay.io/codefresh/argo-events:.*@value: quay.io/codefresh/argo-events:$(VERSION)@' > /tmp/base_kustomization.yaml | ||
cat manifests/base/kustomization.yaml | sed 's/newTag: .*/newTag: $(VERSION)/' | sed 's@value: quay.io/denis_codefresh/argo-events:.*@value: quay.io/denis_codefresh/argo-events:$(VERSION)@' > /tmp/base_kustomization.yaml | ||
mv /tmp/base_kustomization.yaml manifests/base/kustomization.yaml | ||
cat manifests/extensions/validating-webhook/kustomization.yaml | sed 's/newTag: .*/newTag: $(VERSION)/' > /tmp/wh_kustomization.yaml | ||
mv /tmp/wh_kustomization.yaml manifests/extensions/validating-webhook/kustomization.yaml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters