Skip to content

Commit

Permalink
update: cosign v1.10.0 to v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xopham committed Aug 19, 2022
1 parent e740082 commit 6d9139d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NAMESPACE = connaisseur
IMAGE := $(shell yq e '.deployment.image' helm/values.yaml)
COSIGN_VERSION = 1.10.0
COSIGN_VERSION = 1.11.0

.PHONY: all docker install uninstall upgrade annihilate

Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: connaisseur
description: Helm chart for Connaisseur - a Kubernetes admission controller to integrate container image signature verification and trust pinning into a cluster.
type: application
version: 1.4.2
appVersion: 2.6.2
version: 1.4.3
appVersion: 2.6.3
keywords:
- container image
- signature
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# configure Connaisseur deployment
deployment:
replicasCount: 3
image: securesystemsengineering/connaisseur:v2.6.2
image: securesystemsengineering/connaisseur:v2.6.3
imagePullPolicy: IfNotPresent
# imagePullSecrets contains an optional list of Kubernetes Secrets, in Connaisseur namespace,
# that are needed to access the registry containing Connaisseur image.
Expand Down

0 comments on commit 6d9139d

Please sign in to comment.