Skip to content

Commit

Permalink
chore: bumped chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninguyot committed Aug 16, 2024
1 parent 303d245 commit 4f388b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/horizon-issuer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: horizon-issuer
description: Issue certificates seamlessly using Horizon and cert-manager.
type: application
version: 0.2.1
appVersion: "0.3.0"
version: 0.2.2
appVersion: "0.3.1"
sources:
- https://github.com/evertrust/horizon-issuer
4 changes: 2 additions & 2 deletions charts/horizon-issuer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1

image:
repository: registry.evertrust.io/horizon-issuer
tag: 0.3.0
tag: 0.3.1
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down Expand Up @@ -67,4 +67,4 @@ verbose: false
clusterResourceNamespace: ""

# Number of seconds between two successful Horizon health checks.
healthCheckInterval: 120
healthCheckInterval: 120

0 comments on commit 4f388b0

Please sign in to comment.