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 a255707 commit 4d0d3f5Copy full SHA for 4d0d3f5
installer/helm/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
2
name: csdp-installer
3
description: A Helm chart used for installing a CSDP runtime
4
type: application
5
-version: 0.1.7
6
-appVersion: v0.0.4
+version: 0.1.8
+appVersion: v0.0.5
7
8
dependencies:
9
- name: argo-cd
installer/kustomize/csdp-installer.job.yaml
@@ -13,7 +13,7 @@ spec:
13
restartPolicy: Never
14
containers:
15
- name: csdp-installer
16
- image: csdp-installer
+ image: quay.io/codefresh/csdp-installer
17
imagePullPolicy: IfNotPresent
18
command:
19
- bash
0 commit comments