Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ jobs:
- name: Run sinker push (dry-run)
run: ../sinker push --dryrun
continue-on-error: true

- name: Run sinker push with magic manifest
run: ../sinker push --manifest .tigera.yaml
82 changes: 82 additions & 0 deletions .tigera.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
target:
host: ghcr.io
repository: stackhpc/calico
auth:
username: GHCR_USERNAME
password: GHCR_PASSWORD
sources:
# v3.25.2
- repository: calico/apiserver
host: docker.io
tag: v3.25.2
- repository: calico/cni
host: docker.io
tag: v3.25.2
- repository: calico/csi
host: docker.io
tag: v3.25.2
- repository: calico/kube-controllers
host: docker.io
tag: v3.25.2
- repository: calico/node
host: docker.io
tag: v3.25.2
- repository: calico/node-driver-registrar
host: docker.io
tag: v3.25.2
- repository: calico/pod2daemon-flexvol
host: docker.io
tag: v3.25.2
- repository: calico/typha
host: docker.io
tag: v3.25.2
# v3.26.3
- repository: calico/apiserver
host: docker.io
tag: v3.26.3
- repository: calico/cni
host: docker.io
tag: v3.26.3
- repository: calico/csi
host: docker.io
tag: v3.26.3
- repository: calico/kube-controllers
host: docker.io
tag: v3.26.3
- repository: calico/node
host: docker.io
tag: v3.26.3
- repository: calico/node-driver-registrar
host: docker.io
tag: v3.26.3
- repository: calico/pod2daemon-flexvol
host: docker.io
tag: v3.26.3
- repository: calico/typha
host: docker.io
tag: v3.26.3
# v3.27.0
- repository: calico/apiserver
host: docker.io
tag: v3.27.0
- repository: calico/cni
host: docker.io
tag: v3.27.0
- repository: calico/csi
host: docker.io
tag: v3.27.0
- repository: calico/kube-controllers
host: docker.io
tag: v3.27.0
- repository: calico/node
host: docker.io
tag: v3.27.0
- repository: calico/node-driver-registrar
host: docker.io
tag: v3.27.0
- repository: calico/pod2daemon-flexvol
host: docker.io
tag: v3.27.0
- repository: calico/typha
host: docker.io
tag: v3.27.0