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 e3ade0d commit 7a2bc47Copy full SHA for 7a2bc47
2 files changed
charts/sprint-dashboard/Chart.yaml
@@ -4,8 +4,8 @@ description: A Helm chart for Kubernetes
4
name: sprint-dashboard
5
type: application
6
7
-version: 0.2.0
+version: 0.2.1
8
annotations:
9
artifacthub.io/changes: |
10
- kind: "changed"
11
- description: "use container.subshell.com for pulling image by default"
+ description: "fixed repository path for container.subshell.com"
charts/sprint-dashboard/values.yaml
@@ -2,7 +2,7 @@ nameOverride: ""
2
fullnameOverride: ""
3
image:
- repository: container.subshell.com/labday/sprint-dashboard
+ repository: container.subshell.com/subshell-docker-releases/sprint-dashboard
version: latest
pullPolicy: IfNotPresent
0 commit comments