Skip to content

Commit

Permalink
Add an image secret (#97)
Browse files Browse the repository at this point in the history
Since the repo is private, you need creds to pull it.

Also bump the releaseSeries contract
  • Loading branch information
Callisto13 authored Jan 18, 2022
1 parent e88aaf4 commit 34e47e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/default/manager_image_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ metadata:
spec:
template:
spec:
imagePullSecrets:
- name: capmvm-private-image-cred
containers:
- image: ghcr.io/weaveworks/cluster-api-provider-microvm:dev
name: manager
3 changes: 3 additions & 0 deletions metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ releaseSeries:
- major: 0
minor: 1
contract: v1beta1
- major: 0
minor: 2
contract: v1beta1

0 comments on commit 34e47e1

Please sign in to comment.