We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c648b commit 82ee840Copy full SHA for 82ee840
charts/stackclass/Chart.yaml
@@ -3,7 +3,7 @@ name: stackclass
3
description: Helm charts for the StackClass platform on Kubernetes
4
icon: https://stackclass.dev/icon.png
5
type: application
6
-version: 1.0.4
+version: 1.0.5
7
appVersion: "1.0.0"
8
dependencies:
9
- name: postgresql
charts/stackclass/values.yaml
@@ -14,7 +14,7 @@ frontend:
14
replicaCount: 1
15
image:
16
repository: ghcr.io/stackclass/frontend
17
- tag: v1.0.2
+ tag: v1.0.3
18
pullPolicy: IfNotPresent
19
service:
20
type: ClusterIP
@@ -46,7 +46,7 @@ backend:
46
47
48
repository: ghcr.io/stackclass/stackclass-server
49
- tag: v1.2.0
+ tag: v1.3.0
50
51
52
0 commit comments