Skip to content

Commit

Permalink
Update controller version to 0.3.2
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 Oct 25, 2023
1 parent ba79496 commit a8978b3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 11 deletions.
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.2-rc1
image: ghcr.io/alexellis/registry-creds:0.3.2
name: controller
imagePullPolicy: IfNotPresent
resources:
Expand Down
2 changes: 1 addition & 1 deletion config/controller/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/alexellis/registry-creds
newTag: 0.3.0-rc4
newTag: 0.3.2
3 changes: 1 addition & 2 deletions config/crd/bases/ops.alexellis.io_clusterpullsecrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.13.0
name: clusterpullsecrets.ops.alexellis.io
spec:
group: ops.alexellis.io
Expand Down
3 changes: 1 addition & 2 deletions config/default/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
namespace: registry-creds-system
namePrefix: registry-creds-


apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
Expand All @@ -10,6 +9,6 @@ resources:
- ../controller
images:
- name: ghcr.io/alexellis/registry-creds-controller
newTag: 0.3.2-rc1
newTag: 0.3.2
- name: ghcr.io/ghcr.io/alexellis/registry-creds
newTag: latest
1 change: 0 additions & 1 deletion config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: registry-creds-role
rules:
- apiGroups:
Expand Down
6 changes: 2 additions & 4 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.13.0
name: clusterpullsecrets.ops.alexellis.io
spec:
group: ops.alexellis.io
Expand Down Expand Up @@ -99,7 +98,6 @@ rules:
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: registry-creds-registry-creds-role
rules:
- apiGroups:
Expand Down Expand Up @@ -232,7 +230,7 @@ spec:
- --enable-leader-election
command:
- /controller
image: ghcr.io/alexellis/registry-creds:0.3.2-rc1
image: ghcr.io/alexellis/registry-creds:0.3.2
imagePullPolicy: IfNotPresent
name: controller
resources:
Expand Down

0 comments on commit a8978b3

Please sign in to comment.