Skip to content

Commit ae673f4

Browse files
committed
fixed image names in ci and values.yaml
1 parent 1faf5ad commit ae673f4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/helm-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Release Helm Chart
22

33
on:
4+
push:
5+
branches:
6+
- garvit/images-fix
47
workflow_dispatch:
58
inputs:
69
version_change:

helm/dakr/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ imagePullSecrets: []
1717

1818
operator:
1919
enabled: true
20-
image: dakr-agent
20+
image: dakr-operator
2121
replicas: 3
2222
resources:
2323
limits:

0 commit comments

Comments
 (0)