Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/devlake/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type: application
version: 1.0.2-beta8

# devlake version
appVersion: v1.0.2-beta7
appVersion: v1.0.2-beta8

dependencies:
- condition: grafana.enabled
Expand Down
4 changes: 2 additions & 2 deletions charts/devlake/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# replica count
replicaCount: 1
imageTag: v1.0.2-beta7
imageTag: v1.0.2-beta8

# image pull secrets
imagePullSecrets: []
Expand Down Expand Up @@ -152,7 +152,7 @@ grafana:
url: ""
image:
repository: devlake.docker.scarf.sh/apache/devlake-dashboard
tag: v1.0.2-beta7
tag: v1.0.2-beta8
deploymentStrategy:
type: Recreate
adminPassword: ""
Expand Down