Skip to content

Commit

Permalink
Merge pull request #3 from devtron-labs/installer-fix
Browse files Browse the repository at this point in the history
Installer fix
  • Loading branch information
nishant-d authored Mar 9, 2021
2 parents 94f7724 + 8b65e9a commit d2a4392
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/devtron/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords:
- K8s
- Deployment
engine: gotpl
version: 0.10.2
version: 0.10.3
sources:
- https://github.com/devtron-labs/charts
maintainers:
Expand Down
6 changes: 5 additions & 1 deletion charts/devtron/crds/crd-devtron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ spec:
spec:
description: InstallerSpec defines the desired state of Installer
properties:
reSync:
type: boolean
url:
description: URL of the BOM version to be installed
type: string
Expand Down Expand Up @@ -132,6 +134,8 @@ spec:
type: object
kind:
type: string
message:
type: string
name:
type: string
namespace:
Expand Down Expand Up @@ -167,4 +171,4 @@ status:
kind: ""
plural: ""
conditions: []
storedVersions: []
storedVersions: []
1 change: 1 addition & 0 deletions charts/devtron/templates/devtron-installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ metadata:
namespace: devtroncd
spec:
url: https://raw.githubusercontent.com/{{ .Values.installer.repo }}/{{ .Values.installer.release }}/installation-script
reSync: true
2 changes: 1 addition & 1 deletion charts/devtron/templates/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
spec:
containers:
-
image: quay.io/devtron/inception:33dcb4a3-130-2359
image: quay.io/devtron/inception:d7236e39-185-3534
imagePullPolicy: IfNotPresent
name: inception
ports:
Expand Down
5 changes: 5 additions & 0 deletions charts/devtron/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ secrets:

configs:
BLOB_STORAGE_PROVIDER: "MINIO" #AZURE|AWS|MINIO
DEFAULT_CACHE_BUCKET: "devtron-ci-cache"
DEFAULT_CACHE_BUCKET_REGION: "change-me"
DEFAULT_BUILD_LOGS_BUCKET: "devtron-ci-log"
EXTERNAL_SECRET_AMAZON_REGION: ""
PROMETHEUS_URL: "http://change-me/prometheus"
# Amazon AWS S3 bucket and region for storing Build-cache for faster build process. Mandatory if BLOB_STORAGE_PROVIDER is AWS.
#DEFAULT_CACHE_BUCKET: "us-east-1" #Do not include s3://
#DEFAULT_CACHE_BUCKET_REGION: "change-me"
Expand Down

0 comments on commit d2a4392

Please sign in to comment.