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 1faf5ad commit ae673f4Copy full SHA for ae673f4
.github/workflows/helm-release.yml
@@ -1,6 +1,9 @@
1
name: Release Helm Chart
2
3
on:
4
+ push:
5
+ branches:
6
+ - garvit/images-fix
7
workflow_dispatch:
8
inputs:
9
version_change:
helm/dakr/values.yaml
@@ -17,7 +17,7 @@ imagePullSecrets: []
17
18
operator:
19
enabled: true
20
- image: dakr-agent
+ image: dakr-operator
21
replicas: 3
22
resources:
23
limits:
0 commit comments