Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: [main]

env:
BINK_COMMIT: 8e49f3b0cf751c1b31221d93fd07fffb2842ff93
BINK_COMMIT: 3ddb9da3b6e33f5dadd48abdb15ed550bbfe4f31

permissions: {}

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Checkout bink
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
repository: alicefr/bink
repository: bootc-dev/bink
ref: ${{ env.BINK_COMMIT }}
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CONTAINER_TOOL ?= podman
BINK_CLUSTER_NAME ?= e2e
KUBECONFIG_BINK ?= ./kubeconfig-$(BINK_CLUSTER_NAME)
ARTIFACTS ?= $(abspath _output/logs)
BINK_NODE_DISK_IMAGE ?= ghcr.io/alicefr/bink/node:v1.35-fedora-44-disk
BINK_NODE_DISK_IMAGE ?= ghcr.io/bootc-dev/bink/node:v1.35-fedora-44-disk
BINK_LOCAL_REGISTRY_NODE_IMAGE ?= registry.cluster.local:5000/node
# YEAR defines the year value used for substituting the YEAR placeholder in the boilerplate header.
YEAR ?= $(shell date +%Y)
Expand Down
2 changes: 1 addition & 1 deletion config/samples/bootc_v1alpha1_bootcnodepool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
matchLabels:
node-role.kubernetes.io/worker: ""
image:
ref: ghcr.io/alicefr/bink/node:latest
ref: ghcr.io/bootc-dev/bink/node:latest
# rollout:
# maxUnavailable: 1 # default
# paused: false # default
Expand Down
2 changes: 1 addition & 1 deletion docs/IMPLEMENTATION_PLAN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Bootc Operator -- Implementation Plan

This document breaks the implementation into milestones.
[bink](https://github.com/alicefr/bink) is used for e2e tests starting
[bink](https://github.com/bootc-dev/bink) is used for e2e tests starting
from Milestone 2 (a tool for spinning up K8s clusters backed by bootc
VMs with a local registry).

Expand Down