Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 7b68a03

Browse files
author
github-actions
committed
Update image version in manifest to v0.2.6
1 parent 502c25c commit 7b68a03

7 files changed

+2
-8
lines changed

Diff for: manifests/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ These instructions assume that you have already created the
1616
### Fetch the manifests
1717

1818
```sh
19-
VERSION=v0.2.5
19+
VERSION=v0.2.6
2020
kpt pkg get https://github.com/GoogleCloudPlatform/gatekeeper-securitycenter.git/manifests@$VERSION manifests
2121
```
2222

Diff for: manifests/cluster-role-binding.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
1514
apiVersion: rbac.authorization.k8s.io/v1
1615
kind: ClusterRoleBinding
1716
metadata:

Diff for: manifests/cluster-role.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
1514
apiVersion: rbac.authorization.k8s.io/v1
1615
kind: ClusterRole
1716
metadata:

Diff for: manifests/config-map.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
1514
apiVersion: v1
1615
kind: ConfigMap
1716
metadata:

Diff for: manifests/deployment.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
1514
apiVersion: apps/v1
1615
kind: Deployment
1716
metadata:
@@ -40,7 +39,7 @@ spec:
4039
serviceAccountName: gatekeeper-securitycenter-controller
4140
containers:
4241
- name: manager
43-
image: ko://github.com/googlecloudplatform/gatekeeper-securitycenter # kpt-set: ${image}
42+
image: ghcr.io/googlecloudplatform/gatekeeper-securitycenter:v0.2.6@sha256:e71b85c0dae471ab5f2466242f1c7af03138ad597e41d44208db31ead86ba100 # kpt-set: ${image}
4443
args:
4544
- findings
4645
- manager

Diff for: manifests/namespace.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
1514
apiVersion: v1
1615
kind: Namespace
1716
metadata:

Diff for: manifests/service-account.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
1514
apiVersion: v1
1615
kind: ServiceAccount
1716
metadata:

0 commit comments

Comments
 (0)