Skip to content

Commit

Permalink
Update image version in manifest to v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 4, 2022
1 parent 7a302b7 commit 48da77c
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion manifests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
1 change: 0 additions & 1 deletion manifests/cluster-role-binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion manifests/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion manifests/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 1 addition & 2 deletions manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion manifests/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion manifests/service-account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions manifests/setters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 48da77c

Please sign in to comment.