Skip to content

Commit

Permalink
update: version bump
Browse files Browse the repository at this point in the history
Bumps the app version to 2.3.0 and chart version to 1.1.0.
  • Loading branch information
phbelitz committed Dec 17, 2021
1 parent 166c4c0 commit 7ba605f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.0.1
appVersion: 2.2.1
version: 1.1.0
appVersion: 2.3.0
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.2.2
image: securesystemsengineering/connaisseur:v2.3.0
imagePullPolicy: IfNotPresent
failurePolicy: Fail # use 'Ignore' to fail open if Connaisseur becomes unavailable
resources:
Expand Down

0 comments on commit 7ba605f

Please sign in to comment.