From 7b68a035828f6b223aad4bcab1cd3282ffd881cd Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 16 Nov 2021 04:30:09 +0000 Subject: [PATCH] Update image version in manifest to v0.2.6 --- 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 - 7 files changed, 2 insertions(+), 8 deletions(-) diff --git a/manifests/README.md b/manifests/README.md index 42f691f..75f0207 100644 --- a/manifests/README.md +++ b/manifests/README.md @@ -16,7 +16,7 @@ These instructions assume that you have already created the ### Fetch the manifests ```sh -VERSION=v0.2.5 +VERSION=v0.2.6 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 b6a8c68..e1f8d02 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: ko://github.com/googlecloudplatform/gatekeeper-securitycenter # kpt-set: ${image} + image: ghcr.io/googlecloudplatform/gatekeeper-securitycenter:v0.2.6@sha256:e71b85c0dae471ab5f2466242f1c7af03138ad597e41d44208db31ead86ba100 # 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: