Skip to content

Commit

Permalink
Update image version in manifest to v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 16, 2021
1 parent 502c25c commit 7b68a03
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion manifests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

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: 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
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

0 comments on commit 7b68a03

Please sign in to comment.