Compare commits
3 commits
8b7ea78dcb
...
f8e697e19e
Author | SHA1 | Date | |
---|---|---|---|
f8e697e19e | |||
fb725d8ca9 | |||
d03d65d937 |
3 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ helmCharts:
|
||||||
repo: https://argoproj.github.io/argo-helm
|
repo: https://argoproj.github.io/argo-helm
|
||||||
releaseName: argo-cd
|
releaseName: argo-cd
|
||||||
namespace: argo-system
|
namespace: argo-system
|
||||||
version: "7.8.19"
|
version: "7.8.23"
|
||||||
valuesFile: config/values.argo-cd.yaml
|
valuesFile: config/values.argo-cd.yaml
|
||||||
apiVersions:
|
apiVersions:
|
||||||
- monitoring.coreos.com/v1
|
- monitoring.coreos.com/v1
|
||||||
|
|
|
@ -15,6 +15,6 @@ helmCharts:
|
||||||
repo: https://helm.coder.com/v2
|
repo: https://helm.coder.com/v2
|
||||||
releaseName: coder
|
releaseName: coder
|
||||||
namespace: coder
|
namespace: coder
|
||||||
version: "2.20.2"
|
version: "2.21.0"
|
||||||
valuesFile: config/values.coder.yml
|
valuesFile: config/values.coder.yml
|
||||||
skipTests: true
|
skipTests: true
|
|
@ -6,7 +6,7 @@ namespace: zipline
|
||||||
images:
|
images:
|
||||||
- name: zipline
|
- name: zipline
|
||||||
newName: ghcr.io/diced/zipline
|
newName: ghcr.io/diced/zipline
|
||||||
newTag: "4.0.1"
|
newTag: "4.0.2"
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
- includeSelectors: true
|
- includeSelectors: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue