Skip to content

Commit

Permalink
Push renamed Calico Tigera operator images
Browse files Browse the repository at this point in the history
  • Loading branch information
mnasiadka committed Mar 14, 2024
1 parent 1a7f864 commit de3a502
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
- name: Checkout container-image-sync
uses: actions/checkout@master

# - name: Run sinker check
# run: ../sinker check
- name: Run sinker check
run: ../sinker check

- name: Run sinker push (dry-run)
run: ../sinker push --dryrun
continue-on-error: true
10 changes: 10 additions & 0 deletions .images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,28 @@ sources:
- repository: calico/cni
host: docker.io
tag: v3.27.0
target:
repository: calico-cni
- repository: calico/kube-controllers
host: docker.io
tag: v3.27.0
target:
repository: calico-kube-controllers
- repository: calico/node
host: docker.io
tag: v3.27.0
target:
repository: calico-node
- repository: calico/pod2daemon-flexvol
host: docker.io
tag: v3.27.0
target:
repository: calico-pod2daemon-flexvol
- repository: calico/typha
host: docker.io
tag: v3.27.0
target:
repository: calico-typha

# Conformance
- repository: conformance
Expand Down

0 comments on commit de3a502

Please sign in to comment.