Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Dec 10, 2021
1 parent 5883ef9 commit 873e478
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ Todo:

### Deploy to a cluster

> Read "If you decide to use this tool at work" before you deploy this project.
Apply the YAML for the manifest.

```bash
Expand Down
2 changes: 1 addition & 1 deletion config/controller/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- /controller
args:
- --enable-leader-election
image: ghcr.io/alexellis/registry-creds:0.3.0-rc1
image: ghcr.io/alexellis/registry-creds:0.3.0-rc4
name: controller
imagePullPolicy: IfNotPresent
resources:
Expand Down
4 changes: 2 additions & 2 deletions config/controller/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: ghcr.io/alexellis/registry-creds-controller
newTag: 0.2.6
newName: ghcr.io/alexellis/registry-creds
newTag: 0.3.0-rc4
2 changes: 1 addition & 1 deletion config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ resources:
- ../controller
images:
- name: ghcr.io/alexellis/registry-creds-controller
newTag: 0.3.0-rc1
newTag: 0.3.0-rc4
- name: ghcr.io/ghcr.io/alexellis/registry-creds
newTag: latest
14 changes: 13 additions & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@ spec:
description: ClusterPullSecretSpec defines the desired state of ClusterPullSecret
properties:
secretRef:
description: ObjectMeta contains enough information to locate the
referenced Kubernetes resource object in any namespace.
properties:
name:
description: Name of the referent.
type: string
namespace:
description: Namespace of the referent, when not specified it
acts as LocalObjectReference.
type: string
required:
- name
type: object
type: object
status:
Expand Down Expand Up @@ -219,7 +231,7 @@ spec:
- --enable-leader-election
command:
- /controller
image: ghcr.io/alexellis/registry-creds:0.3.0-rc1
image: ghcr.io/alexellis/registry-creds:0.3.0-rc4
imagePullPolicy: IfNotPresent
name: controller
resources:
Expand Down

0 comments on commit 873e478

Please sign in to comment.