Skip to content

Commit

Permalink
Commented default config in values.yaml
Browse files Browse the repository at this point in the history
.gitignore updated for `chart-releaser` directories
  • Loading branch information
tammert committed Apr 21, 2021
1 parent 561708e commit abba964
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/.idea/
secrets.yaml
/.cr-*/
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.PHONY: deploy_replicant
deploy_replicant:
helm upgrade --install --create-namespace -n replicant -f replicant/values.yaml -f replicant/secrets.yaml replicant replicant/

.PHONY: release_replicant
release_replicant:
cr package replicant/
cr upload --config ~/.cr.yaml
cr index --config ~/.cr.yaml --push
50 changes: 25 additions & 25 deletions replicant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,28 @@ environmentVariables:
#googleApplicationCredentials: |
# {}

config:
images:
nginx:
source: k8s.gcr.io/ingress-nginx/controller
destination: eu.gcr.io/tammert/ingress-nginx/controller
mode: higher
atlantis:
source: docker.io/runatlantis/atlantis
destination: eu.gcr.io/tammert/runatlantis/atlantis
mode: all
allow-prerelease: true
external-dns:
source: k8s.gcr.io/external-dns/external-dns
destination: eu.gcr.io/tammert/external-dns/external-dns
mode: highest
replace-tag: true
cert-manager:
source: quay.io/jetstack/cert-manager-controller
destination: eu.gcr.io/tammert/jetstack/cert-manager-controller
mode: semver
velero:
source: velero/velero
destination: eu.gcr.io/tammert/velero/velero
mode: semver
allow-prerelease: true
#config:
# images:
# nginx:
# source: k8s.gcr.io/ingress-nginx/controller
# destination: eu.gcr.io/tammert/ingress-nginx/controller
# mode: higher
# atlantis:
# source: docker.io/runatlantis/atlantis
# destination: eu.gcr.io/tammert/runatlantis/atlantis
# mode: all
# allow-prerelease: true
# external-dns:
# source: k8s.gcr.io/external-dns/external-dns
# destination: eu.gcr.io/tammert/external-dns/external-dns
# mode: highest
# replace-tag: true
# cert-manager:
# source: quay.io/jetstack/cert-manager-controller
# destination: eu.gcr.io/tammert/jetstack/cert-manager-controller
# mode: semver
# velero:
# source: velero/velero
# destination: eu.gcr.io/tammert/velero/velero
# mode: semver
# allow-prerelease: true

0 comments on commit abba964

Please sign in to comment.