Skip to content

Commit b63ad83

Browse files
committed
Update dashy to v3.1.1
1 parent f8b218e commit b63ad83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

misc/dashy/v3/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
serviceAccountName: dashy
1818
containers:
1919
- name: dashy
20-
image: lissy93/dashy:3.1.0
20+
image: lissy93/dashy:3.1.1
2121
env:
2222
- name: NODE_ENV
2323
value: "production"

misc/dashy/v3/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ namespace: default
1515
labels:
1616
- pairs:
1717
app.kubernetes.io/part-of: "dashy"
18-
app.kubernetes.io/version: "3.1.0"
18+
app.kubernetes.io/version: "3.1.1"
1919
includeTemplates: true
2020

2121

2222
images:
2323
- name: "lissy93/dashy"
24-
newTag: "3.1.0"
24+
newTag: "3.1.1"

0 commit comments

Comments
 (0)