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

Commit 2d2d533

Browse files
author
github-actions
committed
Update image version in manifest to v0.3.0
1 parent a17b71e commit 2d2d533

9 files changed

+6
-12
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ domain you own. Cloud Identity offers a
7070
Download the binary for your platform:
7171

7272
```sh
73-
VERSION=v0.2.7
73+
VERSION=v0.3.0
7474
curl -Lo gatekeeper-securitycenter "https://github.com/GoogleCloudPlatform/gatekeeper-securitycenter/releases/download/${VERSION}/gatekeeper-securitycenter_$(uname -s)_$(uname -m)"
7575
chmod +x gatekeeper-securitycenter
7676
```

Diff for: manifests/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ These instructions assume that you have already created the
1414
### Fetch the manifests
1515

1616
```sh
17-
VERSION=v0.2.7
17+
VERSION=v0.3.0
1818
kpt pkg get https://github.com/GoogleCloudPlatform/gatekeeper-securitycenter.git/manifests@$VERSION manifests
1919
```
2020

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: gatekeeper-securitycenter # kpt-set: ${image}
42+
image: ghcr.io/googlecloudplatform/gatekeeper-securitycenter:v0.3.0@sha256:411303cc202d1fb28a486ddea3f35f6d34c97943aa1de0d1d69a8d2afc4cbee3 # 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:

Diff for: manifests/setters.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ data:
33
cluster: ""
44
debug-env: "false"
55
dry-run: "false"
6-
image: ghcr.io/googlecloudplatform/gatekeeper-securitycenter
6+
image: ghcr.io/googlecloudplatform/gatekeeper-securitycenter:v0.3.0@sha256:411303cc202d1fb28a486ddea3f35f6d34c97943aa1de0d1d69a8d2afc4cbee3
77
interval: "120"
88
namespace: gatekeeper-securitycenter
99
request-cpu: 250m
1010
request-memory: 512Mi
11-
source: "" # required
11+
source: ""
1212
kind: ConfigMap
1313
metadata:
1414
annotations:
15-
config.kubernetes.io/local-config: 'true'
15+
config.kubernetes.io/local-config: "true"
1616
name: setters

0 commit comments

Comments
 (0)