This repository was archived by the owner on Jan 20, 2025. It is now read-only.
File tree 9 files changed +6
-12
lines changed
9 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ domain you own. Cloud Identity offers a
70
70
Download the binary for your platform:
71
71
72
72
``` sh
73
- VERSION=v0.2.7
73
+ VERSION=v0.3.0
74
74
curl -Lo gatekeeper-securitycenter " https://github.com/GoogleCloudPlatform/gatekeeper-securitycenter/releases/download/${VERSION} /gatekeeper-securitycenter_$( uname -s) _$( uname -m) "
75
75
chmod +x gatekeeper-securitycenter
76
76
```
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ These instructions assume that you have already created the
14
14
### Fetch the manifests
15
15
16
16
``` sh
17
- VERSION=v0.2.7
17
+ VERSION=v0.3.0
18
18
kpt pkg get https://github.com/GoogleCloudPlatform/gatekeeper-securitycenter.git/manifests@$VERSION manifests
19
19
```
20
20
Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
-
15
14
apiVersion : rbac.authorization.k8s.io/v1
16
15
kind : ClusterRoleBinding
17
16
metadata :
Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
-
15
14
apiVersion : rbac.authorization.k8s.io/v1
16
15
kind : ClusterRole
17
16
metadata :
Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
-
15
14
apiVersion : v1
16
15
kind : ConfigMap
17
16
metadata :
Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
-
15
14
apiVersion : apps/v1
16
15
kind : Deployment
17
16
metadata :
40
39
serviceAccountName : gatekeeper-securitycenter-controller
41
40
containers :
42
41
- name : manager
43
- image : gatekeeper-securitycenter # kpt-set: ${image}
42
+ image : ghcr.io/googlecloudplatform/ gatekeeper-securitycenter:v0.3.0@sha256:411303cc202d1fb28a486ddea3f35f6d34c97943aa1de0d1d69a8d2afc4cbee3 # kpt-set: ${image}
44
43
args :
45
44
- findings
46
45
- manager
Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
-
15
14
apiVersion : v1
16
15
kind : Namespace
17
16
metadata :
Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
-
15
14
apiVersion : v1
16
15
kind : ServiceAccount
17
16
metadata :
Original file line number Diff line number Diff line change 3
3
cluster : " "
4
4
debug-env : " false"
5
5
dry-run : " false"
6
- image : ghcr.io/googlecloudplatform/gatekeeper-securitycenter
6
+ image : ghcr.io/googlecloudplatform/gatekeeper-securitycenter:v0.3.0@sha256:411303cc202d1fb28a486ddea3f35f6d34c97943aa1de0d1d69a8d2afc4cbee3
7
7
interval : " 120"
8
8
namespace : gatekeeper-securitycenter
9
9
request-cpu : 250m
10
10
request-memory : 512Mi
11
- source : " " # required
11
+ source : " "
12
12
kind : ConfigMap
13
13
metadata :
14
14
annotations :
15
- config.kubernetes.io/local-config : ' true'
15
+ config.kubernetes.io/local-config : " true"
16
16
name : setters
You can’t perform that action at this time.
0 commit comments