Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomah committed Oct 13, 2023
1 parent 9b77350 commit 33d5a09
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions charts/les-projets-cagnottes/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.2.7
digest: sha256:ccf54ad931f1ac45cd037d9f663d26277aa66c26cc0615488df24fa7d7d6a4ee
generated: "2023-04-03T13:30:22.2695068+02:00"
version: 13.1.5
digest: sha256:e0df2793d8394c55d7768c288f18518076c6e9cff6ac27a71efcea1e444b1700
generated: "2023-10-13T08:25:05.169155919+02:00"
6 changes: 3 additions & 3 deletions charts/les-projets-cagnottes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v2
name: les-projets-cagnottes
description: Helm chart to deploy Les Projets Cagnottes in a Kubernetes cluster
type: application
version: 0.12.3
appVersion: "0.16.3"
version: 0.13.0
appVersion: "0.17.0"
dependencies:
- name: postgresql
version: "12.2.7"
version: "13.1.5"
repository: "https://charts.bitnami.com/bitnami"
condition: postgresql.enabled
6 changes: 3 additions & 3 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.16.3"
tag: "0.17.0"

containerPort: 8080

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

containerPort: 80

Expand Down Expand Up @@ -128,7 +128,7 @@ slackEventsCatcher:
image:
repository: lesprojetscagnottes/slack-events-catcher
pullPolicy: IfNotPresent
tag: "0.6.1"
tag: "0.7.0"

service:
type: ClusterIP
Expand Down

0 comments on commit 33d5a09

Please sign in to comment.