Skip to content

Commit c3f03ba

Browse files
ksebSebastian Köttinger
andauthored
[sophora-dashboard] Use labday repo at container.subshell.com (#21)
Co-authored-by: Sebastian Köttinger <koettinger@subshell.com>
1 parent 7a2bc47 commit c3f03ba

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/sprint-dashboard/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: A Helm chart for Kubernetes
44
name: sprint-dashboard
55
type: application
66

7-
version: 0.2.1
7+
version: 0.2.2
88
annotations:
99
artifacthub.io/changes: |
1010
- kind: "changed"
11-
description: "fixed repository path for container.subshell.com"
11+
description: "use labday repo at container.subshell.com"

charts/sprint-dashboard/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ nameOverride: ""
22
fullnameOverride: ""
33

44
image:
5-
repository: container.subshell.com/subshell-docker-releases/sprint-dashboard
5+
repository: container.subshell.com/labday-docker-dev/sprint-dashboard
66
version: latest
77
pullPolicy: IfNotPresent
88

@@ -66,4 +66,4 @@ db:
6666
size:
6767
storageClassName:
6868

69-
javaOptions: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=90.0 -XX:+ExitOnOutOfMemoryError -Duser.timezone=\"Europe/Berlin\""
69+
javaOptions: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=90.0 -XX:+ExitOnOutOfMemoryError -Duser.timezone=\"Europe/Berlin\""

0 commit comments

Comments
 (0)