From 873e47849c983d48e16f27c3e38947f941a3288d Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Fri, 10 Dec 2021 13:47:33 +0000 Subject: [PATCH] Bump version Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- README.md | 2 ++ config/controller/controller.yaml | 2 +- config/controller/kustomization.yaml | 4 ++-- config/default/kustomization.yaml | 2 +- manifest.yaml | 14 +++++++++++++- 5 files changed, 19 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 812f3f3..ac8f75b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/config/controller/controller.yaml b/config/controller/controller.yaml index 3509f2f..f49310b 100644 --- a/config/controller/controller.yaml +++ b/config/controller/controller.yaml @@ -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: diff --git a/config/controller/kustomization.yaml b/config/controller/kustomization.yaml index a542cc9..2a2aeb8 100644 --- a/config/controller/kustomization.yaml +++ b/config/controller/kustomization.yaml @@ -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 diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml index 8400655..a55f90c 100644 --- a/config/default/kustomization.yaml +++ b/config/default/kustomization.yaml @@ -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 diff --git a/manifest.yaml b/manifest.yaml index 655df92..9be8413 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -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: @@ -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: