From 48da77c48f60ae324b1e5e4f154f341966c5a4c8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 4 May 2022 05:13:36 +0000 Subject: [PATCH] Update image version in manifest to v0.2.7 --- README.md | 2 +- manifests/README.md | 2 +- manifests/cluster-role-binding.yaml | 1 - manifests/cluster-role.yaml | 1 - manifests/config-map.yaml | 1 - manifests/deployment.yaml | 3 +-- manifests/namespace.yaml | 1 - manifests/service-account.yaml | 1 - manifests/setters.yaml | 6 +++--- 9 files changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 5385743..e04cf7b 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ domain you own. Cloud Identity offers a Download the binary for your platform: ```sh -VERSION=v0.2.6 +VERSION=v0.2.7 curl -Lo gatekeeper-securitycenter "https://github.com/GoogleCloudPlatform/gatekeeper-securitycenter/releases/download/${VERSION}/gatekeeper-securitycenter_$(uname -s)_$(uname -m)" chmod +x gatekeeper-securitycenter ``` diff --git a/manifests/README.md b/manifests/README.md index 3ca4f9e..463f616 100644 --- a/manifests/README.md +++ b/manifests/README.md @@ -14,7 +14,7 @@ These instructions assume that you have already created the ### Fetch the manifests ```sh -VERSION=v0.2.6 +VERSION=v0.2.7 kpt pkg get https://github.com/GoogleCloudPlatform/gatekeeper-securitycenter.git/manifests@$VERSION manifests ``` diff --git a/manifests/cluster-role-binding.yaml b/manifests/cluster-role-binding.yaml index 3437cac..0d8264a 100644 --- a/manifests/cluster-role-binding.yaml +++ b/manifests/cluster-role-binding.yaml @@ -11,7 +11,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: diff --git a/manifests/cluster-role.yaml b/manifests/cluster-role.yaml index 53e5b61..ac4e0be 100644 --- a/manifests/cluster-role.yaml +++ b/manifests/cluster-role.yaml @@ -11,7 +11,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: diff --git a/manifests/config-map.yaml b/manifests/config-map.yaml index ff06c89..5e94bd8 100644 --- a/manifests/config-map.yaml +++ b/manifests/config-map.yaml @@ -11,7 +11,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - apiVersion: v1 kind: ConfigMap metadata: diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index d82136a..25537bb 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -11,7 +11,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - apiVersion: apps/v1 kind: Deployment metadata: @@ -40,7 +39,7 @@ spec: serviceAccountName: gatekeeper-securitycenter-controller containers: - name: manager - image: gatekeeper-securitycenter # kpt-set: ${image} + image: ghcr.io/googlecloudplatform/gatekeeper-securitycenter:v0.2.7@sha256:2cd2c19bc40e5f097b2a4afe75bf8138220195114904cb9aee0998542e6de9a1 # kpt-set: ${image} args: - findings - manager diff --git a/manifests/namespace.yaml b/manifests/namespace.yaml index 0da0ddf..67d7d79 100644 --- a/manifests/namespace.yaml +++ b/manifests/namespace.yaml @@ -11,7 +11,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - apiVersion: v1 kind: Namespace metadata: diff --git a/manifests/service-account.yaml b/manifests/service-account.yaml index 65bc02c..45fda04 100644 --- a/manifests/service-account.yaml +++ b/manifests/service-account.yaml @@ -11,7 +11,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - apiVersion: v1 kind: ServiceAccount metadata: diff --git a/manifests/setters.yaml b/manifests/setters.yaml index 45c4aee..f0b527c 100644 --- a/manifests/setters.yaml +++ b/manifests/setters.yaml @@ -3,14 +3,14 @@ data: cluster: "" debug-env: "false" dry-run: "false" - image: ghcr.io/googlecloudplatform/gatekeeper-securitycenter + image: ghcr.io/googlecloudplatform/gatekeeper-securitycenter:v0.2.7@sha256:2cd2c19bc40e5f097b2a4afe75bf8138220195114904cb9aee0998542e6de9a1 interval: "120" namespace: gatekeeper-securitycenter request-cpu: 250m request-memory: 512Mi - source: "" # required + source: "" kind: ConfigMap metadata: annotations: - config.kubernetes.io/local-config: 'true' + config.kubernetes.io/local-config: "true" name: setters