Skip to content

Commit

Permalink
fix: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomah committed Oct 28, 2023
1 parent 33d5a09 commit ed8fc88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/les-projets-cagnottes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: les-projets-cagnottes
description: Helm chart to deploy Les Projets Cagnottes in a Kubernetes cluster
type: application
version: 0.13.0
appVersion: "0.17.0"
version: 0.13.1
appVersion: "0.17.1"
dependencies:
- name: postgresql
version: "13.1.5"
Expand Down
4 changes: 2 additions & 2 deletions charts/les-projets-cagnottes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ api:
image:
repository: lesprojetscagnottes/api
pullPolicy: IfNotPresent
tag: "0.17.0"
tag: "0.17.1"

containerPort: 8080

Expand Down Expand Up @@ -68,7 +68,7 @@ web:
image:
repository: lesprojetscagnottes/web
pullPolicy: IfNotPresent
tag: "0.16.0"
tag: "0.16.1"

containerPort: 80

Expand Down

0 comments on commit ed8fc88

Please sign in to comment.