Skip to content

Commit 82ee840

Browse files
committed
deps: bump frontend to v1.0.3 backend to v1.3.0
1 parent c2c648b commit 82ee840

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/stackclass/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: stackclass
33
description: Helm charts for the StackClass platform on Kubernetes
44
icon: https://stackclass.dev/icon.png
55
type: application
6-
version: 1.0.4
6+
version: 1.0.5
77
appVersion: "1.0.0"
88
dependencies:
99
- name: postgresql

charts/stackclass/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ frontend:
1414
replicaCount: 1
1515
image:
1616
repository: ghcr.io/stackclass/frontend
17-
tag: v1.0.2
17+
tag: v1.0.3
1818
pullPolicy: IfNotPresent
1919
service:
2020
type: ClusterIP
@@ -46,7 +46,7 @@ backend:
4646
replicaCount: 1
4747
image:
4848
repository: ghcr.io/stackclass/stackclass-server
49-
tag: v1.2.0
49+
tag: v1.3.0
5050
pullPolicy: IfNotPresent
5151
service:
5252
type: ClusterIP

0 commit comments

Comments
 (0)